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]

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


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