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