repo.or.cz
/
tomato
/
tomato-dir865l.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
libxml2 2.9.1 clean sources
[tomato/tomato-dir865l.git]
/
release
/
src
/
router
/
libxml2
/
test
/
schemas
/
decimal-3_0.xml
blob
fec1ed3bc5ba5f85921431bcc7157e6d1bab9b5b
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