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: Saxon and validating


The command line -x option, or the ParserManager.properties file, allow you
to select which parser to use, but not to set options for that parser. If
you want to do the latter, you'll need to write some Java: perhaps a simple
"wrapper" for the parser that switches validation on.

Some parsers have different class names for their validating and
non-validating versions, but I forget if this true of Xerxes.

Mike Kay

> 
> is it possible to Validate a document using saxon from command line  
> or since saxon can be made to use parser of y(our) choice through
> ParserManager.properties file, for example if i use xerces 
> can i turn on xerces' validating feature. 
> 


 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]