Home » XML » XML_Beautifier » Bug #1009
Data in <![CDATA[ ... ]]>
Details
| Submitted | 2004-03-13 16:44 UTC |
|---|---|
| From | rm at visionthink dot de |
| Assigned | schst |
| Status | Closed |
| Package | XML_Beautifier |
| PHP Version | 4.3.0 |
| OS | Linux |
| Roadmaps | 1.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.