[TYPO3-english] parseFunc? add wrap to th tag

Sacha Vorbeck vorbeck at TYPO3Tutor.de
Mon May 18 09:29:44 CEST 2009


Hi,

currently I use this snippet to replace all th-tags with td-tags:
tt_content.text.20.parseFunc.externalBlocks.table.callRecursive.tagStdWrap.HTMLparser.tags.td.remap 
= th

But now the HTML structure has changed and I have to render the th-cells 
with an additional wrap. Example:
<th><sometag>Table cell content entered via RTE</sometag></th>

I tried different things but couldn`t get it to work. Remap can only 
remap an existing tag into another one, so I can`t use it here.

Can anybody tell me what`s the right TS tool/syntax for this task?

-- 
thank you - all the best,
Sacha


More information about the TYPO3-english mailing list