Mauricio Alarcon
Tue, 25 Jan 2005 09:53:20 -0800
Hello everybody
I've got a Hashmap in the following way
key: LocId value:251 key: ExpYrsCt value: 5 ..... (several key/value pairs)
and I want to convert that into something like
<key>value</key>
So the result will be
<LocId>251</LocId> <ExpYrsCt >5</ExpYrsCt> ..
How can I do this behavior?
Thanks in advance
Mauricio