Monday, October 13, 2008

[DotNetDevelopment] XSD element name in case insensitive

Hi,

I am preparing XSD for some XML file. Snap shot of XML is shown here:

<Data HomeFolder="All Folders" />

Given XML has one element named "Data" and one attribute "HomeFolder".
In my application, I want element itself to be case insensitive. For
example, the XMLs shown below are also valid XMLs:

<DATA HomeFolder="All Folders" />
or
<DaTa HomeFolder="All Folders" />

Can you please let me know how to put such validation in XSD? By
default in XSD, elements are case sensitive.

Thank you,
Jaydeep

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group.
To post to this group, send email to DotNetDevelopment@googlegroups.com
To unsubscribe from this group, send email to DotNetDevelopment-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/DotNetDevelopment

You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url

<a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---