Hi,

I have a trigger that fires on document modify, which itself modifies
the xml (adds lat and long attributes to e:gpe elements) which then
seems to fire the trigger again, for each individual modification...
often causing max trigger depth to be exceeded.

If I change the trigger to be on create, the trigger is executed just
the once, but then if a newer file is inserted over the old one, it
doesn't fire.

What is the correct approach when you need some query to run on
document modify, but that query modifies the document?


thanks
-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to