To use the Browser plug-in with an HTML page, the following HTML "OBJECT" tag must be used.
<OBJECT id=XMLSpyPlugin style="WIDTH:500px; HEIGHT:500px"
codeBase="http://plugin.xmlspy.com/cabfiles/XMLSpyPlugin.CAB#Version=2,0,0,0"
classid=clsid:46987108-BA64-4fd1-A947-1BF7DA938FC0>
<PARAM NAME="XMLDataURL" VALUE="http://plugin.xmlspy.com/Altova.xml">
<PARAM NAME="SPSDataURL" VALUE="http://plugin.xmlspy.com/Altova.sps">
<PARAM NAME="SchemaDataURL" VALUE="http://plugin.xmlspy.com/Altova.xsd">
<PARAM NAME="LicKey" VALUE="XBA760-9HF1TT-Aq9FXB-0HstC2">
<PARAM NAME="LicCompany" VALUE="Test">
<PARAM NAME="LicUser" VALUE="Test">
</OBJECT>
Please note that the values for the various parameters and attributes of the OBJECT tag, must be replaced with valid data for this sample to work (i.e. a valid XML data file name and path for the "XMLDataURL" parameter).
XMLDataURL: This is the location of the XML data file that is loaded into the plugin. This will also be the XML data file that is edited. The location of the file must be an absolute URL.
SPSDataURL: This is the location of the XMLSpy XSLT Designer generated SPS file. The location of the file must be an absolute URL.
SchemaDataURL: This is the location of the Schema file used to validate the XML file. The location of the file must be an absolute URL.
LicKey: This is the license key used to validate the use of the XMLSpy Browser Plugin. The example license key in the example above, cannot be used for this purpose. Please see the License information for more information.
LicCompany: This is the company name of the license key specified in the LicKey PARAM definition.
LicUser: This is the user name of the license key specified in the LicKey PARAM definition.
LicServer: This is the name of the server if you put your license information in a separate key.
LicFile: This is the file name where the key is stored.
Please see "License information" for more information about the LicServer and LicFile parameters.
Previous
Top
Next