Subject: Re: Using HTML entity codes within XSL?
From: "Anthony B. Coates" <abcoates@xxxxxxxxxxxxx>
Date: Sun, 22 Dec 2002 14:55:38 GMT
|
** Reply to message from "Richie B" <richie@xxxxxxxxxxxxxxxxxxxxxxxx> on Wed,
18 Dec 2002 17:52:21 -0000
Dear Rich,
> I'm trying to do something like the following in XSL:
>
> <xsl:template match="/">
> <html>
> <body>
> £<xsl:value-of select="data/premiumAmount" />
> </body>
> </html>
> </xsl:template>
Have a look at
http://xmlchar.sf.net/
which is a solution that Zarella Rendon & I have put together. It based on a
suggestion that Tim Bray made a few months ago.
Cheers,
Tony.
====
Anthony B. Coates, Information & Software Architect
mailto:abcoates@xxxxxxxxxxxxx
MDDL Editor (Market Data Definition Language)
http://www.mddl.org/
FpML AWG Member (Financial Products Markup Language)
http://www.fpml.org/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|