From 15d0da2c8facc22c60785dc97fc594f614c664cb Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Thu, 30 Mar 2023 13:54:34 +0200 Subject: [PATCH] Fixed typos --- Frontend/tools/xpath.html | 8 -------- 1 file changed, 8 deletions(-) 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