serialize a C++ Tree data structure into a XML file

A

aspingley

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?

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?
 
I

Ian Collins

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top