Annotation of embedaddon/libxml2/test/schematron/zvon7.sct, revision 1.1.1.1

1.1       misho       1: <schema xmlns="http://www.ascc.net/xml/schematron" >
                      2:      <pattern name="Test integer">
                      3:           <rule context="AAA">
                      4:                <report test="floor(.) = number(.)">O.K.</report>
                      5:                <assert test="floor(.) = number(.)">The AAA value is not an integer.</assert>
                      6:           </rule>
                      7:      </pattern>
                      8: </schema>
                      9: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>