in reply to XML Validation from ActivePerl

Perhaps you would consider adding namespace support to XML::Validator::Schema. I don't understand XML namespaces well enough to do it myself, but if you need it then maybe you do!

Another option for you would be to look into using the MSXML DLLs that come with IE. There are various methods of making DLL calls from Perl on Windows and I'm pretty sure MSXML does schema validation.

-sam

Replies are listed 'Best First'.
Re: Re: XML Validation from ActivePerl
by Anonymous Monk on Oct 31, 2003 at 19:54 UTC