system-property('xsl:is-schema-aware') gives no with Saxon 9.7 and 9.8 EE and Saxon-EE-T license
Replies (2)
Please register to reply
Added by Martin Honnen over 7 years ago
While testing Saxon 9.8 I checked the @system-property('xsl:is-schema-aware')@ with EE 9.8.0.1 returning @no@, I run it with the @-t@ option which shows no license problems for my Saxon-EE-T license. Then I went back to 9.7.0.18 EE and the result is the same, it also shows @no@. Saxon 9.7.0.15 EE provided and run inside oXygen shows yes.
So now I am confused, is a Saxon-EE-T not supporting schema-aware processing? Or is the result that @system-property('xsl:is-schema-aware')@ returns with that license type wrong?
Hmm, when I add @-sa@ to the command line running the stylesheet using @system-property('xsl:is-schema-aware')@ I get @yes@ with both 9.8 and 9.7 EE. Is that a consequence of https://saxonica.plan.io/issues/3105?
As you say, this is almost certainly related to bug #3105. It all seems absurdly complicated.
Please register to reply