Results 1 to 2 of 2

Thread: [RESOLVED] XmlNode.ChildNodes.GetNodesByTagName?

  1. #1

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Resolved [RESOLVED] XmlNode.ChildNodes.GetNodesByTagName?

    I have a node in which there are a node with the tag name "Name".
    What is the best way of finding that node?

    One way I think should work is to take the Node.InnerXml and load that into an XmlDocument and then use the GetNodesByTagName. But there must be a simpler way?

  2. #2

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: XmlNode.ChildNodes.GetNodesByTagName?

    I went with the XmlDocument way and it works good.

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