Sorry about that. I remember Keith promising to conver the serializer stuff from Java to C++. Keith?
arkin [EMAIL PROTECTED] wrote: > > He was asking about the C++ version, not the Java version. We *really* need > to split the Java and C++ support out into two separate mailing lists. I've > given a couple of people C++ advice for Java questions already myself > (since its not always obvious or easy to miss in the process of thinking > about the answers to the question.) > > ---------------------------------------- > Dean Roddey > Software Weenie > IBM Center for Java Technology - Silicon Valley > [EMAIL PROTECTED] > > Assaf Arkin <[EMAIL PROTECTED]>@arkin.exoffice.com on 01/05/2000 12:47:02 > PM > > Please respond to [EMAIL PROTECTED] > > Sent by: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > cc: > Subject: Re: Saving ... > > import org.apache.xml.serialize.*; > > Serializer ser; > > ser = new XMLSerializer( output ); > ser.serializeDocument( doc ); > > arkin > > Jean Georges PERRIN wrote: > > > > [Xerces 1.0.1 / C++ / Win32] > > > > How do I save a modified tree ? > > > > I have created a dom tree with DOMParser, it is working ok, I can count > and > > navigate through my stuff, but how do I save it back to disk once I have > > finished ? > > > > TIA > > > > Jean Georges PERRIN > > -- > > Four J's Development Tools (www.4js.com) > > [EMAIL PROTECTED] - Tel +33 (0)3 88 18 61 20 - Fax +33 (0)3 88 18 61 21 > > -- > > CAUTION: import com.fourjs.StandardDisclaimer;
