[Typo3] Templavoila FCE & Typoscript

Nikolas Hagelstein hagelstein at hauptsache.net
Wed Nov 30 15:28:51 CET 2005


Hi,
> I do like
> ROOT
>   1.CO
>     2.SC
>       3.CO
>         4.EL
>         5.EL
>         6.EL
> 
> First CO is mapped to wrapping div.
ok this works for me..but strange inner/outer mapping
happens:


html looks like this

<div> -> mapped to 1
<p class="line"> mapped to 2
<div> mapped to 3
<a>lalla</a>  mappet to 4 (5 is nomap)
<span>lalala</span> mapped to 6
<div>
</p>
</div>

1 inner
2 inner
3 inner
4-6 outer 

results in (having 2 elements in section ):
<div>
<p class="line">
<a href="www.google.de">www.google.de</a>searchmaschin
<a href="www.lycos.de">lycos.de</a>searchmaschine
</p>
</div>

and in: (having no elements in section ):
<div>
</div>

The strange thing is about 3. shouldn't the tag beeing wraped because of
inner mapping?
There seems to be little inconsisty about inner/outer mapping on nested CO
elements ?!
Cheers,
             Nikolas





More information about the TYPO3-english mailing list