Annotation of embedaddon/libxml2/test/schematron/zvon3.sct, revision 1.1

1.1     ! misho       1: <schema xmlns="http://www.ascc.net/xml/schematron" >
        !             2:      <pattern name="Attribute test">
        !             3:           <rule context="CCC">
        !             4:                <assert test="@name">attribute name is not present</assert>
        !             5:                <report test="@name">attribute name is present</report>
        !             6:           </rule>
        !             7:      </pattern>
        !             8: </schema>

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