1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-20 18:50:08 +03:00
libxml2/test/schematron/zvon2.sct

10 lines
314 B
Plaintext
Raw Permalink Normal View History

<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>