Hi,

My xml is in the following structure. I am trying to
write the unmarshalling code to convert the xml into
the data object...Can someone please help.

XML:- 

<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>

Since the above xml elements and its values are not
fixed, but dynamic, i need to store them as key and
value pairs in a HashMap..Therefore my Java Class
structure is as below:

class TestHashMapper extends ...
{
    HashMap hMap = new HashMap();
}

Thanks,
Lavi.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to