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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -