Subject: RE: CDATA
From: "Julian F. Reschke" <julian.reschke@xxxxxx>
Date: Fri, 19 Jan 2001 21:51:08 +0100
|
Why don't you just do:
<fo:page-number-citation ref-id="{@name}" />
?
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of James Piva
> Sent: Friday, January 19, 2001 9:36 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: 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:
>
> <fo:page-number-citation ref-id="AccountInstrument"/>
>
> would there be a way to keep the less than and greater than
> characters?
>
> instead of < 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
|