|
Subject: [xsl] CDATA back to its original shape From: Ruben Inoto <ris2@xxxxxxxxx> Date: Thu, 15 Feb 2001 13:20:14 +0100 |
I have a problem using CDATA in my XML document.
I know that this code used in XSL...
<object>
<![CDATA[
<more_tags>anything</more_tags>
]]>
</object>
...will give me the output that I want:
<object>
<more_tags>anything</more_tags>
</object>
.. but I would like to have the code with CDATA in my XML document
instead, retrieve it from XSL and transform it to its original shape
again producing HTML with the tags I had in XML. Can I do it?
Thank you.
//Ruben
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] To pass parameters to fun, Michael Kay | Thread | Re: [xsl] CDATA back to its origina, David Carlisle |
| RE: [xsl] XSLT 1.1 comments, Michael Kay | Date | Re: [xsl] To pass parameters to fun, David Carlisle |
| Month |