[TYPO3-german] parsefunc.short und XML-Attribute

Stefan Frömken firma at sfroemken.de
Thu Nov 3 08:04:45 CET 2011


Am 02.11.2011 11:25, schrieb Markus Bucher:
> Servus,
>
> Wenn ich im html folgendes Stehen habe:
>
> 	000TEST000<a href="000TEST000">000TEST000</a>
> 	
> und darauf dann
>
> 	page.stdWrap.parsefunc.short.000TEST000 = foo
> 	
> laufen lasse, erhalte ich die folgende AUsgabe:
>
> 	foo<a href="000TEST000">foo</a>
>
> Gibt es einen speziellen Grund, warum das innerhalb von Attributen nicht
> mehr funktioniert?
>
> Merci,
> Markus

Im Quellcode steht folgendes:

$data = substr($theValue, $pointer, $len); // $data is the content until 
the next <tag-start or end is detected. In case of a currentTag set, 
this would mean all data between the start- and end-tags

Stefan


More information about the TYPO3-german mailing list