- From: Michael Kay <mike@saxonica.com>
- Date: Wed, 27 Jul 2005 17:00:53 +0100
- To: "'sudhamsh kalaveedu'" <sudhamsh@hotmail.com>, <xmlschema-dev@w3.org>
Received on Wednesday, 27 July 2005 16:01:08 UTC
You're on the wrong list - this question doesn't appear to have any
relevance to XML Schema.
An apostrophe is often represented in an XML document as '
When the XML parser hands it to an application, it will normally decode it
and give the application a regular apostrophe (').
If you're seeing ' (six characters) this might be because the XML
representation has been read without decoding, or it might have been
double-escaped (as &apos;) in the XML file. Impossible to tell without
much more detail.
Michael Kay
http://www.saxonica.com/
_____
From: xmlschema-dev-request@w3.org [mailto:xmlschema-dev-request@w3.org] On
Behalf Of sudhamsh kalaveedu
Sent: 27 July 2005 16:31
To: xmlschema-dev@w3.org
Subject: Special Characters In Output
Hi,
I am fetching an address data into a self service screen.One of the lines in
the addresses has got a special character quote.It is displaying back as
'
How do you handle this data format change ? Do I need to put in a style
sheet to format this data ?
Regards,
Sudhamsh.
_____
Job hunting? Get the right one! Log on to
<http://g.msn.com/8HMAENIN/2731??PS=47575> www.timesjobs.com TODAY
Received on Wednesday, 27 July 2005 16:01:08 UTC