android_mt6572_jiabo/external/libxml2/test/schematron/zvon4.sct
2025-09-05 16:56:03 +08:00

10 lines
352 B
Text

<schema xmlns="http://www.ascc.net/xml/schematron" >
<pattern name="Root test">
<rule context="/*">
<assert test="name()='AAA'">Root element is
<name/>, not AAA
</assert>
<report test="name()='AAA'">Root element is AAA</report>
</rule>
</pattern>
</schema>