Saxon Prematurely Evalutes xsl:attribute-set
问题 This relates to schema-aware validation of inputs into an XSLT transformation using latest Saxon EE 9.8. My XSLT file contains the following. A namespace and associated schema defined as such: <xsl:import-schema namespace="http://www.fpml.org/2005/FpML-4-2" schema-location="/path/to/some_swbml.xsd"/> A result document conforming to the above schema: <xsl:result-document method="xml" href="{$file}" format="swbml-format" validation="strict"> <SWBML xmlns="http://www.fpml.org/2005/FpML-4-2" xsl