Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.13
-
None
Description
It would be useful if I want to write a component that needs to manipulate its body... A trivial example would be a "stripwhitespace" component :
<t:stripwhitespace>
My string with too
many white spaces
</ t:stripwhitespace>
In that case I would like to access the <t:body /> string to remove some spaces...