Probably the most annoying thing for me is having to completely rewrite a new xdf for every software version that comes out.
[Well manually edit every single parameter hunting for all the addresses]
With all of these the tables values and axes used in the xdf haven't changed.
The only thing that has changed is the addresses of the tables functions and constants.
The offset ability is no good as although the table sequence is the same, the total byte shift is not.
So you cant just say +64bytes to all addresses and hey presto.
Alas

So.......
Is there a way to list table/constant/function name and address.
Copy those to clipboard and edit elsewhere.
Paste back into that listing.
Maybe sort by address 1st.
This would turn what is a terrifying nightmare into a tolerable procedure at least.
An A2L import would be even better

If not I will only attempt to write a super .xsl and trash the program in the process

Cheers Mark.