mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-11 16:10:45 +03:00
* 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
9 lines
232 B
XML
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>
|