Annotation of embedaddon/libxml2/test/schemas/decimal-3_0.xml, revision 1.1
1.1 ! misho 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:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>