I need in solving related to xPath.
From the main function, passing Node as a parameter.
The node is:
<INPUTS>
<FLD NM="ABC">100000</FLD>
<FLD NM="DEF">0.9</FLD>
<FLD NM="RATE_STATE">CT</FLD>
<FLD NM="RETRIEVALDE">12/1/2004</FLD>
<FLD NM="EXPIRATION_DATE">12/1/2005</FLD>
<!--<FLD NM="ANN_RATE_DATE"/>-->
<FLD NM="REGIONS">1</FLD>
</INPUTS>
Now i have to read the Attribute Value ie., "ABC" etc., and Node Value '10000' and to store in hashtable.
Pls. guide me how to solve this problem, using
java and xpath.
Its Urgent Please.