Project

Profile

Help

Bug #6092

Updated by Michael Kay 11 months ago

To implement the rules for the proposed xsl:note element in the schema for XSLT 4.0, I am using a `defaultOpenContent` declaration with `appliesToEmpty=true`. This doesn't appear to be working: test case note-007`, node-007, which has an `xsl:note` element as a child of `xsl:strip-space`, is rejected as invalid.

Back