What's a quick easy way to check whether an .xml file is "well formed"? I don't need to open the file or manipulate its contents, just loop thru a set of files decide whether each is well formed. I tried using XML::Parser. However $parser->parsefile just dies if the xml is not well formed. I don't want it to die.