[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] encoding problem


Subject: Re: [xsl] encoding problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 20 Apr 2004 14:13:14 +0100

  As Michael said "it's unsafe to use non ASCII characters in the names 
  of HTML-Anchors"  i'd now like to replace all '_' in my file with 
 '&#224'

you want 223 not 224 for a sharp s, but that's still just as unsafe.
there is no difference between the character reference and the character
after it has been parsed by an XML parser and so XSLT and an XHTML
renderer will see the same input in either case.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread
Keywords