mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
* relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list * result//compare0* test//compare0*: added the regression test in the suite as this went unnoticed ! Daniel
9 lines
269 B
XML
9 lines
269 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<element name="number" xmlns="http://relaxng.org/ns/structure/1.0"
|
|
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
|
<attribute name="att1">
|
|
<value type="integer"> 1 </value>
|
|
</attribute>
|
|
</element>
|
|
|