Reading XML into a Hashtable
-
I'm finally starting on C#. Something I haven't had success with so far is reading/writing a table with the following XML format into a Hashtable object. (at this point in time the reading is the priority)
<table> <item key="testkey">key value</item> <item key="testkey2">key value2</item> <item key="testkey3">key value3</item> </table>
Both the key and the value are strings. Any suggestions will be most welcome. Happy programming!! -- modified at 0:51 Friday 28th April, 2006 -
I'm finally starting on C#. Something I haven't had success with so far is reading/writing a table with the following XML format into a Hashtable object. (at this point in time the reading is the priority)
<table> <item key="testkey">key value</item> <item key="testkey2">key value2</item> <item key="testkey3">key value3</item> </table>
Both the key and the value are strings. Any suggestions will be most welcome. Happy programming!! -- modified at 0:51 Friday 28th April, 2006