Re: Schema-based XML parsing - newbies, latch on...

2006-12-12 Thread Vijay S . Bajwa
Boris Kolpackov codesynthesis.com> writes: > > Given the bewildering number of ways you can do this, is this the best > > approach? > > 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 ev

Re: Schema-based XML parsing - newbies, latch on...

2006-12-10 Thread Boris Kolpackov
Hi Vijay, Vijay S. Bajwa <[EMAIL PROTECTED]> writes: > In the past week or so, I have been soaking up a lot on XML and DOM parsing > and > the like. The problem is a familiar one: Given an XML instance doc, parse it, > while validating it against a schema, and get the stuff into a C/C++ struct.

Schema-based XML parsing - newbies, latch on...

2006-12-07 Thread Vijay S . Bajwa
Folks, In the past week or so, I have been soaking up a lot on XML and DOM parsing and the like. The problem is a familiar one: Given an XML instance doc, parse it, while validating it against a schema, and get the stuff into a C/C++ struct. Simple enough? Maybe not quite. Here's what I want to