Project

Profile

Help

Bug #6183 ยป transform-with-EE-feature.xsl

Trevor Lawrence, 2023-08-23 03:22

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes="xs"
version="3.0">
<xsl:template name="xsl:initial-template">
<xsl:for-each-group select="('foo')" group-by=".">
<xsl:sort collation="http://www.w3.org/2013/collation/UCA?lang=en;maxVariable=symbol;strength=4;alternate=shifted;fallback=no"/>
<output/>
</xsl:for-each-group>
</xsl:template>
</xsl:stylesheet>
    (1-1/1)