/t5/framemaker-discussions/framemaker-8-unique-id-attribute/m-p/1233717#M3947Feb 21, 2008
Feb 21, 2008
Copy link to clipboard
Copied
Frame doesn't add the ID value automatically (unless you're making a cross reference to that element). This just the ID is required .. but you'll have to provide it.
/t5/framemaker-discussions/framemaker-8-unique-id-attribute/m-p/1233718#M3948Feb 22, 2008
Feb 22, 2008
Copy link to clipboard
Copied
Thanks Scott. I did read that in the guidance. I wondered if there was another way, as I need a unique id to accomplish some magic for a xslt transformation. Any ideas?
/t5/framemaker-discussions/framemaker-8-unique-id-attribute/m-p/1233719#M3949Feb 22, 2008
Feb 22, 2008
Copy link to clipboard
Copied
You can use the generate-id() function in XSLT to generate a unique ID. But within FM, you'd have to have an FDK plugin or FrameScript do that for you.