source:
vbox/trunk/src/libs/libxml2-2.9.14/test/schematron/zvon4.sct@
97459
Last change on this file since 97459 was 95312, checked in by , 3 years ago | |
---|---|
File size: 352 bytes |
Line | |
---|---|
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> |
Note:
See TracBrowser
for help on using the repository browser.