T
TheDude5B
HI,
So I need some help displaying this XML feed using asp.net. Personally
I feel that this XML document is poorly formed but unfortunetaly I do
not have control over it.
the XML document is formed like this
<clubgig>
<HULL>
<venue>The Welly</venue>
<address>105-107 Beverley Road, Hull</address>
<url />
<gig>20th September 2007 - The Runners</gig>
<gig>27th September 2007 - WinterKids</gig>
</HULL>
<LONDON>
<venue>KOKO</venue>
<address>1A Camden High Street, London</address>
<url>http://www.koko.uk.com</url>
<gig>12th October 2007 - The Alones</gig>
<gig>19th October 2007 - The Outside Royalty</gig>
<gig>21st September 2007 - The Dead 60s</gig>
<gig>21st September 2007 - One Night Only</gig>
<gig>26th October 2007 - Help She Can't Swim</gig>
<gig>28th September 2007 - Remi Nicole</gig>
<gig>28th September 2007 - The Steers</gig>
<gig>5th October 2007 - Nine Black Alps</gig>
<gig>5th October 2007 - The Ads</gig>
</LONDON>
<LUTON>
<venue>The Live Room at Charlie Browns</venue>
<address>114 Midland Road Luton</address>
<url>http://www.myspace.com/lutonclubnme</url>
<gig>21st September 2007 - The Teenagers</gig>
<gig>21st September 2007 - Help She Can't Swim</gig>
</LUTON>
<SHEFFIELD>
<venue>The Plug</venue>
<address>14-16 Matilda Street, Sheffield</address>
<url>http://www.the-plug.com</url>
<gig>27th September 2007 - Remi Nicole</gig>
<gig>27th September 2007 - Oh No Ono</gig>
</SHEFFIELD>
<STOKE_ON_TRENT>
<venue>The Underground</venue>
<address>The Underground, Morley Street, Hanley</address>
<url />
<gig>15th September 2007 - The Tigerpicks</gig>
<gig>22nd September 2007 - One Night Only</gig>
</STOKE_ON_TRENT>
</clubgig>
I am able to play around with XML coding when to document if formed
properly, but when it comes to this I dont have a clue.
Can someone help me out here?
Thanks,
So I need some help displaying this XML feed using asp.net. Personally
I feel that this XML document is poorly formed but unfortunetaly I do
not have control over it.
the XML document is formed like this
<clubgig>
<HULL>
<venue>The Welly</venue>
<address>105-107 Beverley Road, Hull</address>
<url />
<gig>20th September 2007 - The Runners</gig>
<gig>27th September 2007 - WinterKids</gig>
</HULL>
<LONDON>
<venue>KOKO</venue>
<address>1A Camden High Street, London</address>
<url>http://www.koko.uk.com</url>
<gig>12th October 2007 - The Alones</gig>
<gig>19th October 2007 - The Outside Royalty</gig>
<gig>21st September 2007 - The Dead 60s</gig>
<gig>21st September 2007 - One Night Only</gig>
<gig>26th October 2007 - Help She Can't Swim</gig>
<gig>28th September 2007 - Remi Nicole</gig>
<gig>28th September 2007 - The Steers</gig>
<gig>5th October 2007 - Nine Black Alps</gig>
<gig>5th October 2007 - The Ads</gig>
</LONDON>
<LUTON>
<venue>The Live Room at Charlie Browns</venue>
<address>114 Midland Road Luton</address>
<url>http://www.myspace.com/lutonclubnme</url>
<gig>21st September 2007 - The Teenagers</gig>
<gig>21st September 2007 - Help She Can't Swim</gig>
</LUTON>
<SHEFFIELD>
<venue>The Plug</venue>
<address>14-16 Matilda Street, Sheffield</address>
<url>http://www.the-plug.com</url>
<gig>27th September 2007 - Remi Nicole</gig>
<gig>27th September 2007 - Oh No Ono</gig>
</SHEFFIELD>
<STOKE_ON_TRENT>
<venue>The Underground</venue>
<address>The Underground, Morley Street, Hanley</address>
<url />
<gig>15th September 2007 - The Tigerpicks</gig>
<gig>22nd September 2007 - One Night Only</gig>
</STOKE_ON_TRENT>
</clubgig>
I am able to play around with XML coding when to document if formed
properly, but when it comes to this I dont have a clue.
Can someone help me out here?
Thanks,