in reply to How to Validate XSD File with XML?

Qube, I'm not understanding what you're asking that is not met by the answers in the other thread. I think part of the problem is that I don't quite grasp your aversion to the libxml2/XML::LibXML solution. Can you elucidate?

Replies are listed 'Best First'.
Re^2: How to Validate XSD File with XML?
by gube (Parson) on Jan 10, 2006 at 10:34 UTC

    ok thanks for your comments astroboy. I Can use XML::LibXML but, my requirement is i don't want to install system packages libxml2 that's why i have asked again . ok anyway, thanks...

      You can install a local copy of libxml2 as a non-root user, according to this entry in the libxml2 FAQ - that should get around the 'system packages' requirement. Alternatively, the xsdvalid tool from XMLmind looks like it might be a less involved install than libxml2.

      If installing anything non-Perl is out of the question, you could, if you're desperate enough, use the online XSD validator. Which is currently displaying:

      Operational Troubleshooting in Progress
      
      The Gotdotnet team is aware of the current site operational issues and is working on a solution. Thanks for your patience.

      But, hey, it's free... ;-)

      ok, I understand. The only thing I can say is that with libxml2 you get all sorts of juicy XML functionality in addtion to schema validation, so it's well worth installing it. Other than that, sorry, I have no further ideas