[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: [untitled] Generating a character with a given numeric codepoint
From: "Michael Kay" <mhk@xxxxxxxxx>
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 


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


Current Thread
  • [no subject]
    • prenom nom - Wed, 27 Aug 2003 18:30:51 -0400 (EDT)
      • Michael Kay - Thu, 28 Aug 2003 04:26:24 -0400 (EDT) <=
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member