Re: [xsl] How do templates get invoked for elements decorated with namespaces?

Subject: Re: [xsl] How do templates get invoked for elements decorated with namespaces?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 5 Dec 2006 14:34:20 GMT
>Set the default namespace for the transformation file to the above  
> namespace,

No. unprefixed xpath names (like attribute names) are not affected by the
default namespace. In xpath 1 they always refer to no-namepace, in xslt2
there are separate settings for the default namespaces used for element
and function names.

David

Current Thread