Boris Kolpackov <boris <at> codesynthesis.com> writes: > > Given the bewildering number of ways you can do this, is this the best > > approach? > <....snipped>
> One of such XML Schema to C++ compilers is CodeSynthesis XSD. It is open- > source and available on a wide range platforms. It also provide an event- > driven mapping which allows you to register hooks instead of getting an > in-memory representation: > > http://www.codesynthesis.com/products/xsd/ <... snipped> > hth, > -boris > Boris, thanks for very helpful comments. I downloaded codeSynthesis for Solaris and tried to compile the hello example. I spent a lot of time, trying to make it compile with Forte 7.0 Sun compiler and sun's make utility. We don't have gcc amd gmake installed for Sun. So I have put this on the back-burner for now. Going the SAX route, will customise SAXPrint for my purposes. Regards, Vijay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
