This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

generating a two column index


I am trying to generate a two column index in a book, whose pages 
are formatted as single columns. My customization layer has the 
following setting:

<xsl:param name="column.count" select="'1'"/>

I tried modifying the following template in index.xsl without any 
success. Here's one attempt that I made:

<xsl:template match="book/index">
  <xsl:variable name="master-name">
    <xsl:call-template name="select.pagemaster">
	<xsl:with-param name="column.count" select="'2'"/>
	</xsl:call-template>
  </xsl:variable>

I would appreciate any advice or suggestions on how I can get a 
two column index to work. 

Thanks in advance, 

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]