December 22, 200619 yr I'm just starting to write XSLT and I can't seem to be able to call a FM script from the XSLT code. Can someone give me an example of how to use the xslt query, please? Say the FM script is called AuthenticateMe and the script steps all have full rights... With thanks
December 24, 200619 yr Check the -script and -script.param query parameters (FMSA CWP Guide, p. 97 ) and the XSLT document() function (FMSA CWP Guide, p. 61, Loading additional documents). E.g. assume name and password are stored in variables, then you can use
December 24, 200619 yr Author Thank you, Martin. You've actually given me much more that I wanted. I just needed this, I think... <?xslt-cwp-query -script=AuthenticateMe? > Is this right? Edited December 24, 200619 yr by Guest
Create an account or sign in to comment