github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-155.xsl (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
     3    <xsl:output encoding="UTF-8" indent="yes" omit-xml-declaration="yes"/>
     4    <xsl:template match="object[@class='Literaturhinweis']"><h3>Literaturhinweis</h3>
     5  <ul>
     6   <li><strong>Ältestenrat:</strong><xsl:value-of select="Ältestenrat"/></li>
     7  </ul>
     8  </xsl:template>
     9  </xsl:stylesheet>
    10