Hi all,

The taconite plugin provides the ability to wrap results in CDATA tags which allows one to return special characters such as '&' and '<'.

Example command:

<taconite>
 <replace select="#link"><![CDATA[
  <a href="/counter.htm?link=myid&count=1" id="link">Hi</a>
 ]]></replace>
</taconite>

In order to do this taconite places the CDATA content inside a div element. However after the command is executed the div is left in the DOM.

So after a bit of back and forth between browser and server we end up with a large hierarchy of divs.

Would it be possible to enhance Taconite to remove this div after the command is executed? Or any other suggestion on how to remove the div?

kind regards

bob

Reply via email to