This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
TP-BDD2/xpath/ex3.xq
2022-03-29 17:16:02 +02:00

10 lines
208 B
Plaintext

(:
11 //part[@manufacturer="renault"]/@name
2 //part[not(descendant-or-self::*/@manufacturer ="michelin")]/@name
3 //part[ancestor::*/@manufacturer ="renault" and not(@manufacturer = "renault")]/@name
:)