in reply to XML Validation

libxml2 has much better validation than XML::Checker offers. Either use XML::LibXML or xmllint via a system call to do the validation.

Replies are listed 'Best First'.
Re^2: XML Validation
by songahji (Friar) on Feb 02, 2006 at 21:45 UTC
    thanks for xmllint idea .. ++