Message211791
Current support for ]]> inside CDATA is to raise an Exception. However, it could be solved by dividing the ]]> to two strings:
- ]]
- >
and each one is a separate CDATA inside elemement. So, to put ]]> inside CDATA one can write:
<element>
<![CDATA[]]]]><![CDATA[>]]>
</element> |
|
Date |
User |
Action |
Args |
2014-02-21 02:04:09 | arturcz | set | recipients:
+ arturcz |
2014-02-21 02:04:09 | arturcz | set | messageid: <1392948249.58.0.639879526179.issue20714@psf.upfronthosting.co.za> |
2014-02-21 02:04:09 | arturcz | link | issue20714 messages |
2014-02-21 02:04:09 | arturcz | create | |
|