I'm reading a XML with XMLDOM3.0. The XML looks like the image attached. What would be the right way to browse through the XML to get the information from say the 'JGTIdent'? My problem is, that the namespace 'cec' can be different from file to file (CEC, CBC etc) - can I somehow suppress the namespace when parcing the file?
0
Comments
http://www.w3schools.com/xpath/xpath_syntax.asp
Hope this helps
Thomas