in reply to Re: Re: XML::Checker
in thread XML::Checker

So your question seems to be 'how do I parse XML' rather than 'how do I validate XML'. In which case chromatic already gave you the answer. XML::Checker::Parser is a drop in replacement for XML::Parser so take a peek at the XML::Parser documentation.

Alternatively, check out Mirod's spiffy Ways to Rome.

-- vek --