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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: DOCBOOK: docbook vs chunk


Hello,

when using docbook xsl sheets docbook.xsl creates one large file including
TOCs in it. When using chunk.xsl it splits it up but there are no TOCs. Is
this still under development or do I have to create this myself?


java org.apache.xalan.xslt.Process -IN file.xml -XSL
..\emacs\sgml\stylesheets\docbook-xsl-1.39\html\docbook.xsl -OUT
indexout.html

java org.apache.xalan.xslt.Process -IN file.xml -XSL
..\emacs\sgml\stylesheets\docbook-xsl-1.39\html\chunk.xsl 

Also when using chunk the first section (sect1) of a chapter does not appear
in the "headline".

<chapter>
      <title>Chapter Title</title>
      <sect1>
	<title>Section Title 1</title>
      </sect1>
      <sect1>
	<title>Section Title 2</title>
      </sect1>
</chapter>


ch01.html		Chapter 1. Chapter Title

ch01s02.html:  	Section Title 2
			Chapter 1. Chapter Title



Thanks,

mk

Using TSO is like kicking a dead whale down the beach.
                   -- S. C. Johnson 


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


Powered by eList eXpress LLC