in reply to Re^2: How to check xml elements?
in thread How to check xml elements?

Hi, these seem to be your options:
  1. XML::Schema::Validator - nice, but does not offer complete validation functionality, but good for many people's requirements.
  2. XML::Xerces - I could never get everything installed and working
  3. XML::LibXML - clean and simple

I'm afraid that at some point you're gonna have to bite the bullet and go for option three if you need validation