Closed ChristianGruen closed 6 years ago
…provided that XQUF 1.0 constraints will not be violated.
1. Example (works already in BaseX 8.x):
(<a/>, <b/>) ! fn:put(., name() || '.xml')
2. Example:
copy $c := <a/> modify (insert node "A" into $c) return fn:put($c, 'result.xml')
Updating variants of higher-order functions:
update:apply
update:for-each
update:for-each-pair
update:map-for-each
Other functions:
update:output
db:output
update:output-cache
db:output-cache
Documentation Update Module: http://docs.basex.org/wiki/Update_Module
Allow more expressions to be updating:
…provided that XQUF 1.0 constraints will not be violated.
1. Example (works already in BaseX 8.x):
2. Example:
Introduce new Updating Module
Updating variants of higher-order functions:
update:apply
update:for-each
update:for-each-pair
update:map-for-each
Other functions:
update:output
(before:db:output
)update:output-cache
(before:db:output-cache
)