xml along with jsp?

I want to know how to retrieve values from the below xml.

Because the firstname and the lastName are dynamically populated from the jsp?

<c:case>

<c:data>

name

<c:party type="personName">

firstName

<c:rule>none</c:rule>

</c:party>

<c:party type="personName">

lastName

<c:rule>lower</c:rule>

</c:party>

</c:data>

</c:case>

[484 byte] By [shunmugasundaramganapathya] at [2007-11-27 8:10:01]
# 1
Unmarshall the XML document with JAXB 2.0.
dvohra09a at 2007-7-12 19:53:22 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...