Hashmap/Hastable
843834Dec 17 2001 — edited Dec 21 2001I need help to output the tagname and values of an parsed XML document into a Hasmap or Hastable. Currently I have the output going to the command line.
Ideally the Hashmap or hastable should look like this
{ "<tagName>", "value1",
"<tagName>", "value2",
"<tagName>", "value3",
.
.
.
.
}