RE: [xsl] instant saxon in validating mode?

Subject: RE: [xsl] instant saxon in validating mode?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 8 May 2001 14:34:01 +0100
> I'm using instant Saxon 6.0.2. I'd like to know how to put
> the parser in validating mode?

Saxon by default uses the AElfred parser which doesn't do validation. You
can specify a different XML parser using the -x option on the command line.
However, this doesn't allow you to configure the parser's options. If you
want to do that, you'll have to start diving into the JAXP 1.1 API, and
using full Saxon.

Mike Kay
Software AG

P.S. Saxon-specific questions are best raised on the Saxon list, see
http://saxon.xsl.listbot.com/



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread