Parse all RSS item into c# class
Posted
by user285677
on Stack Overflow
See other posts from Stack Overflow
or by user285677
Published on 2010-04-24T21:05:59Z
Indexed on
2010/04/24
21:13 UTC
Read the original article
Hit count: 197
What's the best way of parsing the folowing rss feed item into a C# class.
<item>
<fh:FlightHistory FlightHistoryId="189895136" >
<fh:Airline AirlineCode="EI" Name="Aer Lingus" />
</fh:FlightHistory>
</item>
© Stack Overflow or respective owner