Disable warning when validating XSLT 1.0 with Saxon 9

Are you missing a feature? Request its implementation here.
jelovirt
Posts: 84
Joined: Tue Oct 11, 2005 9:17 am
Location: Helsinki, Finland
Contact:

Disable warning when validating XSLT 1.0 with Saxon 9

Post by jelovirt »

Oxygen 10.3

If you select Saxon 9 to be the XSLT engine to use for validating XSLT 1.0, you always get an warning message

Code: Select all

W [Saxon-SA 9.1.0.7] Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
Saxon has a way to disable this when using a TrasformerFactory. Could the same be used to disable this warning in XSLT validation?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Disable warning when validating XSLT 1.0 with Saxon 9

Post by sorin_ristache »

Thank you for letting us know. We will have to add an option for that with the value true by default.


Regards,
Sorin
Post Reply