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]

Empty TOC when using <bridgehead>


Hello again,

Using docbook-xml-4.2, docbook-xsl-1.52.2\html\chunk.xsl, saxon-6.5.2.

When I process the following input using html\chunk.xsl I get an empty TOC
in the output which is probably caused by the bridgeheads.

Is this a problem in the stylesheet? (I really, really HAVE to learn XSL
myself...sigh...)

Input:

<?xml version="1.0"?>
<!DOCTYPE book SYSTEM
"file://hol01sthira/utils/docbook-xml-4.2/docbookx.dtd">
<book> 
  <chapter> 
	 <title>test</title> 
	 <section> 
		<title>test</title> 
		<bridgehead>bridge 1</bridgehead> 
		<para>...</para> 
		<bridgehead>bridge 2</bridgehead> 
		<para>...</para> 
	 </section> 
  </chapter> 
</book>

The output looks something like:

test

Table of Contents

bridge 1

...

bridge 2

...

Simon de Kraa
Systems Architect
Logistic Systems

FUJITSU SERVICES
Fujitsu Services B.V., Het Kwadrant 1
Postbus 1726, 3600 BS Maarssen, The Netherlands
Tel: +31 346 598865
Mob: +31 651 204719
Fax: +31 346 562703

Email: mailto:Simon.de.Kraa@services.fujitsu.com
Web: http://nl.services.fujitsu.com

Fujitsu Services B.V., Registered in the Netherlands no 30078286
___________________________________________________________________________

The information in this e-mail (and its attachments) is confidential and
intended solely for the
addressee(s). If this message is not addressed to you, please be aware that
you have no
authorisation to read this e-mail, to copy it or to forward it to any person
other than the
addressee(s). Should you have received this e-mail by mistake, please bring
this to the
attention of the sender, after which you are kindly requested to destroy the
original message
and delete any copies held in your system. Fujitsu Services and its
affiliated companies
cannot be held responsible or liable in any way whatsoever for and/or in
connection with
any consequences and/or damage resulting from the contents of this e-mail
and its proper
and complete dispatch and receipt. Fujitsu Services does not guarantee that
this e-mail has
not been intercepted and amended, nor that it is virus-free.
___________________________________________________________________________


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