//BBB[normalize-space(@name)='bbb'] |
---|
Select BBB elements which have attribute name with value bbb, leading and trailing spaces are removed before comparison |
<AAA> <BBB id = "b1"/> <BBB name = " bbb "/> <BBB name = "bbb"/> </AAA> |
Open the example in XLab. | Go to example |