Programming/xml

xpath 복수개의 attribute 동시에 만족하는 항목 찾기

구차니 2019. 9. 14. 18:12

당연(?)하지만 and로 여러개 나열해주면 되는 듯?

 

//category[@name='Sport' and ./author/text()='James Small']

[링크 : https://stackoverflow.com/questions/10247978/xpath-with-multiple-conditions]

저작자표시 (새창열림)