mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
try to work on bug #109225 and provide better error reports. this change
* relaxng.c: try to work on bug #109225 and provide better error reports. * result/relaxng/* : this change the output of a number of tests * xinclude.c: fixing the parsed entity redefinition problem raised on the list. * test/schemas/date_0.xsd: updated the date test c.f. E2-12 Daniel
This commit is contained in:
@@ -78,8 +78,8 @@
|
||||
<xsd:element name="mon1">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:gMonth">
|
||||
<xsd:maxInclusive value="--01--Z"/>
|
||||
<xsd:minInclusive value="--05--Z"/>
|
||||
<xsd:maxInclusive value="--01Z"/>
|
||||
<xsd:minInclusive value="--05Z"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
|
Reference in New Issue
Block a user