Standalone XQuery Engine
Allow eXist's XQuery engine to be used without a database, e.g. for evaluating a query on the command line. This is basically possible, but we need to make sure that all functions which require a database throw an error which is clear to the user. This could probably be done by creating a dummy DBBroker instance whose methods are either empty or throw an exception.
- 0 Comments
- Add Comment
