> Because it uses the SAX Parser and therefore can only handle 
> statements?
> 
> But this doesn't compromise the validation or schema compliance, does
> it?

We mean you can't pass a DOM in and ask "is this schema-valid?". You have to
parse the actual raw XML (with SAX or DOM). Schema validity has nothing to
do with SAX vs. DOM in terms of how you parse the XML.

Xerces-J I think supports some kind of DOM validation  now, but -C doesn't.

-- Scott


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

Reply via email to