xsl-list
[Top] [All Lists]

Re: RE: [untitled] Generating a character with a given numeric codepoint

2003-08-28 02:03:14

thanks for the answer

From: "Michael Kay" <mhk(_at_)mhk(_dot_)me(_dot_)uk>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject: [xsl] RE: [untitled] Generating a character with a given numeric codepoint
Date: Thu, 28 Aug 2003 09:27:22 +0100

>
> with xslt how to generate &#xxxxx; (and not &amp;#xxxxx;)
> from <number n="xxxxx" /> ?
>

With XSLT 1.0, the only way is disable-output-escaping, or an extension
function (saxon:unicode-to-string).

XPath 2.0 has a built in function that converts between a string and a
sequence of integers representing its Unicode codepoints, and vice
versa.

Michael Kay


_________________________________________________________________
Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! http://g.msn.fr/FR1000/9493


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



<Prev in Thread] Current Thread [Next in Thread>
  • Re: RE: [untitled] Generating a character with a given numeric codepoint, prenom nom <=