Hi Michael,
One solution for this is to create a group within your main DOM (with a
repeating section). Each time you catch a change, you can add a series of
nodes with to store:
timestamp, XPath, user, etc..
You are basically building a change tracking functionality in your product.
If you have access to a database, you could push that info there. The good
thing about storing it in your primary DOM is that it is self-contained.
Hope that it helps.
Regards,
Franck Dauché
> Hi,
>
[quoted text clipped - 14 lines]
>
> -mike