Unix XML Parsing check well formed

Hi,

I am using ksh, is there any command which can check whether the XML file is well formed or not?

Regards,
Sreejit

A standard toolset for that is Xerces-C++ XML Parser so you need to call this C++ library from your script.
Hope this helps.