Sign in
fuchsia
/
third_party
/
libxml2
/
514ab399550a9bfcd4a5eb60e921d06a1d38af9e
/
.
/
test
/
schematron
/
zvon2.sct
blob: 56974a0864254dd3b27b975f121e81d6dd1d6aca [
file
] [
log
] [
blame
]
<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>