Can we use tailf:transform/tanformation point to handle operational Data?

Hi Team,
To remove symlinks we are trying to use transform feature as mentioned here Symlink removal without affecting source xpath and symlinked xpath.
http://66.218.245.39/doc/html/ch10.html document explains about how configuration data is handled using transformation point.
Can we do similar handling for operational data(like action points and regular call points)?
If so could you please point to any examples if present.
Thanks,
Usha

Generally, yes, callbacks for a transform is a superset of callbacks for operational data. Note though that if the target operational data is handled by your data provider, you need to make sure that the callpoints for the transform and the operational data are different and are handled by separate threads or processes.