Hello everyone I am developing a program in Java to read the XML using XPATH for siblings nodes (elements which are same level)
I am not able to implement below XPATH expression in Java:
//*:root/*:child1[.='child_value']/following-sibling::*:child2[*:subelement]/*:subelement3/*:subelement4/following-sibling::*:anyelement
Could any one please suggest any solution