hi..
i have a xml file.
in that i am having the output like this.
<product>
<OPTIONS NAME="dd" SELECTED_DATA="" SELECTED_LABEL="WELCOME"></OPTIONS>
<OPTIONS NAME="ins"><![CDATA[hello how are u]]></OPTIONS>
</PRODUCT>
HERE I DONT WANT TO CHANGE THE XML . BECAUSE THIS IS MY REQUIREMENT
here i want to take name="ins" value l.e)store the "hello how are u" value to a string variable.
how to do this..
need ur suggestions with example
regards
gopal.s