View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
richard richard is offline
external usenet poster
 
Posts: 24
Default XML selecting sinlge nodes with name selectionNamespaces

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