posted 15 years ago
HI! Friends,
Just to share the information, I came across a nice solution to my problem regarding validating XML document using
XML schema.
If we want Internet Explorer to validate an XML document by using an XML schema, we have to do a little extra work by using JScript, Internet Explorer's version of JavaScript.
The XML support in Internet Explorer is built into the MSXML package .MSXML version 4.0 is the version that supports XML Schema Definition Language (XSD) schemas.
Now i am able to perform validation of XML document with XSD using internet Explorer.
Regards
Jolly