Is it possible to pass a dictionary item to a macro as a parameter?
I've got a macro with a button which is used on a couple pages, and want to send the button-text (which is a dictionary item) as a parameter. The text is different on all pages, so fetching the dictionary item from within the XSLT is not really an option...
I don't believe it's possible to pass the dictionary item in directly, however you can pass in the name of the dictionary key and retrieve it from your XSLT. IE:
Pass dictionary item as parameter to macro?
Is it possible to pass a dictionary item to a macro as a parameter?
I've got a macro with a button which is used on a couple pages, and want to send the button-text (which is a dictionary item) as a parameter. The text is different on all pages, so fetching the dictionary item from within the XSLT is not really an option...
Hi,
I don't believe it's possible to pass the dictionary item in directly, however you can pass in the name of the dictionary key and retrieve it from your XSLT. IE:
HTH,
Tom
is working on a reply...