Java get xml elements value using xpath "And" -
this question has answer here:
- xpath multiple conditions 3 answers
my question follows:
i'm using xpath values need in xml. how value has 2 conditions?
e.g. book[uim_level_type='aaa'] , [uim_sub_rec_type='bbb']- doesn't work.. whats the correct way write it?
what's wrong book[uim_level_type='aaa' , uim_sub_rec_type='bbb']
? or, matter, book[uim_level_type='aaa'][uim_sub_rec_type='bbb']
Comments
Post a Comment