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

1.1     ! misho       1: <schema xmlns="http://www.ascc.net/xml/schematron" >
        !             2:      <pattern name="Character @ forbidden">
        !             3:           <rule context="*">
        !             4:                <report test="contains(.,'@')">Text in element
        !             5:                     <name/> must not contain character @
        !             6:                </report>
        !             7:           </rule>
        !             8:      </pattern>
        !             9: </schema>

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