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

Join the axkit-users mailing list, or just search the recent archives (www.axkit.org). This question has been answered there. Not only that but the cream of XML Perl knowledge is pretty much all on that list...
  • Comment on Re: Is there any way I can validate XML documents with XML Schema using Perl?

Replies are listed 'Best First'.
Re: Re: Is there any way I can validate XML documents with XML Schema using Perl?
by Plankton (Vicar) on Sep 30, 2003 at 19:35 UTC
    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.
      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.