mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-20 18:50:08 +03:00
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>
|