Connecting Tech Pros Worldwide Forums | Help | Site Map

XPathNavigator

=?Utf-8?B?QXJuZQ==?=
Guest
 
Posts: n/a
#1: Nov 10 '08
I use XpathNavigator ut process the XML data I get from a web service.
I know how to select a specific node. How Do I pick of the attribute of a
node?

John Saunders
Guest
 
Posts: n/a
#2: Nov 11 '08

re: XPathNavigator


"Arne" <Arne@discussions.microsoft.comwrote in message
news:0A1E287A-4F6B-497D-BDBF-2B7A09A9CDA8@microsoft.com...
Quote:
I use XpathNavigator ut process the XML data I get from a web service.
I know how to select a specific node. How Do I pick of the attribute of a
node?
//element[@attribute]/@attribute

--
John Saunders | MVP - Connected System Developer

=?Utf-8?B?QXJuZQ==?=
Guest
 
Posts: n/a
#3: Nov 11 '08

re: XPathNavigator


John,

That path goes with what XpathNavigator methord?

"John Saunders" wrote:
Quote:
"Arne" <Arne@discussions.microsoft.comwrote in message
news:0A1E287A-4F6B-497D-BDBF-2B7A09A9CDA8@microsoft.com...
Quote:
I use XpathNavigator ut process the XML data I get from a web service.
I know how to select a specific node. How Do I pick of the attribute of a
node?
>
//element[@attribute]/@attribute
>
--
John Saunders | MVP - Connected System Developer
>
>
Closed Thread