Click to See Complete Forum and Search --> : To parse an xml with attributes


laxmi83
04-03-2008, 03:43 AM
Hi All,

I have an xml with attributes.Need to parse it and store it an array .
This is the xml file which i have.

<featureset>
<feature id="sessionbean" label="Session Bean Demo">
<executorClass></executorClass>
<Params>
<param id="drivername" label="Driver Name" value="org.jabo"></param>
<param id="drivername" label="Driver Name" value="org.jabo"></param>
<param id="drivername" label="Driver Name" value="org.jabo"></param>
</Params>
</feature>
</featureset>


Can anyone help me to solve this issue.

Thanks,
laxmi.