This element contains the configuration information for a single license of Ephox EditLive! for XML.
Attributes within this element should be entered as per the license file provided by Ephox. If the configuration information provided by the attributes does not correspond to a valid license provided by Ephox then EditLive! for XML will only run in 30 day trial mode.
<license>
<editLive>
...
<ephoxLicenses>
<license ... />
</ephoxLicenses>
...
</editLive> This attribute provides the domain to which this copy of EditLive! for XML is licensed.
This attribute provides the expiration date of the license.
This attribute provides the product key for this license of EditLive! for XML.
This attribute provides the company or organisation to which this copy of EditLive! for XML is licensed.
This attribute details the Ephox product which can be used with this license.
This attribute details the release number of the Ephox product which can be used with this license.
This attribute details the number of seats that this license is valid for.
This attribute details your Ephox account ID.
This attribute configures the URL that EditLive! for XML should use to check its license. If left blank the default value will be used.
Default Value: http://www.ephox.com/activate/eljf10.asp
When set to true this attribute will force licenses to become active instead of requesting the user to activate the license. If left blank the default value will be used.
Default Value: true
This attribute is a boolean and can only be true or false.
This attribute specifies the type of license provided. Some license types might be time limited. If left blank the default value will be used.
Default Value: production
This attribute has the possible values of production, development or QA.
This example demonstrates how to use the <license> element to input licensing information into EditLive! for XML.
<editLive>
...
<ephoxLicenses>
<license accountID="1234"
activationURL="http://www.ephox.com/elregister/el2/activate.asp"
domain="demo.com" expiration="NEVER" forceActive="false"
key="4545-5465-2456-5648" licensee="Someone"
product="EditLive! for XML" release="2.0" seats="100"
type="production" />
</ephoxLicenses>
...
</editLive> Copyright 2001-2005 Ephox Corporation. All Rights Reserved.