This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Copying


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]