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]

Regarding TOC



Hi

i'm using docbbok.dsl in print directory for formatting the rtf output.
here is the sample.dsl

<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN"
[<!ENTITY docbook.dsl SYSTEM "E:\Docbook\Install\openjadew1_3\usr\lib\sgml\docbook-dsssl-1.74b\print\docbook.dsl" CDATA dsssl>
]>

<style-sheet>
<style-specification id="print" use="docbook">
<style-specification-body> 
(define %generate-book-toc% #f)

</style-specification-body>
</style-specification>
<external-specification id="docbook"document="docbook.dsl">
</style-sheet>


and here is the sample.sgm

<!doctype book system "IRIS_OVERVIEW.dtd">
<book>
<title>dfdssf</title>
<chapter>
<title>dfddsfdsfds</title>
<section>
<title>fgfgfdgfgdg</title>
<article>
<title>
ddffdsf</title>
</article>
</section>
</chapter>
</book>


...
but when i generate rtf output using
openjade -t rtf -d sample.dsl#print sample.sgm

it gives two pages showing the book title contents before the toc.

why is it so??

plz...reply immediately.

Navin


 


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