mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
e2a5a08b0f
* relaxng: include seems to work okay now * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
|
|
|
<include href="addressBook.rng">
|
|
|
|
<define name="cardContent">
|
|
<element name="name">
|
|
<text/>
|
|
</element>
|
|
<element name="emailAddress">
|
|
<text/>
|
|
</element>
|
|
</define>
|
|
|
|
</include>
|
|
|
|
</grammar>
|