[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Best Practice: Use a character or its escaped form?
- From: Michael Sokolov <msokolov@safaribooksonline.com>
- To: "Costello, Roger L." <costello@mitre.org>
- Date: Thu, 28 Feb 2013 08:51:55 -0500
On 02/28/2013 05:29 AM, Costello, Roger L. wrote:
> Hi Folks,
>
> When should Á be used versus when should its escaped form be used (&xC1;)?
>
> Which is Best Practice, this:
>
> <Name>Ándre</Name>
>
> or this:
>
> <Name>&xC1;ndre</Name>
I'll answer this question with another question:
When should A be used versus when should its escaped form be used (&x41;)?
Which is Best Practice, this:
<Name>&x41;&x6E;&x64;&x72;&x65;</Name>
or this:
<Name>Andre</Name>
?
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]