Switching between the old and the new output

From version 3.5.20, ITP/OnLine Server produces the new div-oriented output by default. This is, because the file xslt\custom\defaults.xsl includes xslt\defaults\div_oriented\defaults.xsl, where it contained xslt\defaults\table_oriented\defaults.xsl in previous versions. If required, this can be changed by putting a custom file xslt\custom\defaults.xsl in your ITP/OnLine application. In order to activate the old table-oriented output, make sure that it contains:

<xsl:import href="..\defaults\table_oriented\defaults.xsl"/>

The same goes for the output of the ITP/OnLine letterbook. The file xslt\custom\defaults_letterbook.xsl includes xslt\defaults\div_oriented\defaults.xsl, rather than xslt\defaults\table_oriented\defaults.xsl. This can be changed by putting a custom file xslt\custom\defaults_letterbook.xsl in your ITP/OnLine application. In order to activate the old table-oriented output, make sure that it contains:

<xsl:import href="..\defaults\table_oriented\defaults_letterbook.xsl"/>

The newsample.zip file that is part of the ITP/OnLine installation serves as an example for the new output. It is not installed by default. In order to install it, follow these steps:

  1. Go to the configuration page of your ITP/OnLine installation. Refer to the general ITP/OnLine Server Manual chapter Configuration for more information on this subject.
  2. In the field Application Name, fill out "newsample" and click Submit.
  3. In the OnLine application folder, a subfolder newsample will be created.
  4. Unzip the contents of the newsample.zip file to the subfolder. Make sure the unzip does not introduce an extra level newsample; subfolders css and xslt should occur immediately below the existing folder newsample.
  5. For ITP/OnLine ASP.NET only, go back to the configuration page and click the link Deploy next to the application newsample.