xml spy
Previous  Top  Next
License information

There are two ways you can supply the license information for the Document Editor Plug-in.

First, use the LicUser, LicCompany and LicKey parameters of the OBJECT tag, or the properties of the plugin interface with the same names. This method is easy to set up, you just type your license data into the HTML code of your page. If you use this method, your keycode will be visible to anyone who is able to view your HTML pages.

Alternatively, store the license key in a file located on a server.

To place the license on the server:

1.Request a key from us (Altova.com) with the name of the server (e.g. "http://www.nanonull.com") where you want to put the key (and propably the plugin).  

The new key will be bound to that server.  

2.Create a license file (e.g. naming it key.lic) containing the license code in plain text as the only content at the specific location.  
Example: "http://www.nanonull.com/key.lic"  

3.In your HTML code use the following parameters in the OBJECT tag:  
<PARAM NAME="LicServer" VALUE="http://www.nanonull.com">  
<PARAM NAME="LicFile" VALUE="/key.lic">  

The license information is now bound to your server and also located there.

It is not possible to take the key from the file and set the properties (LicKey, LicCompany, LicUser) of the control with this information. This will be forbidden by the control itself. You can also protect the file storing the license information with a password, if you set up your server accordingly.

Previous  Top  Next

⌐ 2002 Altova