Hi

Thanks for quick repsonses.

I have map below.

Map<String,Set<String>> desksDetails = new HashMap<String, Set<String>>();

Map key is "ABC"
and value is Set holding usernames.

I want to covert this into xml like
<desk name="ABC">
        <user name="rpaynter"/>
        <user name="yatesn"/>
        <user name="gnishok"/>
        <user name="bingminc"/>
        <user name="nixmar"/>
        <user name="tanyun"/>
        <user name="choo"/>
</desk>

I looked into NamedMapConverter but the map here is key,value as String.
In my case value is collection.

Any pointer will be higly appreciated.

Regards
Raj


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to