Hallo @ All,
ich glaub ich versteh was beim splitten nicht richtig. Folgendes:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24:
| stdWrap.cObject = COA stdWrap.cObject { 5 = TEXT 5.field = tx_rsysaddgrpfind_rsys_grpfind_url 5.htmlSpecialChars = 1 5.wrap = <a href=" | " target="_top"> 10 = TEXT 10.field = tx_rsysaddgrpfind_rsys_grpfind_name 10.split.token.char = 32 10.split.wrap = |*| <span class="grpfindhsp"> | </span> || <span class="grpfindname"> | </span> |*| 20 = TEXT 20.field = tx_rsysaddgrpfind_rsys_grpfind_desc 20.wrap = <span class="grpfinddesc"> | </span> 30 = TEXT 30.wrap = | </a> } allWrap = <li class="grpfinditemfirst">|</li> |*| <li class="grpfinditem">|</li> } - ERROR: Line 22: An end brace is in excess. } - ERROR: Line 23: An end brace is in excess. |
Ergibt:
HTML-Code:
<span class="grpfindhsp">1</span> <span class="grpfindhsp">2</span>
nachster TAG
<span class="grpfindname">1</span> <span class="grpfindname">2</span>
Ich will aber:
HTML-Code:
<span class="grpfindhsp">1</span> <span class="grpfindname">2</span>
kann mir da jemand auf die Sprünge helfen ??