in reply to Re: How to use xml schema in perl
in thread How to use xml schema in perl

Hi again,

My two cents on the validation topic.

I've tried XML::Validator::Schema lately and was not quite happy with it. To be fair, I don't remember what was actually the blocking item (maybe something like inclusion within the Schema itself). Anyway, it seems like nothing happened on this module for two years.

XML::LibXML on the other hand only validates againts DTD and Relax-NG kind of schemas, although this is a good DOM library.

Cheers,

Xavier

Replies are listed 'Best First'.
Re^3: How to use xml schema in perl
by astroboy (Chaplain) on Aug 11, 2006 at 18:09 UTC
    XML::LibXML has been able to validate schemas for a while now (see below)
      Hi,

      You are right, my mistake!

      Unfortunately, latest XML::LibXML/libxml2 combo core dumps on my box...

      Thanks for the tip anyway!

      Cheers,

      Xavier