I´m looking for a way to get all nodes that as the same attribute on oracle xmltable using xquery ...
For example, an xmltable with a xml with employees and relate items, I would like to retrieve all modes that in the node attribute / propriety like office=344 , no only employee node , but all kind of nodes with attribute / propriety like office=344
<employee id="901" office="344"/>
<pc id="pc901" office="344"/>
and so on ..