extract specific data from HTML -CDATA- pattern in C#



I have problem while parsing data from XML Feed, The description node contains this line :



<![CDATA[<div><b>ID:</b> 40</div><div><b>Name:</b> John</div>]]>


How can i parse the ID & Name with values ?


No comments:

Post a Comment