I want to load all the name/value pairs into a hashtable from an XML file in C#.
Note, the 'value' part may contain HTML markup, so it has to somehow escape from that. Would this be done in code or should I use CDATA
?
Example XML:
<root><node name="node1">value</node><node name="node1">value2</node><root>