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