Re: How to write out a DOM tree in XML format into a memory buffer.

2002-03-06 Thread Leonardo B. Lopes
Dear Nadia, Would a string buffer do? If so, check some of the earlier messages on this same list... Good Luck! Leo. On Wed, 6 Mar 2002, Nadia DAAS wrote: > I am using xerces 1.6.0 under UNIX (tru64). > I have a problem to write out a DOM tree in XML format into a memory buffer. > The

How to write out a DOM tree in XML format into a memory buffer.

2002-03-06 Thread Nadia DAAS
I am using xerces 1.6.0 under UNIX (tru64). I have a problem to write out a DOM tree in XML format into a memory buffer. The FAQ advises to take a look at the DOMPrint sample for an example. But in this example the DOM tree is writing out to the screen. Could you help me ? Thanks in advance. Nad