Fixed typos

This commit is contained in:
2023-03-30 13:54:34 +02:00
parent feabcc1913
commit 15d0da2c8f

View File

@@ -679,14 +679,6 @@
<td>root()</td>
<td>&lt;l:library&gt;[...]&lt;/l:library&gt;</td>
</tr>
<tr>
<td>document-uri(/library/fiction:book[1])</td>
<td>http://example.com/library.xml (assuming the document URI of the first fiction:book element is "http://example.com/library.xml")</td>
</tr>
<tr>
<td>document-uri(/library)</td>
<td>http://example.com/library.xml (assuming the document URI of the library element is "http://example.com/library.xml")</td>
</tr>
</table><br>
<a href="https://www.w3.org/TR/xquery-operators/#func-lang" class="hyperlink" target="_blank"><code>W3C Documentation reference</code></a>