Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to check if a given xml file is well formed or not?
Gaurav
Easiest way might be just to open it in an XmlDocument - it will fail if it's not well formed I think....
wellformedness can be checked by the Browser itself. open the xml file in IE and you can find if it is wellformed or not. IE has a Parser(software for processing xml file)
Never Never Give up!