summaryrefslogtreecommitdiffstats
path: root/conv08.rng
blob: 53b69d0cf1d4d8d393391bbf051cf4bd772e3b8f (plain)
1
2
3
4
5
6
7
8
9
<grammar xmlns="http://relaxng.org/ns/structure/1.0">

<include href="res08.rng"/>

<define name="foo.body">
  <text/>
</define>

</grammar>