parsing a string
843833Feb 1 2008 — edited Feb 1 2008call to an internal webservice returns a string
which starts like this
[<NonConfidentialData xmlns="http://tempuri.org/201DataSet.xsd">
<ITT00201_CORP_RES_LKP>
<CORP_RES_ID>ID0000005755</CORP_RES_ID>
</ITT00201_CORP_RES_LKP>
</NonConfidentialData>]
How do I parse this string and get the data...?
Please help.
Thanks
K