mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
d41f4f4888
* relaxng.c: more work on Relax-NG, implementing externalRef * test/relaxng/* result/relaxng/*: augmented/updated the regression tests * Makefile.am: cleanup to Relaxtests target Daniel
8 lines
141 B
XML
8 lines
141 B
XML
<addressBook>
|
|
<card>
|
|
<name>foo</name>
|
|
<email>bar</email>
|
|
<note>this guy is <em>annoying</em> !</note>
|
|
</card>
|
|
</addressBook>
|