summaryrefslogtreecommitdiff
path: root/test/relaxng/pattern1.rng
blob: a585e8536513e9a2cd7d913cca8cc83304a5b257 (plain)
1
2
3
4
5
6
7
8
<group xmlns="http://relaxng.org/ns/structure/1.0">
  <element name="a">
    <text/>
  </element>
  <element name="b">
    <text/>
  </element>
</group>