Just another Perl shrine | |
PerlMonks |
.XSD (schema) Validation issueby jeyroz (Monk) |
on Feb 16, 2005 at 17:26 UTC ( [id://431652]=perlquestion: print w/replies, xml ) | Need Help?? |
jeyroz has asked for the wisdom of the Perl Monks concerning the following question: Has anyone had any experience validating XSD (schema) files with XML::Validator::Schema? I can't seem to rid myself of an error when the mod parses the .xsd file. Error is: The .xsd file parses and validates fine under XMLSpy (Windows). I, unfortunately, can't alter the .xsd file as it was provided by a 3 party and serves as a template for their system requirements. Below is the (simplified) code: use XML::SAX::ExpatXS; Also, I can't seem to find alternate schema validation tools on CPAN. The schema tools I run into are used to create the .xsd which isn't an option currently. Any help is appreciated.
Back to
Seekers of Perl Wisdom
|
|