browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need .NET Framework help?

Get answers from our community of .NET Framework experts on BYTES! It's free.

Is xml case sensitive?

Dean Slindee
Guest
 
Posts: n/a
#1: Nov 11 '05
For example, when passing an xml document between
different vendor systems, would "utf-8" be distinctly
different than "UTF-8"?

Thanks,
Dean Slindee



Teemu Keiski
Guest
 
Posts: n/a
#2: Nov 11 '05

re: Is xml case sensitive?


I have understanding that encoding values are not case-sensitive because XML
is dependent on ISO and IANA standards for character encoding names, but
they are an exception. Correct me if I am wrong.

--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
http://www.mansoft.fi

ASP.NET Forums Moderator, www.asp.net
AspAlliance Columnist, www.aspalliance.com

Email:
joteke@aspalliance.com

"Dean Slindee" <slindee.dean@co.la-crosse.wi.us> wrote in message
news:324801c33fef$18c122b0$a601280a@phx.gbl...[color=blue]
> For example, when passing an xml document between
> different vendor systems, would "utf-8" be distinctly
> different than "UTF-8"?
>
> Thanks,
> Dean Slindee[/color]


Closed Thread