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]

docbook vs chunk


(sorry to the moderator. I had send this email to the wrong list.)

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,


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