blob: c030ff072040b79cb665f1ff9c00ffb39bc73aaf (
plain)
1
2
3
4
|
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:param name="allowedcharParam">allowedchar</its:param>
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content[@id=$allowedcharParam]"/>
</its:rules>
|