1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-15 16:01:08 +03:00
Files
libxslt/tests/general/bug-159.xsl
Daniel Veillard e852440371 added test for bug #168196 fixed in libxml2 Daniel
* tests/general/bug-159.*, tests/general/Makefile.am,
  tests/docs/bug-159.*, tests/docs/Makefile.am: added test for
  bug #168196 fixed in libxml2
Daniel
2005-03-29 20:35:38 +00:00

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="#&#x451;">&#x451;</a>
<p>a lot of text</p>
<a name="&#x451;"/><h1>&#x451;</h1>
<p>a lot of text</p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>