Wednesday 06 April 2005 11:44:35 pm
It would be very useful to have access to content of custom taf as XML subtree and but not template processed result only. Now I overcome this situation following:
I inserted line:
$tpl->setVariable( 'custom_tag_content', $tag, 'xmltagns' );
after line number 630 in file kernel\classes\datatypes\ezxmltext\handlers\output\ezxhtmlxmloutput.php: $tpl->setVariable( 'content', $childContent, 'xmltagns' );
|