source:
vbox/trunk/src/libs/libxml2-2.9.14/test/relaxng/include1-0.inc@
103043
Last change on this file since 103043 was 95312, checked in by , 3 years ago | |
---|---|
File size: 238 bytes |
Line | |
---|---|
1 | <grammar xmlns="http://relaxng.org/ns/structure/1.0"> |
2 | <include href="include1-1.inc"> |
3 | <start> |
4 | <notAllowed/> |
5 | </start> |
6 | </include> |
7 | <start combine="choice"> |
8 | <element name="b"> |
9 | <empty/> |
10 | </element> |
11 | </start> |
12 | </grammar> |
Note:
See TracBrowser
for help on using the repository browser.