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

     1  <xsl:stylesheet version="1.0"
     2  		xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     3    <xsl:import href="article.xsl"/>
     4    <xsl:import href="bigfont.xsl"/>
     5    <xsl:attribute-set name="note-style">
     6      <xsl:attribute name="font-style">italic</xsl:attribute>
     7    </xsl:attribute-set>
     8  </xsl:stylesheet>