Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. StillANewbie

    Checking for duplicate elements or attributes

    ooops, the Javascript is in the HTML not the XML. Sorry about that.
  2. StillANewbie

    Checking for duplicate elements or attributes

    I am using HTML, XML, and Javascript (embedded within the XML) Does this help?
  3. StillANewbie

    Removing duplicate elements or attributes

    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...
  4. StillANewbie

    Checking for duplicate elements or attributes

    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...

Part and Inventory Search

Back
Top