mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-14 05:09:26 +03:00
* 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
9 lines
219 B
XML
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="	
"><xsl:text>
</xsl:text></doc>
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet>
|