Parsing is the process of analyzing a string of symbols, with the intention of extracting data from it. XML parsing is specifically aimed at XML formatted strings
Questions tagged [parsexml]
90 questions
0
votes
1 answer
Parse amazon mws api response xml Into a dataset with datatables
This is the repsonse I'm getting from amazon mws ListInventorySupplyRequest
…

boruchsiper
- 2,016
- 9
- 29
- 53
0
votes
1 answer
Read a variable Length XML Child Elements into Object
I need to read all the elements in an XML file that has a format which is more of a tree-like hierarchy, and then populate a class with it here is a sample:
user1874288
0
votes
1 answer
Parsing XML with XSLT causing issue at ROOT node
I have a xml file which I have to parse with xslt, but the problem is that in the root node I have a link, which doesn't let me parse the xml file. If I delete that link from the xml file, I can parse the file.
xml file looks like this:

Ariana Bitu
- 39
- 1
- 2
0
votes
3 answers
Android XML layout: Error parsing XML: not well-formed (invalid token) - I did close my View tags
I am getting this error on the Button view. From the many questions I saw on SO, it seems that this error arises when you don't close your views properly.
I think I have closed all the tags properly but still getting this error. Why is…

Solace
- 8,612
- 22
- 95
- 183
0
votes
2 answers
ParseXML how compare one attribute for take the value of the other in the same element
I've got this xml code:
…

isma07
- 3
- 3
0
votes
1 answer
$.parseXML()'s find() method - Using it multiple times
I'm parsing an XML string using $.parseXML() API. This the following code that I'm using:
success:function(data)
{
$(data).find('TabName:contains("Current Year Forms")').each(function(){
…

asprin
- 9,579
- 12
- 66
- 119
0
votes
2 answers
JavaScript parse XML
I try to parse an XML string and have some problems. Here is my current state.
I have a Cordova app which reads QR-Codes (with the BarcodeScanner plugin). The QR-Code holds the XML information. When I read the code, I want to print out the XML code.…

user3266343
- 45
- 5
0
votes
2 answers
jquery parseXML giving invalid XML error
I am getting an invalid XML error when using $.parseXML() with my string of XML data. The string is:
2.835
anywhere
…

james0
- 55
- 1
- 9
0
votes
1 answer
jQuery parseXML works in IE, but not Chrome
I have embedded some (actually a whole lot) of XML in a script tag of an HTML file. I grab this data to process by
var xmlString = document.getElementById('xmldata').innerHTML;
Here is a sample of the data: