1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00
libxml2/test/schematron/zvon2.sct
Daniel Veillard eaecb3eab2 more bug fixes, improve the error reporting. second test Daniel
* schematron.c: more bug fixes, improve the error reporting.
* test/schematron/zvon2* result/schematron/zvon2*: second test
Daniel
2005-07-31 13:43:14 +00:00

10 lines
314 B
Plaintext

<schema xmlns="http://www.ascc.net/xml/schematron" >
<pattern name="Character @ forbidden">
<rule context="*">
<report test="contains(.,'@')">Text in element
<name/> must not contain character @
</report>
</rule>
</pattern>
</schema>