|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: (newby) extraction of CDATA nodes to different XML
CDATA sections are un-escaped character data, not elements. They are transparent to XSLT applications, so <foo><![CDATA[.....snip.....]]></foo> and <foo>.....snip.....</foo> are logically the same. Use the normal text selection mechansim to get the equivalent text content. <value-of select="foo"/> If you have a sequence of CDATA sections, you won't be able to use XSLT to separate them, as <foo><![CDATA[text from section one]]><![CDATA[text from section two]]></foo> and <foo>text from section onetext from section two</foo> are logically the same. Pete ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ********************************************************************
|
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








