[XML-SIG] XPath and namespaces

Alexandre Fayolle alexandre.fayolle@free.fr
Mon, 07 Aug 2000 14:10:10 +0200 (MEST)


What is the syntax to get a namespaced node using xpath.

Eg.

<some-node>
   <xsl:transform xmlns:xsl="the right stuff here" />
</somenode>

With 4XPath, I tried "some-node/transform" and "some-node/xsl:transform" both
returned an empty list.

Thanks for your help.

Alexandre Fayolle