I was thinking of using C++ code generators for generating wrapper classes around the DOM.

Thanx
Olav


From: "Adam Heinz" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: Code generation with Xerces/C++
Date: Tue, 25 Nov 2003 15:22:26 -0500

I'm using Perl to generate my DTD as well as the SAX handler (Win2k-only) that ingests XML conforming to that DTD, performing unit and enumeration conversions. I also generate an XMLUni-like unicode string constant class that I'm using on both MacOS 9.2 and Win2k.

I don't know about ease of use over DOM, but I'm definitely glad I automated all my void* casting and stack management for SAX.

Adam Heinz
Development Consultant
Exstream Software

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to