Re: [xsl] Can't match node without node()[name(.) syntax

Subject: Re: [xsl] Can't match node without node()[name(.) syntax
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Tue, 30 Nov 2004 15:54:10 +0100
> Sometimes these problems are namespace-related: your source document would
> give clues to that. You haven't shown us that either. But in this case I
> can't think of any namespace issues that would cause this effect.

Namespaces could if it concerns a namespace with no prefix (default namespace). In that case name() is likely to give the same result as local-name()...

G.

Current Thread