I have an xml document which is dynamically built.

It is impossible for me to know what schema the xml document will conform to until it is entirely built.

 

Is it possible to Parse the xml document into an XmlObject, bind a schema to it and validate?

If possible, How?

 

Thanks in advance,

Asaf

Reply via email to