How to append an xml string as a child node to a dom document
843834Apr 23 2009 — edited Apr 23 2009Hi
I have an xml represented as a String. Now I want to add this xml string as a child node to another DOM Document.
Do I have to first parse the xml String into a xml Document and then add the nodes to the existing Document. Is there a simpler way to do this. Any input is appreciated.
Many thanks in advance.