1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-14 05:09:26 +03:00
Files
libxslt/tests/general/bug-105.xsl
Daniel Veillard 76575b814d added the example for bug #106788 from James Clark in the regression
* tests/docs/Makefile.am tests/docs/bug-105.xml
  tests/general/Makefile.am tests/general/bug-105*: added the
  example for bug #106788 from James Clark in the regression tests,
  the bug fix is actually in libxml2
Daniel
2003-02-23 13:56:23 +00:00

9 lines
219 B
XML

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<doc att="&#x9;&#xD;"><xsl:text>&#xD;</xsl:text></doc>
</xsl:template>
</xsl:stylesheet>