mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
* test/relaxng/* result/relaxng/*: check all the namespace support was actually correct based on tutorial section 10. Daniel
10 lines
296 B
Plaintext
10 lines
296 B
Plaintext
<element name="addressBook" ns="http://www.example.com"
|
|
xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<zeroOrMore>
|
|
<element name="card" ns="http://www.example.com">
|
|
<attribute name="name" ns=""/>
|
|
<attribute name="email" ns=""/>
|
|
</element>
|
|
</zeroOrMore>
|
|
</element>
|