Hello,
Does anyone have any examples of parsing an XML document using the SAXParser in LL 1.9.5
Thanks
if you mean parsing xml file in oscript i can provide code fragment from my oscript function.
See attachment.
regards,
keit
Greate thanks for that. As far as iterating the nodes, would iterate the sax.Characters in your example?
Thanks again
I am not sure what your intention is but there are a lot function can use to manipulate with nodes.
See global variable $Xml.GenericNode functions GetAttributesMap,GetChildAttributeByName, GetValue etc.
hope this helped you,
I need to be able to open an XML document and then search for nodes by name and get attributes and names from them. I'll take a look at the objects you pointed out.
Appreciate the help