mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
* 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>
|