Subject: RE: translate function & hex data
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 29 Feb 2000 16:06:17 -0000
|
I've since tried your example and it works fine. I also tried by way of a
simple test:
<xsl:value-of select="./@RSRC[translate('a', 'a', '�')]" />
and it fails (raises IE5.5 catch-all type error message). But if I change
the numeric entity to , it works.
Both  and � are illegal in XML, as are most C0 characters. Seems
like Microsoft is being liberal with the specifications again.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|