← Prev in month ← Prev in thread
Next in thread → Next in month →

Preventing identing of table of contents on left handside of framedoc.

From
Paul Taylor <>
Date
2004-11-06T12:54:43+00:00
ID
Thread
Preventing identing of table of contents on left handside of framedoc.
I am creating a frame based document, which contains the table of 
contents on the lhs and the main document on the right handside. But 
because of space limitations on the screen I dont want the table of 
contents on the left handside to be indented. is there any way I can do 
this i couldnt find a suiatbel parameter.
 
I also use a stylesheet, so i thought I might be able to do something 
with that but have been unable to do so. This isnt helped by the fact 
that the output comes in one large line, is there a way to make the 
outputted html a bit more readable for debugging. I thought 
chunker.output.indent might do something but it doesnt seem to.


This is the xsl file I am running.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>
 <xsl:import href="./chunk.xsl"/>
 <xsl:param name="toc.section.depth">4</xsl:param> 
 <xsl:param name="generate.section.toc.level" select="1"></xsl:param>
 <xsl:param name="section.autolabel" select="1"></xsl:param>
 <xsl:param name="spacing.paras" select="'1'"></xsl:param>
 <xsl:param name="html.stylesheet" select="'style.css'"></xsl:param>
 <xsl:param name="target.window" select="'main'"/>
 <xsl:template name="user.head.content">
      <base  target="{$target.window}"/>
 </xsl:template>
 <xsl:param name="chunker.output.indent" select="'yes'"/>
</xsl:stylesheet>
← Prev in month ← Prev in thread
Next in thread → Next in month →