1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-11 16:10:45 +03:00
Files
libxslt/tests/general/bug-121.xsl
Daniel Veillard b487aba889 added the example for bug #112904 in the regression tests, the bug fix is
* tests/docs/Makefile.am tests/docs/bug-121.*
  tests/general/Makefile.am tests/general/bug-121*: added the
  example for bug #112904 in the regression tests, the bug fix is
  actually in libxml2
Daniel
2003-05-16 18:23:07 +00:00

9 lines
232 B
XML

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" />
<xsl:template match="/">
<a href="a?b+c">xxx</a>
</xsl:template>
</xsl:stylesheet>