I have an xml file from weather icons that maps a string to an html encoded font string.
I have an xml file that looks something like
<?xml version="1.0" encoding="utf-8"?>
    <resources>
      <string name="wi_owm_200"></string>
    </resources>
I need a way that I can lookup easily the string wi_omw_200 and get back

is there an easy way to do this in c#?
 
    