I've been scoping out the possibility of enabling schema validation
under Woodstox.

The situation looks rather ugly.

Woodstox is depending on msv.

msv only consumes schema as a SAX InputSource or as acting as a SAX
handler. So, to stuff schema into here, we'd need to hop from
XmlSchema to DOM to bytes to this, unless there's some mechanism I'm
forgetting that goes from DOM to SAX events.

Is this worth it?

Reply via email to