1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-14 05:09:26 +03:00
Files
libxslt/tests/general/bug-88.xsl
Daniel Veillard ee4c6ac02b fixed bug #87279 added an example in the regression tests for this case
* libxslt/preproc.c libxslt/transform.c: fixed bug #87279
* tests/docs/Makefile.am tests/docs/bug-88.xml
  tests/general/Makefile.am tests/general/bug-88.*: added an
  example in the regression tests for this case
Daniel
2002-07-05 16:37:21 +00:00

7 lines
219 B
XML

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<xsl:element xmlns="http://bar.xml" name="test"/>
</xsl:template>
</xsl:stylesheet>