RE: [xsl] lang function in a named template

Subject: RE: [xsl] lang function in a named template
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 16 Oct 2004 19:25:55 +0100
>     Marc> <xsl:choose> <xsl:when test="lang(ca)">Catal`</xsl:when>
>
> You need to say lang('ca') not lang(ca)

And you need to call it when an element (not the root node) is the context
node.

But if the otherwise branch isn't being called, then neither of these errors
is enough to explain the problem. Need to see more of your code.

Michael Kay
http://www.saxonica.com/

Current Thread