Last change
on this file since 98321 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
332 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <foo
|
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
4 | xsi:noNamespaceSchemaLocation="decimal-2.xsd">
|
---|
5 | <!-- The good ones. -->
|
---|
6 | <val>0.1</val>
|
---|
7 | <val>0.001</val>
|
---|
8 | <val>0.0</val>
|
---|
9 | <val>-0.0</val>
|
---|
10 | <val>1</val>
|
---|
11 | <!-- The bad ones. -->
|
---|
12 | <val>-0.1</val>
|
---|
13 | <val>-1</val>
|
---|
14 | </foo>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.