CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Denmark
    Posts
    453

    Question XPathNavigator find node where tag has certain value

    I have an XPathNavigator, and I want to find an instance of an element where a certain tag has a certain value. Something like

    xnavi.SelectSingleNode(ElementName,TagName,TagValue)

    How to do that?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: XPathNavigator find node where tag has certain value

    A bit late to the party...., sorry.
    Have you considered using the XPathNodeIterator object?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured