Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
18 lines
382 B
XML
18 lines
382 B
XML
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<xsl:output method="html" encoding="ascii"/>
|
|
|
|
<xsl:template match="/">
|
|
<html>
|
|
<head/>
|
|
<body>
|
|
<a href="#ё">ё</a>
|
|
<p>a lot of text</p>
|
|
|
|
<a name="ё"/><h1>ё</h1>
|
|
<p>a lot of text</p>
|
|
</body>
|
|
</html>
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet>
|