github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-159.xsl (about) 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 2 <xsl:output method="html" encoding="ascii"/> 3 4 <xsl:template match="/"> 5 <html> 6 <head/> 7 <body> 8 <a href="#ё">ё</a> 9 <p>a lot of text</p> 10 11 <a name="ё"/><h1>ё</h1> 12 <p>a lot of text</p> 13 </body> 14 </html> 15 </xsl:template> 16 17 </xsl:stylesheet>