XML Parsing Questions

1

How to parse xml values
I’m working on a console app that takes an xml file and groups the value of the errorMsg element into an output file (either to the console or to a txt file).  My issue is how to parse the value found within the errorMsg Element. (See file sample below).  what i need from each errorMsg [...]

Answer Question   |  October 28, 2011  1:46 PM
.NET development, XML development, XML Parsing
asked by:
5 pts.

XML parsing in COBOL on iseries
Can I get an example of how to parse XML document in ILE COBOL? I need both SAX and DOM parser examples.

Answer Question   |  March 4, 2009  4:55 PM
COBOL, ILE COBOL, XML, XML in ILE cobol, XML Parsing
asked by:
5 pts.

How do you parse xml in COBOL when the message has repeating nodes
The Documentation I’ve seen around COBOL XML parsing only speaks to single instances of a given node. What is the technique when the message has repeating (Unbounded) nodes for example: <Address> <Name></Name> <Name></Name> <Name></Name> ….. </Address> In this case the Name attribute is unbounded. What is the techique to loop through the unbounded <Name> collection?

Answer Question   |  December 1, 2008  6:24 PM
COBOL, Parsing, XML Parsing
asked by:
5 pts.

1