Try-Catch
eXist already provides a util:catch() function which basically corresponds to a Java try-catch.
The XQuery 1.1 draft also defines try-catch, but more closely integrated with XQuery. It should not be too difficult to implement this in eXist.
See http://www.zorba-xquery.com/doc/zorba-0.9.2/zorba/html/trycatch.html for some examples.
- 0 Comments
- Add Comment
