[TYPO3-dev] A ticking ticking timebomb with libxml update to 2.7.1?
Lee Perry
leeperry at slack.de
Tue Aug 18 15:00:24 CEST 2009
Steffen Kamper schrieb:
> the problem is the libxml library. Whenever the problem occurs you are
> now able to fix it with [BE][flexformForceCDATA] = 1 until libxml was
> updated, then you can remove it again.
you can fix it for new usages of a FCE - but please think about the
existing FCEs without the CDATA - you have to fix every used FCE,
because if you open this FCE (without CDATA in the flexform) the
brackets will stripped and all tags will be wrong, even it is a
bold-tag, a br-tag or a link-tag, and will looks like this example:
"b Lorem ipsum/b dolor sit amet br/, consetetur sadipscing elitr, sed
diam link 56 - internal-linknonumy!/link eirmod tempor invidunt"
instead of:
"<b> Lorem ipsum</b> dolor sit amet <br/>, consetetur sadipscing elitr,
sed diam <link 56 - internal-link>nonumy!</link> eirmod tempor invidunt"
More information about the TYPO3-dev
mailing list