<webeqLicense> Configuration Element

This element contains the licensing information for the EditLive! Equation Editor integration.

Configuration Element Tree Structure

<editLive>
    ...
    <otherLicenses>
        <webeqLicense ... />
    </otherLicenses>
    ...
</editLive> 

Required Attributes

key

This attribute is used to specify the license key to be used with the EditLive! Equation Editor integration.

Optional Attributes

documentationURL

This attribute provides the virtual directory where the end user documentation for the EditLive! Equation Editor can be found. If this attribute is not used or specified incorrectly the end user documentation for the EditLive! Equation Editor will not be available.

Note

This attribute should be specified as an absolute URL.

Example

This example demonstrates how to use the <webeqLicense> element to input EditLive! Equation Editor licensing information into EditLive! for XML.

<editLive>
    ...
    <otherLicenses>
      <webeqLicense 
        key="1234-1234-1234-1234" 
        documentationURL="http://localhost/equationEditor/" 
      />
    </otherLicenses>
    ...
</editLive> 

Remarks

The <webeqLicense> element can appear once within the <otherLicenses> element.

The <webeqLicense> element must be a complete tag, it cannot contain a tag body. Therefore the tag must be closed in the same line. See the example below:

<webeqLicense key=... />