Re: Adding xsl:note to the schema for XSLT 4.0

> 
> The best I can come up with is
> 
> <xs:defaultOpenContent mode="interleave" appliesToEmpty="true">
>  <xs:any processContents="strict" namespace="##targetNamespace" notQName="xsl:accept xsl:accumulator xsl:accumulator-rule ...."/>
> </xsLdefaultOpenContent>
> 

Well, I've confirmed that this works, which is something. And it's not too hard to generate the list of 84 disallowed element names with a bit of XPath.

Michael Kay
Saxonica

Received on Thursday, 22 June 2023 23:40:05 UTC