Hello! I am using Apache Xerces (from JAXP) to create DOM documents. I do not want to create them parsing XML documents but rather I want to create "empty" documents an add nodes "manually". Each time I add a node to the DOM I want to validate it in respect to a certain XML Schema. Is it possible? (I know that validation can be done when creating a DOM from an XML document)

Thanx in advance

Stam

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



Reply via email to