This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: CDATA


Hi again,

This doesn't seem to have any effect.
Most of the examples I've seen state
that there is no change or
interpretation of characters within CDATA,
although this does not seem to be the case.
Could it be a processor preference?
I use Saxon...


james

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Clapham, Paul
Sent: Friday, January 19, 2001 3:47 PM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] CDATA


<xsl:value-of select="@name" disable-output-escaping="yes"/>

-----Original Message-----
From: James Piva [mailto:james.piva@ndexsystems.com]
Sent: January 19, 2001 12:36
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] CDATA


Hi all,


	Got a short question concering CDATA.
	This is my code:

	<![CDATA[<fo:page-number-citation ref-id="]]><xsl:value-of
select="@name"/><![CDATA["/>]]>

	and this is my unfortunate .fo output: 

		&lt;fo:page-number-citation ref-id="AccountInstrument"/&gt;

	would there be a way to keep the less than and greater than
characters?

	instead of &lt; have <...


	thanks

james

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

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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]