in reply to Re: Is there any way I can validate XML documents with XML Schema using Perl?
in thread Is there any way I can validate XML documents with XML Schema using Perl?

From the AxKit Install instructions:
Installing and Configuring AxKit

This guide presumes that you already have an Apache httpd server running mod_perl. If this is not the case, please visit the Apache and mod_perl pages for more information.


I am not able to install Apache or mod_perl on the system I have to use.

Plankton: 1% Evil, 99% Hot Gas.
  • Comment on Re: Re: Is there any way I can validate XML documents with XML Schema using Perl?

Replies are listed 'Best First'.
Re: Re: Re: Is there any way I can validate XML documents with XML Schema using Perl?
by iburrell (Chaplain) on Sep 30, 2003 at 22:15 UTC
    You don't need to install AxKit. A little googling provides the answer. Someone asked a question about schema validation on the axkit-user mailing list. The answer was that the next version of XML::LibXML will support XML Schema and RelaxNG validation. I also found an announcement on the perl-xml mailing list about this. Go look in the mailing list archives for more info.
      I found that answer in the mailist list archives, but it shows how to validate a XML document against DTD with Perl I have a XML Schema file I need to use. Thanks anyways.

      Plankton: 1% Evil, 99% Hot Gas.