PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_Beautifier » Bug #1009

Data in <![CDATA[ ... ]]>

Details

Submitted2004-03-13 16:44 UTC
Fromrm at visionthink dot de
Assignedschst
StatusClosed
PackageXML_Beautifier
PHP Version4.3.0
OSLinux
Roadmaps1.2.0a1

Comments

[2004-03-13 16:44 UTC] rm at visionthink dot de

Description:
------------
Data in <![CDATA[ ... ]]> sections ist getting changed:
<link><![CDATA[som text <a href=\"http://www.anylink.de\">...<a>more> text]]></link>
is getting changed to:
<link><![CDATA[some text<a href=\"http://www.anylink.de\">...<a>more text]]></link>

when the xml-data is then included in html, the link ist not woring any more.