XPathNavigator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QXJuZQ==?=

    #1

    XPathNavigator

    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

    #2
    Re: XPathNavigator

    "Arne" <Arne@discussio ns.microsoft.co mwrote in message
    news:0A1E287A-4F6B-497D-BDBF-2B7A09A9CDA8@mi crosoft.com...
    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

    Comment

    • =?Utf-8?B?QXJuZQ==?=

      #3
      Re: XPathNavigator

      John,

      That path goes with what XpathNavigator methord?

      "John Saunders" wrote:
      "Arne" <Arne@discussio ns.microsoft.co mwrote in message
      news:0A1E287A-4F6B-497D-BDBF-2B7A09A9CDA8@mi crosoft.com...
      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
      >
      >

      Comment

      Working...