This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XML Outputting literal character entity?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]