[XML-SIG] default namespaces, XPath and XSLT question

Alexandre Fayolle Alexandre.Fayolle@logilab.fr
Wed, 14 Nov 2001 11:37:04 +0100 (CET)


Hello,

A quick question: do default namespaces get taken into account when
processing xpaths in an xsl stylesheet?

example:
<xsl:template xmlns="http://foobar.net" match='bogo[@xpath]'>
   <foo/>
</xsl:template>

This template should generate a <foo xmlns='http://foobar.net'/> element.
Do I understand the spec correctly if I assume that it do so for
this node:
<bogo xpath='.'/>
and not for this one :
<fb:bogo xmlns:fb="http://foobar.net" xpath='//*'/> 



Alexandre Fayolle
-- 
LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Narval, the first software agent available as free software (GPL).