broke down (and I don't really understand why: maybe we need
to decode something or uwobo gives the stylesheet a quoted URL?)
<xsl:with-param name="news" select="concat($news,'%2C')"/>
</xsl:call-template>
</xsl:when>
+<!--CSC: This breaks all the rest ;-)
+ <xsl:when test="$char = ':'">
+ <xsl:call-template name="quote">
+ <xsl:with-param name="s" select="substring($s,2)"/>
+ <xsl:with-param name="news" select="concat($news,'%3A')"/>
+ </xsl:call-template>
+ </xsl:when>
+-->
<xsl:otherwise>
<xsl:call-template name="quote">
<xsl:with-param name="s" select="substring($s,2)"/>