Java get xml elements value using xpath "And" -


this question has answer here:

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

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -