repo.or.cz
/
tomato
/
tomato-dir865l.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libxml2 2.9.1 clean sources
[tomato/tomato-dir865l.git]
/
release
/
src
/
router
/
libxml2
/
test
/
relaxng
/
tutor9_7.rng
blob
ae5e50960c2d76b9b3605b8e3f27506a5aa054e1
1
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
2
3
<include href="inline2.rng"/>
4
5
<start>
6
<element name="doc">
7
<zeroOrMore>
8
<element name="p">
9
<ref name="inline"/>
10
</element>
11
</zeroOrMore>
12
</element>
13
</start>
14
15
<define name="inline.class" combine="choice">
16
<choice>
17
<element name="code">
18
<ref name="inline"/>
19
</element>
20
<element name="em">
21
<ref name="inline"/>
22
</element>
23
</choice>
24
</define>
25
26
</grammar>