XML selecting sinlge nodes with name selectionNamespaces

R

richard

Hi

Does anyone have example VBA code to use
the .setProperty "SelectionNamespaces" and then using
selectsinglenode.

I have set the SeletionNamespace propery and this works, I
can return the value.

I cannot however return a single node
using
m_xmlSource.selectSingleNode("xns:trade").Text

where m_xmlsource is my source xml document, and trade is
a node name.

anyone have any ideas
 
Top