mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-14 05:09:26 +03:00
* 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
7 lines
219 B
XML
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>
|