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: non-breaking white space coming out incorrectly


>From what you told us, the resulting file is encoded in UTF-8, which will
use two bytes to encode the Unicode character 160. So there's no problem.

A text editor that doesn't know about UTF-8 *will* display those two
characters.

If IE5 doesn't display the character properly, then the file might carry a
wrong encoding attribute in the XML declaration.

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of flourish
> Sent: Wednesday, July 25, 2001 7:59 PM
> To: xsl-list@lists.mulberrytech.com
> Subject: Re: [xsl] non-breaking white space coming out incorrectly
>
>
> > >     I'm trying to use a non-breaking white space in XSLT, so I use the
> > > unicode  . This has worked for me in the past with
> > > sablortron, but in
> > > this instance sablotron is outputting "Â ".  The space is
> > > there, but before
> > > it there is the  (don't know its name).  Any ideas on what's
> > > going on?
> >
> > You're looking at a UTF-8 file using an editor that doesn't understand
> > UTF-8.
>
> I'm afraid you're speaking over my head, and I'm afraid the answer doesn't
> really make proper light of the problem anyways.  Let me elaborate.  I'm
> using XSLT to transform XML into HTML.  My XSLT uses the unicode  .
> The resultant HTML contains the string "Â " in it's place.  I'm
> viewing the
> resultant HTML in both editpad (a text editor) and IE5.5.
>
> Thanks again.
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]