Last change
on this file since 103601 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
332 bytes
|
Line | |
---|
1 | <!DOCTYPE book [
|
---|
2 | <!ELEMENT book (doc*)>
|
---|
3 | <!ELEMENT doc (isid*)>
|
---|
4 | <!ELEMENT isid EMPTY>
|
---|
5 | <!ATTLIST isid myid ID #IMPLIED>
|
---|
6 | ]>
|
---|
7 | <book>
|
---|
8 | <doc>
|
---|
9 | <isid myid="mine"/>
|
---|
10 | <isid myid="dup"/>
|
---|
11 | </doc>
|
---|
12 | <!-- including another XML document with IDs -->
|
---|
13 | <xinclude:include xmlns:xinclude="http://www.w3.org/2001/XInclude"
|
---|
14 | href="../ents/ids.xml"/>
|
---|
15 | </book>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.