xsl-list
[Top] [All Lists]

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

2003-08-28 01:27:22

with xslt how to generate &#xxxxx; (and not &#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



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