mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-27 14:03:36 +03:00
6eadf63ca6
* Makefile.am configure.in relaxng.c include/libxml/relaxng.h: First commit of the new Relax-NG validation code, not generally useful yet. * test/relaxng/* result/relaxng/*: current state of the regression tests Daniel
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
<element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<element name="name">
|
|
<text/>
|
|
</element>
|
|
<element name="email">
|
|
<text/>
|
|
</element>
|
|
</element>
|