473,395 Members | 1,556 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How to find particular node from duplicates

My xml has following nodes. How do I get value for nodes in second <Book> section.
Expand|Select|Wrap|Line Numbers
  1. <Book> 
  2.   <Title>ANC</Title>
  3.   <Author>SOMEONE</Author>
  4.   <rate>5.77</rate> 
  5. </Book> 
  6. <Book> 
  7.   <Title>DEF</Title> 
  8.   <Author>SOMEONEELSE</Author> 
  9.   <rate>8.97</rate> 
  10. </Book>
Jan 6 '15 #1
1 993
Frinavale
9,735 Expert Mod 8TB
I'm not sure what you've tried so far to solve the problem or how much you know about processing XML in .NET so I'm simply going to suggest that you check out the System.XML Namespace documentation for information about how to work with XML in .NET and also for information about classes available for you to use to help you with your task.

-Frinny
Jan 6 '15 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Roshan | last post by:
I'm newbie to xml and C#. I have one XML file with the following content: <Store> <Book id="1" > <Title>Thermodynamics Unleashed</Title> <Price>56.00</Price> <Book>
3
by: Scott M. Lyon | last post by:
I'm trying to figure out the best way (considering there could be instances where I get a lot of data in this XML, and I want to minimize any slowdowns) to extract the value of one particular node...
0
by: Shafia | last post by:
Hi, How to find a node in a .Net framework TreeView like we do in Web TreeView as follows TreeView1.FindNode(myNode.ValuePath) There is a method TreeNode nn = treeView1.Nodes.Find(Key,...
9
by: anunaygupta | last post by:
Hello all, I have a data structures problem. Assume there are 2 linked lists L1 and L2. They merge into some node. L1 1->2->3->4->5->6 / L2 8->7->9->/ L1 and L2 merge in node with value...
0
by: saravanaVijayakumar | last post by:
I'm new to xml .. I had created a application such a way that I have to display the xml file in treeview control in C#.Net Application ... If I select the particular Node it should display the...
14
by: vikaskumaragrawal | last post by:
hi friends, i have a question plz help me. my question is ... how can i find middle node of linked list in single traverse???????
3
by: Karthik01 | last post by:
Hi, i have written a VB script to find a node name in an XML.Now i need to search for that node name in another XML. How can i do it. My XML looks like this - <xml...
2
by: saran3b2 | last post by:
How can i find CLOSING NODE in XSL-FO, i want to generate some text in each </para> node. For Ex:- --------------XML File--------------- <list> <item><para>Some Text1</para></item>...
2
by: glimpses | last post by:
hi i am working in treeview creation using asp.net with c#(web control)(visual studio 2010).In this no option for colouring particular node.give search node name in textbox.i am searching node in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.