//bbb/ccc
Select all elements 'ccc' which are children of 'bbb'//bbb/ccc
<html> <head> </head> <body> <aaa> <bbb> <ccc>this</ccc> </bbb> </aaa> <bbb> <ccc>this</ccc> </bbb> </body> </html>