mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-11 16:10:45 +03:00
* libxslt/documents.c libxslt/functions.c libxslt/xsltInternals.h: fixed document('') as pointed by Eric van der Vlist * tests/docs/Makefile.am tests/docs/bug-86.xml tests/general/Makefile.am tests/general/bug-86.*: added the specific example in the regression tests Daniel
8 lines
287 B
XML
8 lines
287 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns:vdv="http://eric.van-der-vlist.com/tmpns" version="1.0">
|
|
<xsl:template match="/">
|
|
<xsl:copy-of select="document('')/xsl:transform"/>
|
|
</xsl:template>
|
|
</xsl:transform>
|