RE: [xsl] Can't output CDATA section

Subject: RE: [xsl] Can't output CDATA section
From: "Robert Soesemann" <rsoesemann@xxxxxxxxxxx>
Date: Wed, 7 Jul 2004 17:01:11 +0200
Hi Tom,  

No I really just want the text without the <CDATA stuff around. The
problem is that the MSXML transformer I am using is not doing it right.
But I can switch to a never version and then it works.

Thank you anyway.

Best Regards,

Robert

-----Original Message-----
From: Passin, Tom [mailto:tpassin@xxxxxxxxxxxx] 
Sent: Wednesday, July 07, 2004 16:43 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Can't output CDATA section


> From: Robert Soesemann [mailto:rsoesemann@xxxxxxxxxxx]
> 
> How can I get the content of the CDATA section of this node?
> 
>
<option3link><![CDATA[javascript:objDialogBox.dlgReset();moduleFocus=old
> ModuleFocus;]]></option3link>
> 
> The use of
> 
> <xsl:value-of select="option3link"/>

Works for me.  You need to show us your template, because it sounds like
you are not selecting the element you think you are.  While you are at
it, tell us the processor you are using and how you are feeding the xml
source to it.

Cheers,

Tom P

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--


Current Thread