← Prev in month ← Prev in thread
Next in thread → Next in month →

Validating a DOM tree

From
Priya Mahajan <>
To
"''" <>
Date
2001-11-29T14:39:25
ID
<>
Thread
Validating a DOM tree
Hi,

I need to validate a DOM tree against an external schema using the JAXP API.
Currently I am using the SAXParserFactory to set up a SAXParser. But the
parser.parse() methods just accept as input a sax InputSource or systemId's
while I need to be able to give the dom directly as input to the parser. Has
anyone been able to do this without having to serialize the dom. Any help
would be appreciated.

Thanks,
Priya
← Prev in month ← Prev in thread
Next in thread → Next in month →