Re: Special characters in XML

Subject: Re: Special characters in XML
From: Albus <albus@xxxxxxxxxxxx>
Date: Fri, 01 Sep 2000 17:15:25 +0200
Hi Joep,

Your encoding is correct, but you can't
use &#149; to generate &middot;

To create &middot; use the following string  &#183;
(or use the &#8226; to generate a bullet).

Tschau,
Dirk Albus



Joep Laumans schrieb:

> Hi there,
>
> I have in my xsl file a value &#149  ( it is the &middot; )
> I have a xml file with the encoding set to iso-8859-1
>
> When use the MS xml parser ( the july 2000 version ) it will change the &#149 into a ? ( a question mark)
> When i use the &middot in stead of the &#149  it will tell me that the element does not exists.
>
> How can I get the &#149 to display properly ..
>
> Kind regards,
>
> Joep Laumans
>
> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
> Greenane Consultancy Ltd
> Joep Laumans
> Rock Street
> Kenmare
> joepl@xxxxxxxxxx
> Phone +353 64 42722
> Fax +353 64 42719
> Mobile 086 8336079
>
> Visit Kenmare the tidiest Town in Kerry
> http://www.kenmare.com
> + + + + + + + + + + + + + + + +  + + + + + + + + + + + + + + + + + +
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

--
Dipl.-Ing.
Technischer Redakteur

Media-Print Digital
Kantstraße 5-13
D-44867 Bochum

E-Mail  albus@xxxxxxxxxxxx




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


Current Thread