VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/relaxng/tutor4_4.rng@ 103043

Last change on this file since 103043 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 580 bytes
Line 
1<grammar xmlns="http://relaxng.org/ns/structure/1.0">
2 <start>
3 <element name="p">
4 <ref name="inline"/>
5 </element>
6 </start>
7
8 <define name="inline">
9 <choice>
10 <text/>
11 <element name="bold">
12 <ref name="inline"/>
13 </element>
14 <element name="italic">
15 <ref name="inline"/>
16 </element>
17 <element name="span">
18 <optional>
19 <attribute name="style"/>
20 </optional>
21 <ref name="inline"/>
22 </element>
23 </choice>
24 <optional>
25 <ref name="inline"/>
26 </optional>
27 </define>
28</grammar>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette