[xsl] Parsing of CDATA

Subject: [xsl] Parsing of CDATA
From: val iliescu <xslt_2001@xxxxxxxxx>
Date: Tue, 7 Aug 2001 14:39:12 -0700 (PDT)
Is there a way of parsing 'out' the contents of 
a CDATA section, inside a stylesheet ?

e.g.

xml fragment:
<NAME><![CDATA[<LANG>Previous</LANG>]]></NAME>

the most I can do is in xsl:

<xsl:value-of select="./NAME"/>

Is there a way to 'extract' then just the value btw.
<LANG> ?

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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


Current Thread