You can use XMLSpy Enterprise Edition. (very expensive in my opinion).
It generates C++-Classes based on xerces. Although compilable out of
the box, it needs some "fine-tuning". Altova uses a wrapper lib between
the generated code and xerces. This lib caused me some sleepless nights
in the past (mainly because it is not thread-safe and has memory leaks)
Regards
M.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, October 30, 2004 10:40 AM
> To: [EMAIL PROTECTED]
> Subject: generate C++ class from DTD file
> 
> 
> Hi list,
> 
> I am newbie to XML processing... but with some experience in 
> Axis web service.
> 
> If I am given a DTD, is there any tool for me to generate a 
> C++ class for it, just similar to WSDL -> Java in web service arena?
> 
> Or I have to design my class by hand, started from reading 
> the DTD file and analyse it... and also write my handler to 
> fill in data  during SAX processing?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to