Hi there--I'm new to Xerces, and would like to know if it is possible to do the following with it:

I've got an XSD file (FOO.XSD) that describes the format of the XML files I want my CPP to generate. Here's how I imagine it working:

(1) The CPP program creates a document, bound in some way to FOO.XSD.
(2) The CPP program then starts adding elements to the document, which are validated on-the-fly (because of the binding to FOO.XSD). The idea is that if the CPP tries to add an invalid element, the document handler won't let that happen.


So, is this possible?

Thanks in advance,
--Steve

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus



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



Reply via email to