Hi All, Is there a way to validate a DOM tree without parsing? I build a DOM tree in memory and want to validate it before serialization. The only way I found is to parse the XML after serialization and let the parser do the schema validation.
Thanks, Michael
