Last change
on this file since 96022 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
315 bytes
|
Line | |
---|
1 | <!DOCTYPE doc [
|
---|
2 | <!ATTLIST e2 xml:space (default|preserve) 'preserve'>
|
---|
3 | <!ATTLIST e3 id ID #IMPLIED>
|
---|
4 | ]>
|
---|
5 | <doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else">
|
---|
6 | <e1>
|
---|
7 | <e2 xmlns="" xml:id="abc" xml:base="bar/">
|
---|
8 | <e3 id="E3" xml:base="foo"/>
|
---|
9 | </e2>
|
---|
10 | </e1>
|
---|
11 | </doc>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.