Mercury Posted December 22, 2006 Posted December 22, 2006 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
Martin Brändle Posted December 24, 2006 Posted December 24, 2006 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
Mercury Posted December 24, 2006 Author Posted December 24, 2006 (edited) 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, 2006 by Guest
Recommended Posts
This topic is 6542 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now