开发者

Xquery to get all nodes that has a particular attribue

I have a XML file that has lot of elements with a particular attribute say href. Is there any x query to ge开发者_JAVA技巧t all the nodes that has href = "ABC.jpg" ? If not what is the best way to do it ?


//*[@href = 'ABC.jpg']
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜