The XHTML WYSIWYG Editor For Desktop & Web Applications

Step 4 - Referencing Configuration Files

Styles And CSS

The <param> with the name "Styles" points to the location of the XML document that contains the styles. The <param> with the name "CSS" points to the location of a CSS document. Use an absolute URL when pointing to these files. For example:

  1. <param name="Styles" value="http://myserver/styles.xml" />
  2. <param name="CSS" value="http://myserver/format.css" />

License

A license file transforms XStandard Lite into Pro version. The <param> with the name "License" points to the location of the license file. Use an absolute URL when pointing to the license file. For example:

  1. <param name="License" value="http://myserver/license.txt" />