Hi All,

I have created Xml Schema file which validate Xml document.In xml document i have a date attribute which i validate thorugh

xsd but the problem is type xs:date of Xml Schema only allows date format as yyyy/mm/dd.

In my Xml document i want to enter date format as dd/mm/yyyy.

Can anyone show me how to achieve this. please provide some example or code.


Thanks for your help.

-Nelly