I am using 20.1 on Windows 10.
Editing an XQuery Module, with Saxon-EE set to
Code: Select all
-update:on
A function like:
Code: Select all
declare updating function ns1:insert-node($what, $where) {
insert node $what into $where
};
Post by amix » Thu Oct 04, 2018 10:06 pm
Code: Select all
-update:on
Code: Select all
declare updating function ns1:insert-node($what, $where) {
insert node $what into $where
};
Post by Radu » Fri Oct 05, 2018 7:57 am
Post by sorin_carbunaru » Mon Feb 25, 2019 5:10 pm
This website was created & generated with <oXygen/>®XML Editor