Tag
Hash :
fc1a4503
Author :
Date :
2003-02-02T16:02:55
check all the namespace support was actually correct based on tutorial * test/relaxng/* result/relaxng/*: check all the namespace support was actually correct based on tutorial section 10. Daniel
<element name="ab:addressBook" xmlns:ab="http://www.example.com/addressBook"
xmlns:a="http://www.example.com/address"
xmlns="http://relaxng.org/ns/structure/1.0">
<zeroOrMore>
<element name="ab:card">
<element name="a:name">
<text/>
</element>
<element name="a:email">
<text/>
</element>
</element>
</zeroOrMore>
</element>