Hi all,

I have this problem: how do I create a new XML document which is valid
against a specific XML Schema (or DTD)? What I'd like to do is building the
new XML document following the rules specified by the Schema.
The only idea I came up with is parsing the Schema and then traversing it
and generating nodes in the XML document when I find element declaration in
the Schema. Is this a correct approach? Is there any other approach? Is
there any API available?

Thanks in advance.
Marco Sbodio 

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

Reply via email to