Subject: 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>
<p><a href="some_link">title_link</a></p><img
src="some.gif">
</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 |
- Copying
- Jose Aliste P. - Thu, 29 Nov 2001 10:43:00 -0500 (EST) <=
|
|