in reply to Re: How to Validate XSD File with XML?
in thread How to Validate XSD File with XML?

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...

  • Comment on Re^2: How to Validate XSD File with XML?

Replies are listed 'Best First'.
Re^3: How to Validate XSD File with XML?
by john_oshea (Priest) on Jan 10, 2006 at 11:45 UTC

    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... ;-)

Re^3: How to Validate XSD File with XML?
by astroboy (Chaplain) on Jan 10, 2006 at 18:55 UTC
    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