Hello,<br>
 I would like to get the content of an element using contentshow
but I´ve got a problem. I can acces successfully using a code like
this: <cms:contentshow element="Text" /> but this generate a code
that is directly put on the screen, <br>
 how can i store that in a variable an transform easily?<br>
 I would like to change the following tag <img src="imagen.gif"/> for this one<br>
 <div something else><img
src="imagen.gif"/></div> . For this I´m thinking in using
regexp but i donñt them. I need to learn lisp?<br>
<br>
<br>