Creating XML from existing C++ classes

D

Doogle

Hi

I have a complex data model within an exisitng C++ OOD Application.

I am trying to think of a nice way to create XML based on these C++ classes?

Anybody got any ideas?

Cheers

Steve
 
I

Ira Baxter

Doogle said:
I have a complex data model within an exisitng C++ OOD Application.
I am trying to think of a nice way to create XML based on these C++
classes?

Use a tool that can read the class definitions,
use those definitions to define XML structures
and generate XML reader/writer code for those classes.

The DMS Software Reengineering Toolkit is generalized
compiler technology that has a full C++ front end.
It could be used to do this.
See http://www.semanticdesigns.com/Products/DMS/DMSToolkit.html.
 

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

Forum statistics

Threads
473,780
Messages
2,569,614
Members
45,292
Latest member
EttaCasill

Latest Threads

Top