Hi I need to parse the following line out of this xml:
<PostagePrice TotalAmount="10.85">
I am able to use the below code to parse out other tags, however i cant figure out how to get the numeric value out of that particular tag
Any help would be appreciated