[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.8

Read XML files in to one datasource

Asked by ramadadi in Programming for ASP.NET

Tags: How to read Multiple XML files in one data source

Hi Experts, I have 3 xml files RSS 1.xml, RSS 2.xml, RSS 3.xml i want to read all the three files and show on the gridview.
Please find the XML files
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
<?xml version="1.0" ?> 
- <rss version="2.0">
- <channel>
  <title>Lift Off News</title> 
  <link>http://liftoff.msfc.nasa.gov/</link> 
  <description>Liftoff to Space Exploration.</description> 
  <language>en-us</language> 
  <pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate> 
  <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate> 
  <docs>http://blogs.law.harvard.edu/tech/rss</docs> 
  <generator>Weblog Editor 2.0</generator> 
  <managingEditor>editor@example.com</managingEditor> 
  <webMaster>webmaster@example.com</webMaster> 
  <ttl>5</ttl> 
- <item>
  <title>Star City</title> 
  <link>http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp</link> 
  <description>How do Americans get ready to work with Russians aboard the International Space Station? They take a crash course in culture, language and protocol at Russia's Star City.</description> 
  <pubDate>Tue, 03 Jun 2003 09:39:21 GMT</pubDate> 
  <guid>http://liftoff.msfc.nasa.gov/2003/06/03.html#item573</guid> 
  </item>
- <item>
  <title>Space Exploration</title> 
  <link>http://liftoff.msfc.nasa.gov/</link> 
  <description>Sky watchers in Europe, Asia, and parts of Alaska and Canada will experience a partial eclipse of the Sun on Saturday, May 31.</description> 
  <pubDate>Fri, 30 May 2003 11:06:42 GMT</pubDate> 
  <guid>http://liftoff.msfc.nasa.gov/2003/05/30.html#item572</guid> 
  </item>
- <item>
  <title>The Engine That Does More</title> 
  <link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link> 
  <description>Before man travels to Mars, NASA hopes to design new engines that will let us fly through the Solar System more quickly. The proposed VASIMR engine would do that.</description> 
  <pubDate>Tue, 27 May 2003 08:37:32 GMT</pubDate> 
  <guid>http://liftoff.msfc.nasa.gov/2003/05/27.html#item571</guid> 
  </item>
- <item>
  <title>Astronauts' Dirty Laundry</title> 
  <link>http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp</link> 
  <description>Compared to earlier spacecraft, the International Space Station has many luxuries, but laundry facilities are not one of them. Instead, astronauts have other options.</description> 
  <pubDate>Tue, 20 May 2003 08:56:02 GMT</pubDate> 
  <guid>http://liftoff.msfc.nasa.gov/2003/05/20.html#item570</guid> 
  </item>
  </channel>
  </rss>
[+][-]09/15/09 11:09 PM, ID: 25342376Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Programming for ASP.NET
Tags: How to read Multiple XML files in one data source
Sign Up Now!
Solution Provided By: kaylanreilor
Participating Experts: 1
Solution Grade: A
 
[+][-]10/13/09 06:41 PM, ID: 25566487Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625