Re: [xsl] RE: XSL and White Space help PLEASE

Subject: Re: [xsl] RE: XSL and White Space help PLEASE
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Mon, 4 Jun 2001 13:06:23 -0400
[Lars Marius Garshol]

>
> * Thomas B. Passin
> |
> | 7) &#160; isn't legal in all encodings.
>
> It is, actually. XML and HTML documents always represent documents
> consisting of Unicode characters, even when the documents are
> transported in encodings based on other character sets.
>
> What this means is that &#160; is always U+00A0, regardless of what
> the encoding of the document it appears in is. Numeric character
> references are always to Unicode code points.
>

Thanks, Lars (didn't know you hang out here too).  I've had some xslt error
messages from time to time about illegal characters having this code (always
files I got from somewhere else, none that I created myself).  So I assumed
without checking carefully that they were not allowed in some of the
encodings.  Still, whether they actually get treated correctly across all
encodings in actual practice seems questionable.  Any thought about this?

Regards,

Tom P


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread