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]

CDATA back to its original shape



 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


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