libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / schematron / zvon4.sct
blob0b8a4e1b7b45a44b824d1a8faf4a2a9996743eb7
1 <schema xmlns="http://www.ascc.net/xml/schematron" >
2      <pattern name="Root test">
3           <rule context="/*">
4                <assert test="name()='AAA'">Root element is
5                     <name/>, not AAA
6                </assert>
7                <report test="name()='AAA'">Root element is AAA</report>
8           </rule>
9      </pattern>
10 </schema>