I am trying to interpret the meaning of the following condition:
<xsl:when test="contains($name,'|') or contains($name,'%7c') or contains($name,'%7C')">
Does the above checking whether the variable name
has |
in it OR has 7 lower case characters OR 7 uppercase characters?