Citat ���� <[EMAIL PROTECTED]>:

> I wrote a program to read a XML file and then write back to disk ,but i
> find that the processing instruction and the Document type definiton
> were missing in the output file.how can i write them to the xml file
> using Xerces?Tnanks.
> 

If you use the DOMparser to parse you xml-document, you can then use 
XMLSerializer to serialize the DOM-tree to a file.

       _\|/_
       (@ @)
---oOOo-(_)-oOOo---
    Ren� Jensen
 [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to