[xsl] Copying

Subject: [xsl] Copying
From: "Jose Aliste P." <jaliste@xxxxxxxxxxxxx>
Date: Thu, 29 Nov 2001 12:43:20 -0300 (CDT)
Hi, I have an element that all its childrens are in XHTML namespace, for
example 

<atag>
<p><a href="some_link">title_link</a></p><img src="some.gif"/>
</atag>

I want to transform it to
<atag>
<![CDATA[<p><a href="some_link">title_link</a></p><img src="some.gif"> ]]>
</atag> or the equivalent 
<atag>
&lt;p&gt;&lt;a href="some_link"&gt;title_link&lt;/a&gt;&lt;/p&gt;&lt;img
src="some.gif"&gt;
</atag>
So, I want to serialize the content of the element to HTML and including
in the result tree... 

		I hope you can help me out..


				Jose Aliste P.

  






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread