Have you looked at DOMWriter.java which should reside in your samples/dom directory? It's at least a start - perhaps you can subclass it and use it?
Good luck! Brion Swanson -----Original Message----- From: David DELGRANCHE [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2001 10:29 AM To: Xerces J Users (Adresse de messagerie) Subject: DOM serialization with Xerces 1.0.3 Hi all I need to insert a node in an XML document. To do this I use the DOM and create an element in it. But there is still one problem. I'm using Xerces 1.0.3 (I have no choice). In this version of Xerces it seems that there is no XMLSerializer class and no OutputFormat class Does anyone know a means to serialize my DOM and the produce an XML file on my disk? Thanks for help David. David DELGRANCHE [EMAIL PROTECTED] Tel: 02.99 05.34.25 Fax: 02.99.05.34.05 Sogitec Industries 24, Avenue Lavoisier ZI du Champ Niguel 35174 BRUZ CEDEX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
