xsl-list
[Top] [All Lists]

Re: Using HTML entity codes within XSL?

2002-12-22 07:55:38
** Reply to message from "Richie B" 
<richie(_at_)musicplace(_dot_)screaming(_dot_)net> 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>
      &pound;<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(_at_)TheOffice(_dot_)net
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



<Prev in Thread] Current Thread [Next in Thread>