Most voted "xml" questions
Extensible Markup Language (XML) or extensible markup language is a structured document format that defines human and machine-readable encoding rules. It is defined by the XML 1.0 Specification produced by the W3C (World Wide Web Consortium).
Learn more…1,028 questions
Sort by count of
-
2
votes1
answer323
viewsWebservice SOAP uses XML only?
Working some time with webservice for mobile application realized that SOAP uses XML and REST uses JSON. Using SOAP means I have to use only XML?…
-
2
votes1
answer178
viewsAlternative Methods for Application Server Storage
Good Afternoon Staff, I would like some suggestions for alternative ways of accessing data on an application server, more specifically a Jboss 6. It happened that I have an application hosted in a…
-
2
votes1
answer393
viewsHow to generate an XML schema, where I have some nodes with namespace and others without
I am trying to generate an XML schema, for future validations, where some attributes contain a specific namespace, and others do not: <?xml version="1.0" encoding="UTF-8"?> <root…
-
2
votes1
answer258
viewsPHP - Full XML in var_dump
Good afternoon, I’m looking forward to seeing xml complete from a SOAP web service response, but when I put var_dump shows only half of it, the other part is replaced by the word "... (length=740)".…
-
2
votes2
answers443
viewsQuery an XML file - C#
I have an application in windows phone 8.1 where an XML file is displayed in a listBox, and in this application has a textbox for the user to search the content that is displayed by listbox. My…
-
2
votes1
answer1981
viewsHow to customize the line of a Listview according to the value in Arrayadapter
Assuming I have an object called Item, and it has the text, id and validation property, in which case, text is a string, id is an integer, and validation is a boolean value. class Item { private int…
-
2
votes1
answer679
viewsHow to Parse a Web Service XML Response
Hello, I would like to know how I parse a reply in xml that I get from my web service.. In this case, I am doing on Android, and wanted to transform the values and names that display in xml, in…
-
2
votes2
answers455
viewsRead remote xml file
How can I read an xml file that is generated online, is a file generated by my provider, http://www.shoplivre.com.br/hayamax/haymax.php. It is generated only through my website but how can I read it…
-
2
votes0
answers571
viewsReply XML does not display accented characters
I am using Jersey in a WEB application. In this application, I return an XML file to client requests (which are web-browsers). In order to ensure accented character display, I wrote the Produces…
-
2
votes1
answer64
viewsHow to use xmlSApply with separator?
I used the xmlSApply and would like to get the result with a separator but did not know how to apply. Below is an example for you to reproduce: library(XML) fileUrl <-…
-
2
votes1
answer320
viewsVariables with special characters
Hello, I’m trying to create a gender class: [DataContract, Serializable] public class XMLCM5050 : XmlApi { [DataMember] public string $name{ get; set; } [DataMember] public string $age{ get; set; }…
-
2
votes1
answer1323
viewsRead XML attribute
I am reading an XML file with the command simplexml_load_file() which has the following structure: <nfeProc xmlns="http://www.portalfiscal.inf.br/nfe" versao="2.00"> <NFe></NFe>…
-
2
votes0
answers19
viewsWebservice asmx does not return JSON, only XML
I wanted to solve this problem, the return of my webservice, returns with the JSON body, but the XML header. how do I return the structure in JSON ? I’ve read all the internet and can’t understand,…
-
2
votes0
answers228
viewsParsing an XML and its respective XSD
Precise parse a WADL manually and create an XML with specifications I have here. Example: -> Yahoosearch.wadl file [...] <application * xmlns:yn="urn:yahoo:yn" * > <grammars>…
-
2
votes1
answer883
viewsCapture SOAP Header with PHP
Good Afternoon I am consuming a WSDL of a Webservice where after login and after each request as XML returned below me is presented the following tags in the head of Soap <Sequencia> 1 </…
-
2
votes0
answers63
viewsXML file recognition in Eclipse
I am using a private language, derived from XML, with extension . fml. I would like to make the eclipse recognize the code as if it were XML, to facilitate the visualization. Have some way to change…
-
2
votes1
answer320
viewsHow do I format the value of a double variable on android?
I am making a small application that aims to calculate the BMI of a person, but I am not able to format the output of the value to only two decimal places always looks like: 22.222222 or 31.23232322…
-
2
votes1
answer1518
viewshow to simply place an icon in actionBar?
I want to put an icon on my Actionbar already searched for this information here on Stackoverflow, but the answers I found are very complicated (I’m beginner) and so I wanted to know if it has a…
-
2
votes0
answers115
views -
2
votes1
answer348
viewsCheckbox checked/unchecked does not obey instructions
To Activity is started with the layout activity_home and the CheckBox unchecked. When I touch CheckBox, the layout becomes the activity_home_avancado, however the Checkbox remains unmarked. At the…
-
2
votes2
answers138
viewsRemote reading on Android: Json or XML?
I’m starting on Android and also don’t have much experience in Java. My first application will have a query to a remote server. My question is this:: In Android (consequently in Java) what is more…
-
2
votes1
answer147
viewsPlace gallery with text
I’m trying to put a product gallery in my app, and I wanted the image and the text below, I’m using the viewpager, however the text ta getting on the side, and the images very far away from each…
-
2
votes1
answer1443
viewsORA-01460 error on Oracle
I have the trial below: PROCEDURE GRAVA_(P_IMEI_DISPOSITIVO IN NVARCHAR2, P LONG, P_DET LONG, RETORNO_OPERACAO OUT VARCHAR2) In the P and P_DET parameters I receive strings with XML data, and inside…
-
2
votes3
answers4263
viewsParse Nfe XML in Python
I have the following code that aims to fetch a particular node of an XML Electronic Invoice, but without success. I tested with other Xmls and it worked. import xml.etree.ElementTree as ET tree =…
-
2
votes1
answer277
viewsError loading web address XML file
I have a flash game where I load the words through an XML file: var carregaPalavras:XML = new XML(); carregaPalavras.ignoreWhite = true; carregaPalavras.onLoad = function(success) { if (success) {…
-
2
votes1
answer70
viewsHow to convert XML to Swift objects?
How can I convert XML request replies to objects in Swift format, just like Objectmapper does with JSON for objects?
-
2
votes1
answer92
viewsWebservice php without using Soap?
I have no familiarity with Webservice and wanted to know how to make one without the need to use Soap (to take data from the database and consume in Android Studio).
-
2
votes1
answer972
viewsError on line 2 at column 1: Extra content at the end of the Document
Hey there, guys, I’m trying to create an xml, but it returns me the error of the title, I googled and everything I saw about this was that I was missing root, however, I believe I’m using root, can…
-
2
votes1
answer500
viewsError Signing XML, URI Invalid VB.NET
I have this code to sign an XML, because right now it asks for a URI, I know it’s a namespace that points to some site, but when I assign the URL, it gives an exception error. ' Cria a referencia…
-
2
votes2
answers113
viewsXML for Datatable
I’ve been searching on how to pass the data contained in an XML to a DataTable and found the following reply. Doubt: By doing so, the method theDataSet.ReadXml(theReader); is able to identify data…
-
2
votes3
answers2384
viewsRejection Nfse SP XML data signature Differs from Calculated SHA1 VB.net
I am signing the following string: 339575410000100000000000120150413NI0000000000000500000000002502917N207293716000260 Using the following code: ' Obtem o certificado Dim CertificadoDig As…
-
2
votes1
answer1048
viewsHow to show the data of an XML file in an input field with jquery?
I am having to develop a function that reads the information that is in the fields of a file of type . xml in PHP and trying to return this information in the form fields. More so far I can only…
-
2
votes1
answer1215
viewsConvert a file . pdf or . P7s to Base64 in C#
I want to convert a file . pdf or . P7s to Base64 in C# which should be loaded in XML. How can I do? EX: <conteudoArquivoP7S>…
-
2
votes1
answer8506
viewsSoccer Games Results on the site
I’m currently developing a small website for testing that allows the user to view the games that were held as well as their results, the players in the field and when they were replaced, fouls,…
-
2
votes1
answer4632
viewsRead A tag that sits inside another in an . xml file with DOM API
Take data from a tag and right after take data from a daughter tag. For example, I have 2 tags that repeat across the entire document, and I need to take data from both: <teste:dadosLote>…
-
2
votes1
answer1164
viewsReading XML with Equal Tag (Nodes)
how can I read an XML file via Vbscript where the file has 2 main tags (Nodes) equal as the example below: XML file: <?xml version="1.0" encoding="utf-8"?> <!-- Primeiro details -->…
-
2
votes0
answers859
views -
2
votes1
answer685
viewsHow to read an XML file from the server
To create a java desktop application that accesses the internet and le an xml file. Well, this is the initial proprosito. I am using the Socket class to communicate between the server and the…
-
2
votes0
answers151
viewsGrab XML Image inside Namespace
Hello, I am days trying but unsuccessfully, get only the url of the image of xml down with javascript, XML this one that is of a feed de noticias of Wordpress, to list in another area the newest…
-
2
votes2
answers414
viewsVB.NET - Find text in XML file
I need help to validate an XML file I’m using as a database. I insert the data correctly, but I need to do a validation to not insert repeated files, so I need to check if the text already exists…
-
2
votes1
answer1029
viewsPHP - Consume webservice with XML via SOAP
I’m having problems with array in php. I need to send an xml via Soap to the webservice with some product items, but a tag is bringing me questions. The wsdl manual has an xml like this:…
-
2
votes0
answers219
viewsHow to parse XML with namespace and prefix in PHP using Simplexml?
The.xml data file: <?xml version="1.0" encoding="utf-8" ?> <rsp status="ok"> <ArrayOfContact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…
-
2
votes1
answer542
viewsHow to redirect the vraptor web.xml link to a Controller?
I have the following codes below: web xml.: <error-page> <error-code>404</error-code> <location>/error/404</location> </error-page> <error-page>…
-
2
votes2
answers3333
views -
2
votes1
answer32
viewsHow to convert XSLT to XSD?
There are two files one xslt and I need an xsd. it is possible to convert/transform xslt to xsd ?
-
2
votes1
answer521
viewsGet child tag reference from XML C#
XML: <?xml version="1.0" encoding="UTF-8"?> <clientes> <cliente> <nome>Cliente1</nome> <contatos> <contato> <nome>Contato1</nome>…
-
2
votes3
answers2346
viewsHow to find 2 or more words in a text using jQuery?
Hello, I’m doing a search field where it brings the data from an XML. However, it is only bringing if I type the name in the right order, for example: in xml, the name of the person is "Manoel da…
-
2
votes1
answer2118
viewsHow to fill an xml (request of a WS SOAP) with Javascript
I have an Ajax function doing a POST for a SOAP webservice and I need to insert values into the request XML elements based on what the page user inserts into an input text. How can I do that? My…
-
2
votes1
answer114
viewsXML for Database Columns
I have a table that stores an XML in one of its columns, but I need to make a select by placing each XML item in a column. The problem is that I don’t want to create another table, I want something,…
-
2
votes1
answer99
viewsXML for temporary table records
Last week I I asked Here on how to place each XML tag in a database column. Now I came across a situation close to that but with a plus, my XML comes from the database, and sometimes will come not…