Post parsing schema validation

Hello all,

Sorry for the (slightly, I hope) off topic question but I think
this is the most relevant list.

We use XML Schema extensively to define the syntac we use.
However, I need to perform validation after the document
has been parsed and a DOM tree has been created.
So, ideally, perform validation of a DOM sub-tree against
a specified schema.

I've been using the Xerces Java implementation but there is
no straightforward way to use the XML Schema validator in that
context... I've also checked the other (open source) implementations
available and I cannot find something appropriate.

Any suggestions would be highly appreciated,

Sorry again for the off-topic question,

Thanks,
Mike.

Received on Friday, 17 January 2003 12:36:58 UTC