WANTED: C++ class generator for XML input, uses libxml2

A

Andrew

Hello,

I am trying to track down an open source code generator that will
create C++ classes when given an XML schema (XSD). I would like the
generated code to use libxml2 to do the XML parsing. I wonder if
anyone here knows of such a generator. I could not find one in the C++
library/tools list produced by Nikki Locke.

The tool needs to be cross-platform. I am using Windoze-XP with Visual
Studio 2005 (please don't laugh). For portability reasons I also try
to compile any new code with GCC (via cygwin).

I have found XSD, which generates code that uses xercesc. This is
close but not close enough.

I have also found XBinder, which does exactly what I am looking for,
but is proprietary. This may have to do if I cannot find an open
source product.

I also also aware of the serialisation tool s11n. Unfortunately this
does not do what I want since there is no code generator (AFAIK).

I have already sent this question to comp.lang.c++.moderated. It was
suggested that this group might yield better results. It certainly
seems to be all things XML ;-)

Regards,

Andrew Marlow
 
J

Joe Kesselman

Joined
Mar 27, 2011
Messages
1
Reaction score
0
C++ class genrator

Hi Andrew,

I'm also looking for same type of code gerrator . Please please let me know if you have got any
tool for the same. :)
 

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,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top