mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
419a7688d0
* relaxng: more work on grammars and refs/defs * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
13 lines
149 B
XML
13 lines
149 B
XML
<doc>
|
|
<p>start</p>
|
|
<table>
|
|
<tr>
|
|
<td> <em>hello</em> !</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
<p>end</p>
|
|
</doc>
|