Oh... now i get it... thanks a lot.. :D now that i can build the DOMDocument... another problem came.. i would like to put the xml into a string... i have read the DOMPrint sample and the sample show us how to print the xml into file and console.. but not into a string...
Jacinto, Alex wrote: > > No, you're going to do the same thing you are doing when you call load > in Javascript. Put the xml document in a buffer and then tell Xerces to > parse it. Then you'll get a DOM in memory where you can add text node, > attributes, etc. Same concept as javascript. > > Alex Jacinto > > -- View this message in context: http://www.nabble.com/problem-in-creating-DOMDocuments-tf2891037.html#a8084629 Sent from the Xerces - C - Users mailing list archive at Nabble.com.
