libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / schematron / zvon2.sct
blob56974a0864254dd3b27b975f121e81d6dd1d6aca
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>