[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: How to tranform the xml

Subject: RE: How to tranform the xml
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 10 Nov 2000 12:55:19 -0000
tranform
> But have no idea how to wrap a node by another.
> 
> I want it to be transformed to :
> 
> <?xml version="1.0" encoding="utf-8"?>
> <node1 role="MAIN">
>     <node2  mediatype="text" >
>         <text><![CDATA[ <p> xyz</p>
>             <p> ab.</p>]]>
>         </text>
>     </node2>
> </node1>
> 
> 
I would love to know why you want to do this, because it seems so strange to
use XML markup in a structure, and then pretend it isn't XML markup by
enclosing it in CDATA.

Because you are doing something pretty odd here in terms of pretending that
your XML is just ordinary text, I would use disable-output-escaping:

<xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text>
<xsl:copy-of select="."/>
<xsl:text disable-output-escaping="yes">]]&gt;</xsl:text>

Mike Kay


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.