1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-18 14:34:32 +03:00
Files
libxslt/tests/general/bug-129.out
Daniel Veillard 4eb53ed82c fixing the bug #120971 on cdata-section-elements with namespaced names
* libxslt/transform.c: fixing the bug #120971 on cdata-section-elements
  with namespaced names reported by Steve Hay
* tests/docs/Makefile.am tests/docs/bug-129.*
  tests/general/Makefile.am tests/general/bug-129*: added the
  test to the regression suite for this bug.
Daniel
2003-08-29 10:30:41 +00:00

7 lines
107 B
XML

<?xml version="1.0"?>
<root xmlns:foo="http://foo.org">
<foo:elt><![CDATA[
>
]]></foo:elt>
</root>