You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,9 @@ Settings
11
11
### create a notebook
12
12
### add XQuery cells
13
13
Adding a code cell defaults to type `xquery`. `Javascript` cells are also supported.
14
-
### prolog cells
14
+
### header cells
15
15
Before executing a XQuery cell, preceding XQuery cells are examined for content starting with '(:<:)' The first such cell, if any, found searching towards the first cell is prefixed to the current cell before execution.
16
+
If no `declare base-uri` is present in the header then the notebook url is prepended to the code.
0 commit comments