[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Re: validating stylesheet


Subject: RE: [xsl] Re: validating stylesheet
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 21 Jan 2005 19:59:01 -0000

> 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/


Current Thread