Questions tagged [parsexml]

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

90 questions
0
votes
0 answers

Parsing xml file with matlab on linux with -nojvm option

I am trying parse an xml file using parseXML matlab function on linux with a -nojvm option. The xmlread function within parseXML does not read the xml file with the -nojvm option. Is there any other matlab xml parser that can work with…
UNagaswamy
  • 2,068
  • 3
  • 30
  • 35
0
votes
2 answers

jQuery $.parseXML not working for Chrome or FireFox

I have created a JavaScript program for parsing XML using JQuery. Below is the code and sample XML. When running this, it is working fine with IE 8. But when I test in Chrome or FireFox, the $.parseXML does load xml. I am not seeing any errors,…
Ben Lynch
  • 1
  • 1
0
votes
2 answers

Pull Parser works on file in assets folder, but not same file in internal storage

I'm having trouble parsing an xml file from internal storage. I have a xml file that looks like this: Name 1 Submenu 1 Color…
a2345sooted
  • 569
  • 5
  • 20
0
votes
1 answer

jQuery parseXML error

I am trying to parse the following payload with jQuery's parseXML
mithrandir
  • 1,323
  • 4
  • 18
  • 39
0
votes
1 answer

jQuery - changing XML & passing it (changed) to a function

I have the following jQuery code that is in a function. var msgXML = "", msgXMLDoc = $.parseXML(msgXML), $msgXML =…
steve_o
  • 1,243
  • 6
  • 34
  • 60
0
votes
1 answer

Parse an array string item as XML

I'm trying to parseXML a string from an array item and iterate through its items but can't make it work! it's driving me nuts because if I define that string as "string" it works perfectly... any help? What am I missing?! This is the content of the…
El Eme
  • 51
  • 3
  • 12
0
votes
1 answer

Constrain jQuery parseXml to a set number of loops

I am using jQuery to parse some xml weather information and I can't work out how I can constrain this code to parse only the first 7 weather forecast days, there is a total of 10 forecastdays nodes in the xml but I only want to show 7. My current…
Ben Paton
  • 1,432
  • 9
  • 35
  • 59
0
votes
1 answer

Python Parse XML using xml.dom.minidom - Extract Items within List

I have lengthy xml this actually ebay listings using ebay api, I am trying to extract following structure in that xml dom: I am only putting the segment that I am having trouble with, please let me know if you need to see the entire file, I could…
add-semi-colons
  • 18,094
  • 55
  • 145
  • 232
-1
votes
1 answer

PHP - parse xml to nested json

I am trying to parse a xml to a nested json structure with php. This is my test script: $json_drives = array(); foreach($drives->DR as $dr){ $current_drive = array(); $current_drive['id'] = $dr->ID; $current_drive['name'] =…
michaelT
  • 1,533
  • 12
  • 41
-1
votes
1 answer

How to parse xml using python

I have the below xml file :
gowtham Y.R
  • 111
  • 1
  • 2
  • 10
-1
votes
1 answer

How to parse and fetch specific Attribute from XML using jQuery.parseXML()?

I have a XML string like I need output as var…
Shadab Mehdi
  • 604
  • 10
  • 23
-1
votes
2 answers

Groovy parse xml

I'm a newbie in groovy Can anyone help to parse this xml in order to get a list of values of the each num element NAMES> 1
Leo
  • 1,787
  • 5
  • 21
  • 43
-1
votes
2 answers

How can i parse XML using pull parser in Android

I have XML: 8 Công Nghệ & Xe
-2
votes
1 answer

Read key Value pair XML from nvarchar in query which returns value in columns

I want to read an XML nvarchar column: R03e L07e
BRB
  • 1
-2
votes
1 answer

PHP parsing xml file with multiple childrens: i only get the first one

I'm parsing an XML-file with "file_get_contents" with a foreach loop. In the XML-file are several childrens () i would like to list all like that: The impact of Brexit
Cycle99
  • 172
  • 1
  • 3
  • 16
1 2 3 4 5
6