To provide more detail to my previous post, I have the following:
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM")
xmlDoc.async ="false"
xmlDoc.load(ShowScene)
document.all.xmltext.value = xmlDoc.xml
var nodeList = xmlDoc.selectNodes("//");
So once I have done this, how do I filter through...
Hello,
I am a newbie and this is my first post. I am trying to create hyperlinks to schema documentation. So for each attribute or element, there will be a hyperlink to the schema documentation. The problem that I am facing is that the elements and attributes appear numerous times within...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.