Hi,
I couldn't find documentation about catching events that occur on a db from an xquery module. What I am trying to achieve:
Context: Writers create content in XML Oxygen and are connected through the data source which uses WebDAV.
- A writer modifies an .xml file and saves the changes.
An event that can be caught by an xquery function is triggered.
- My xquery function adds an @id to all elements that don't have one and saves the document again.
There is a way to differenciate users 'replace' from query 'replace' so that if an event is triggered again here, we will not loop indefinitely.
I know you are working on triggers, but I'm not sure it applies to this use case. Can this currently be done?
Thanks!