mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-27 03:21:26 +03:00
fc1a4503fb
* test/relaxng/* result/relaxng/*: check all the namespace support was actually correct based on tutorial section 10. Daniel
6 lines
179 B
XML
6 lines
179 B
XML
<a:addressBook xmlns:a="http://www.example.com/addressBook">
|
|
<a:card xmlns="http://www.example.com/address">
|
|
<name>foo</name><email>bar</email>
|
|
</a:card>
|
|
</a:addressBook>
|