diff --git a/Frontend/tools/xpath.html b/Frontend/tools/xpath.html index bcd8f3f..670dd7d 100644 --- a/Frontend/tools/xpath.html +++ b/Frontend/tools/xpath.html @@ -679,14 +679,6 @@ root() <l:library>[...]</l:library> - - document-uri(/library/fiction:book[1]) - http://example.com/library.xml (assuming the document URI of the first fiction:book element is "http://example.com/library.xml") - - - document-uri(/library) - http://example.com/library.xml (assuming the document URI of the library element is "http://example.com/library.xml") -
W3C Documentation reference