Project

Profile

Help

Bug #5092 » mode-all-test.xsl

Maarten Kroon, 2021-09-15 13:15

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0">

<xsl:mode name="test" on-no-match="shallow-copy"/>

<xsl:template match="test" mode="#all">
<xsl:apply-templates mode="#default"/>
</xsl:template>

</xsl:stylesheet>
(2-2/4)