https://github.com/dizzzz/existdb-trigger-test
Simple project to show that DocumentTrigger works
https://github.com/dizzzz/existdb-trigger-test
exist-db testing trigger xar
Last synced: over 1 year ago
JSON representation
Simple project to show that DocumentTrigger works
- Host: GitHub
- URL: https://github.com/dizzzz/existdb-trigger-test
- Owner: dizzzz
- License: lgpl-2.1
- Created: 2019-10-01T19:36:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T13:44:22.000Z (over 5 years ago)
- Last Synced: 2025-02-03T14:47:08.737Z (over 1 year ago)
- Topics: exist-db, testing, trigger, xar
- Language: Java
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Howto
When the following `collection.xconf` document is stored in `/db/system/config/db/mycollection`,
then in case a document is created in `/db/mycollection` a second document ending with `-copied.xml` is created.
Purpose: to show that the Trigger is fired, inside the eXist-db xqsuite tests.
```xml
```