Hello Walrick

> Just some other ideas: have you tried:
> 
>      token = ###SPLITTER###
>      cObjNum = 1 |*||*| 2
>      1.current = 1
>      1.wrap=<div class="element">|</div>
>      2.current = 1
>      2.wrap = <div class="last_element">|</div>
> 
> or
> 
>      token = ###SPLITTER###
>      cObjNum = 1 |*| 2 |*| 3
>      1.current = 1
>      1.wrap=<div class="element">|</div>
>      2.current = 1
>      2.wrap=<div class="element">|</div>
>      3.current = 1
>      3.wrap = <div class="last_element">|</div>

I tried both but they do not work: as before, it looks like the sequence 
of blocks is not split at all. The result in both cases is something like

<div class="last_element">
First element
Second element
(...)
Last element
</div>


Claudio
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to