github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC/test-7.7-4.xsl (about)

     1  <xsl:stylesheet
     2    version="1.0"
     3    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     4    xmlns:fo="http://www.w3.org/1999/XSL/Format">
     5  
     6  <xsl:template match="note">
     7    <fo:block>
     8      <xsl:number level="any" from="chapter" format="(1) "/>
     9      <xsl:apply-templates/>
    10    </fo:block>
    11  </xsl:template>
    12  
    13  </xsl:stylesheet>