mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-01 14:06:55 +03:00
* libxslt/namespaces: some enhancement for fixing bug 142768 * tests/namespaces/Makefile.am, tests/namespaces/tst6*: added regression test for this bug
8 lines
180 B
XML
8 lines
180 B
XML
<xsl:transform
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="1.0">
|
|
<xsl:template match="/">
|
|
<xsl:copy-of select="."/>
|
|
</xsl:template>
|
|
</xsl:transform>
|