[xsl] processing nodes with CDATA

Subject: [xsl] processing nodes with CDATA
From: Oswald Campesato <ocampesato@xxxxxxxxx>
Date: Tue, 19 Oct 2004 14:11:17 -0700 (PDT)
Hello, everyone:

I have a simple question regarding nodes with CDATA.
For example, if the current context is the node:
 <x-Name><![CDATA[LP]]></x-Name>

the output of <xsl:value-of select="."/> is:
 LP<Name> 

instead of the string LP, which is what I need.
Am I missing the obvious?  Suggestions welcome...

Regards,

Oswald

Current Thread