1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-11 16:10:45 +03:00
Files
libxslt/tests/general/bug-86.xsl
Daniel Veillard 4b5f41afe4 fixed document('') as pointed by Eric van der Vlist added the specific
* 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
2002-06-19 11:42:31 +00:00

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>