Subject: RE: XML Outputting literal character entity?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 10 Aug 2001 11:35:37 +0100
|
> I'd like to output a literal character entity
> of the form { but where 123 is actually
> taken from an XML element's attribute. Is there
> a method to do this?
Only with disable-output-escaping, or with an extension function.
(unless of course you're prepared to write a string containing all the
Unicode characters, in sequence, and index into it using substring()...)
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|