This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: instant saxon in validating mode?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]