Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Saxon.SetLicense
Sets the license key for Saxon.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Saxon | 15.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
MBS( "Saxon.SetLicense"; Name; Product; Expire Month; Serial ) More
Parameters
Parameter | Description | Example |
---|---|---|
Name | The name of the licensee. | "John Miller" |
Product | What product you purchaede. | "Saxon-PE" |
Expire Month | This is the month in which the serial will expire for new versions of the plug-in in YYYYMM format. Plug-in released before the end of that month will continue to work forever. New Releases after that date will require a renewal | 202508 |
Serial | The license code. | 1234567 |
Result
Returns OK or error.
Description
Sets the license key for Saxon.This is for a Saxon license key purchased from Monkeybread Software in addition to a MBS Plugin license.
Can be currently either be one for Saxon-PE or Saxon-EEV.
Examples
Set license:
Set Variable [ $r; Value: MBS( "Saxon.SetLicense"; "Your Name"; "Saxon-PE"; 202601; 123456 ) ]
See also
Release notes
- Version 15.1
- Added Saxon.SetLicense and Saxon.ClearLicense function.
Blog Entries
This function checks for a license.
Created 8th January 2025, last changed 1st February 2025
