1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-14 05:09:26 +03:00
Files
libxslt/tests/general/bug-154.xsl
Daniel Veillard 145500bbe0 fixed 2 leaks with namespaced variable names. added test case for above
* 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
2004-09-25 19:42:07 +00:00

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>