By parse the document, do you mean that i need to parse the document using sax or dom, and put every element, attributes, text, etc on a DOMDocument? I can understand that approach.. But, is there any other more simple approach?? bacause it rather complicated to created a special parser just to do this stuff..
Jacinto, Alex wrote: > > Alexis, > > You need to parse the document then add whatever you want. See the > parsing examples. > -- View this message in context: http://www.nabble.com/problem-in-creating-DOMDocuments-tf2891037.html#a8077218 Sent from the Xerces - C - Users mailing list archive at Nabble.com.
