Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7102 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Actually, your question would belong to the XML/XSL forum.

XSLT, as the name says, is extensible. So it's possible to write own extension functions, e.g. in Java or in JavaScript or other scripting languages. How this is done is described in a tech brief that you can download from the technology section on the following FMI webpage: http://www.filemaker.com/support/whitepapers.html

You can find a MD5 algorithm written in JavaScript on http://pajhome.org.uk/crypt/md5/ , but maybe you have to google further.

When you have written such an extension function, please post the files in the XML/XSL forum. The fine thing would be that the MD5 encryption would work server-side and therefore is pretty secure.

Another way would be to go with PHP.

  • 2 weeks later...
Posted

thank you for your exhaustive reply,

as I need the MD5 function only to encrypt data for an e-commerce tool I decided the easier way: I send a form to a PHP script and the PHP script sends data to the web application of the bank.. I will study the FM/XML technical specification one day, but with PHP is really faster.

wink.gif

This topic is 7102 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.