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

    Move child from one doc to another

    I am using Xerces API. I want to parse multiple xml files and put them together into one DOM tree. So I've done a parse on a file. The Parser object has its own DOMDocument object. I create a DOMDocument and try to do an appendChild of one of the nodes just parsed but Xerces throws an exception...
  2. ThomasOatman

    Recursive inclusion

    I would like to create a hierarchical (nested) tree of xml files – one includes another, includes another. Something like so: AllTests Suite1 TestCase1 TestCase2 Suite2 TestCase3 TestCase4 Using the ENTITY tag I am able to include Suite1 and Suite2 into the AllTests.xml. But then I...

Part and Inventory Search

Back
Top