mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-18 14:34:32 +03:00
* 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
7 lines
107 B
XML
7 lines
107 B
XML
<?xml version="1.0"?>
|
|
<root xmlns:foo="http://foo.org">
|
|
<foo:elt><![CDATA[
|
|
>
|
|
]]></foo:elt>
|
|
</root>
|