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: