Hi All, 
 
I have an xml which is as follows:

<A b="x">y</A>

I want to read only the value of attribute b and ignore the text y.
How do i do that?

Also if i try to read both using type="attribute" for attribute b
and type="text" for text y.
I get value of b as null in the object but the value of the text comes out to be y which is correct.

Regards,
Bhupi.



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to