dleclere/jing-trang

FeatureKeys.XSLT_VERSION is not known by Saxon B

GoogleCodeExporter opened this issue · 1 comments

If Saxon B/SA is used (pre Home Edition/Personal Edition/Enterprise edition) 
the 

 factory.setAttribute(FeatureKeys.XSLT_VERSION, "2.0");

in NewSaxonSchemaReaderFactory.initTransformerFactory throws an exception.

This creates a problem for projects that still use the old version of Saxon, 
like epubcheck for example.

Original issue reported on code.google.com by georgebina76 on 25 Jul 2012 at 6:37

Fixed in r2360.

Original comment by georgebina76 on 25 Jul 2012 at 11:39

  • Changed state: Fixed