1
0
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:
Daniel Veillard
2003-03-31 16:09:37 +00:00
parent b3721c2523
commit a507fbf3c2
13 changed files with 72 additions and 32 deletions

View File

@@ -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>