You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Rajesh Kommineni <r_...@hotmail.com> on 2001/04/27 00:06:48 UTC

Converting DOM Tree to a string

Hi all,
How can I convert an in-memory DOM Tree into a string? Does Xerces library 
has any serializing functions?
Thanks
rajesh
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Converting DOM Tree to a string

Posted by Bob Kline <bk...@rksystems.com>.
On Thu, 26 Apr 2001, Rajesh Kommineni wrote:

> 
> Hi all,
> How can I convert an in-memory DOM Tree into a string? Does Xerces
> library has any serializing functions?
> Thanks
> rajesh

Please read the FAQ before posting:
http://xml.apache.org/xerces-c/faq-parse.html#faq-21

-- 
Bob Kline
mailto:bkline@rksystems.com
http://www.rksystems.com


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


RE: Converting DOM Tree to a string

Posted by Evert Haasdijk <E....@cable.a2000.nl>.
There is no serialization in xerces-c, so everybody ends up modifying the
DOMPrint example.
Me, too, and you can have it.
No warranties, mileage may vary and so on.

Good luck, e