|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to tranform the xml
Hi all,
I am following this mail list and have gained a lot. I am able to parse and get
the queries done by xslt and java using clark-xt. But have no idea how to wrap
a node by another.
I have a xml file as :
<?xml version="1.0" encoding="utf-8"?>
<node1 role="MAIN">
<node2 mediatype="text" >
<text>
<p> xyz</p>
<p> ab</p>
</text>
</node2>
</node1>
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>
what will be the rule ??
Thanks in advance,
Sarboday
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








