I've been searching in vain for documentation on how to do so -- e.g.
command-line arguments. Maybe Saxon just always does it and
you can't turn it off.
If so, that's the answer I'm looking for.
Yes, Saxon always validates the stylesheet completely, you don't have to ask
for it specially. If you want to control it from JAXP, the validation
happens during the newTemplates() call, so you can do validation separately
from execution if you need to.
Michael Kay
http://www.saxonica.com/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--