[TYPO3-core] RFC: #9359: XML Problems with PHP5 and libxml
Oliver Hader
oliver at typo3.org
Tue Mar 17 13:25:40 CET 2009
Hi Steffen,
Steffen Kamper schrieb:
> It remains to be seen how widespread this issue will become or how
> quickly PHP will patch it, but one helpful option for new sites is to
> enable the useCDATA option from t3lib_div::array2xml. This will cause
> TYPO3 to insert CDATA anytime there are html entities within the
> content. Once CDATA is present, the new content will work as expected.
>
> Solution:
> Force use of CDATA.
> The patch is originally from Jeff, i had the same problem where this
> patch solved the problem, and in the BT entry you find other users where
> the patch solved the problems.
This also means, that existing content in the database has to be
re-written with the wrapping "<![CDATA[ ... ]]>", doesn't it?
olly
--
Oliver Hader
TYPO3 Release Manager 4.3
More information about the TYPO3-team-core
mailing list