|
-
Jun 26th, 2011, 04:32 PM
#1
Thread Starter
Hyperactive Member
[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?
-
Jun 27th, 2011, 06:01 PM
#2
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|