Hello everybody

This might be a silly question, but I haven't been able to do this (also I'm newbie to Castor), but I need some clues

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



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev

Reply via email to