|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Special characters in XML
Hi Joep,
according to the MSDN Lib the '·' has the value of '·'; in the
Latin-1 (ISO-8859-1) character set, and there is no character at '•'.
Furthermore you cannot use the entity middot as it is not declared within
your DTD. If you like to use it, you'd have to include the following at the
start of your XML file, I assume you already use a DTD:
<!DOCTYPE MyRootElement SYSTEM "MyRootElement.dtd" [
<!Entity middot "·">
]>
After this you should be able to use '·'.
I hope that solves your poblems.
Axel
> > -----Original Message-----
> > From: Joep Laumans [SMTP:joepl@xxxxxxxxxx]
> > Sent: Friday, September 01, 2000 3:01 PM
> > To: XSL-List@xxxxxxxxxxxxxxxx
> > Subject: Special characters in XML
> >
> > Hi there,
> >
> > I have in my xsl file a value • ( it is the · )
> > 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
> > • into a ? ( a question mark)
> > When i use the · in stead of the • it will tell
> me that the
> > element does not exists.
> >
> > How can I get the • to display properly ..
> >
> >
> > Kind regards,
> >
> > Joep Laumans
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








