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:
376 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <foo
|
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
4 | xsi:noNamespaceSchemaLocation="decimal-3.xsd">
|
---|
5 | <!-- The good ones. -->
|
---|
6 | <val>0.12</val>
|
---|
7 | <val>0.0</val>
|
---|
8 | <val>0.02</val>
|
---|
9 | <val>12</val>
|
---|
10 | <val>1.2</val>
|
---|
11 | <!-- The bad ones. -->
|
---|
12 | <val>0.123</val>
|
---|
13 | <val>0.023</val>
|
---|
14 | <val>123</val>
|
---|
15 | <val>12.3</val>
|
---|
16 | </foo>
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.