luckyads 0 Light Poster

Hi All!

I want to pull XML with attributes in a datarid with 3 columns viz. "Webisode 1" "Part A" and "Part B".

How can I do it? It's urgent!
The XML is as follows :

<?xml version="1.0" encoding="utf-8" ?>
<Webisodes>
  <webisode name="Webisode 1" PartA ="1" PartB="1"</webisode>
  <webisode name="Webisode 2" PartA ="1" PartB="1"></webisode>
  <webisode name="Webisode 3" PartA ="1" PartB="1"></webisode>
  <webisode name="Webisode 4" PartA ="1" PartB="1"></webisode>
  <webisode name="Webisode 5" PartA ="1" PartB="1"></webisode>
  <webisode name="Webisode 6" PartA ="1" PartB="1"></webisode>
  <webisode name="Webisode 7" PartA ="1" PartB="1"></webisode>
  <webisode name="Webisode 8" PartA ="1" PartB="1"></webisode>
  <webisode name="Webisode 9" PartA ="1" PartB="1"></webisode>
  <webisode name="Webisode 10" PartA ="1" PartB="1"></webisode>
</Webisodes>

Thanks,
Aditi

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.