github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC/test-5.2-17.xsl (about) 1 <xsl:stylesheet version="1.0" 2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 <xsl:template match="/"> 4 <xsl:apply-templates select="/doc/para/@*"/> 5 </xsl:template> 6 <xsl:template match="@class"> 7 <xsl:text>Success</xsl:text> 8 </xsl:template> 9 </xsl:stylesheet>