Re: Validation with XSD using XML::LibXML::Schema, and XML::Validator::Schema




I suspect XML::LibXML::Schema may be getting confused by the explicit
empty namepace declaration.

<xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="package">

Yup that was it.

Thank you very much!

.