Subject: | Several problems occuring validating xml data, one stange |
Hello,
First of all thank you very much for this great module for validating
XML vs. Schemas. Sadly I have some trouble applying it ...:
Processing my test.xsd/test.xml bundle the following errors occured,
although according to e.g. XML-Spy the xml/xsd files are valid:
OS: Solaris 8, Perl 5.8.2
testdata: test.xml + test.xsd
Module Version: 1.06 of April, 21st 2004
Error Messages:
* "Unrecognized element '<appinfo>'."
this should imho be handled like <xs:documentation>
-> reason: missing definition in Parser.pm line 199
* "Found illegal restriction 'minInclusive' on type derived from 'float'."
-> reason: commented statements in SimpleType.pm line 126+
BTW. The minInclusive/maxInclusive facets of 'decimal'
and 'double' mismatch also the standard to the support
minxx, maxxx.
* "Illegal attribute 'XIDY' found in <PROSPEC>."
-> reason: unknown, even after hard trials to find the reason I am not able
to track it down. One assumption is that the attribute XIDY is not attached
to the correct parent (PROSPEC) . I came to it backtracing from the
error message occurance in check_attributes() in ElementNode.pm line 122+,
since the error occurs here because @{$self->{attr}} is empty ...
-> ParseError of XSD?? , ... ???
Please help. Many thanks in advance for your support.
Best Regards
Michael Krause.
Message body not shown because it is not plain text.