Last change
on this file since 101978 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
417 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <Test
|
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
4 | xsi:noNamespaceSchemaLocation="bug303566_1.xsd">
|
---|
5 | <Country code="D">
|
---|
6 | <City name="Berlin"
|
---|
7 | code="B">
|
---|
8 | <Part country="D"/>
|
---|
9 | <Part country="B"/>
|
---|
10 | </City>
|
---|
11 | </Country>
|
---|
12 | <Country code="F">
|
---|
13 | <City name="Paris" code="P">
|
---|
14 | <Part country="F"/>
|
---|
15 | <Part country="F"/>
|
---|
16 | </City>
|
---|
17 | </Country>
|
---|
18 | </Test>
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.