[TYPO3-templavoila] Limitation of allowed characters in Typoscript inside a DS

Dmitry Dulepov typo3 at fm-world.ru
Thu Mar 23 20:38:40 CET 2006


Hi!

Ådne Hovda wrote:
>     <TypoScript>
>     10 = COA
>     10 {
>       wrap = <ul id="tabbar">|</ul>
>       10 = RECORDS
>       10 {
>         wrap = <li><a>|</li></>
>         source.field = field_tabone
>         tables = tt_content
>         conf.tt_content = TEXT
>         conf.tt_content.field = header
>       }
>       20 < .10
>       20.source.field = field_tabtwo
>       30 < .10
>       30.source.field = field_tabthree
>     }
>     </TypoScript>

<, > and & inside <TypoScript> makes invalid DS XML :) You need the
following:


<TypoScript><![CDATA[
...
]]></TypoScript>

and it will work.

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)



More information about the TYPO3-project-templavoila mailing list