[TYPO3-dev] A ticking ticking timebomb with libxml update to 2.7.1?
Steffen Kamper
info at sk-typo3.de
Tue Aug 18 15:06:58 CEST 2009
Hi,
Lee Perry schrieb:
> 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"
>
did you ever tried it? This will be correct after the setting as it
forces CDATA! It's only less performant, so when ever libxml is updated
the setting should be removed.
vg Steffen
More information about the TYPO3-dev
mailing list