cppagent
cppagent copied to clipboard
Make Unique ID functionality pluggable
Allow users to use their own scheme to resolve duplicate IDs in the documents. Currently uses a unique hash, but it has been noted that certain installs may want to have a different way to resolve the differences, preserving certain ids.
I may use a embedded ruby script to perform ID creation.