mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-14 05:09:26 +03:00
* libxslt/preproc.c libxslt/variables.c: fixed 2 leaks with namespaced variable names. * tests/general/bug-154.*, tests/general/Makefile.am, tests/docs/bug-154*, tests/docs/Makefile.am: added test case for above Daniel
5 lines
158 B
XML
5 lines
158 B
XML
<xsl:transform version="1.0"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:test="#">
|
|
<xsl:variable name="test:foo" select="'abc'"/>
|
|
</xsl:transform>
|