OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: book/chapter/bibliography chunking


There are templates to call 'process-chunk' for book/bibliography and
article/bibliography in html/chunktoc.xsl, so you may want to simply add:

<xsl:template match="chapter/bibliography">
  <xsl:call-template name="process-chunk"/>
</xsl:template>

I haven't tested this, so not really sure this is correct.
-- 
Yoshihiro Toda
<mailto:ystoda@yahoo.co.jp>
__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]