mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-19 14:50:07 +03:00
* schematron.c: more bug fixes, improve the error reporting. * test/schematron/zvon2* result/schematron/zvon2*: second test Daniel
10 lines
314 B
Plaintext
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>
|