wrote:
> Hi,
>
> I wish to serialize a C++ Tree data structure into a XML file.
>
> Can Xerces-C++ be used to do this? More precisely, Can C++ objects be
> serialize to DOM documents?
>
If you add the methods to them to do this, yes. There isn't anything
built into the language.
> Xerces-C++ can serialize DOM document data into a XML file using its
> classes but how to convert C++ Tree object into DOM, if possible?
>
Try a forum dedicated to Xerces-C++, this is a bit OT here. My answer
above applies no matter which DOM library you use.
--
Ian Collins.