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]

fo:marker and footnote in title


Hello all,

I have a problem with docbook XSL styles and passivetex. I know
that passivetex isn't reference formatter, but styles behavoir
seems strange to me.

Here is a small test file:
--------------------------
<?xml version='1.0'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>  
<article>
	<title>test article</title>
	<section>
		<title>test section<footnote><para>test
footnote</para></footnote></title>
		<para>test para</para>
	</section>
</article>
--------------------------
It validates successfuly. Note that we have footnote in section
title.

After procession we have structure like this:
-----------------------------
<fo:marker>test section<fo:footnote>
    <fo:block>test footnote</fo:block>
</footnote></fo:marker>
<fo:block>test section<fo:footnote>
    <fo:block>test footnote</fo:block>
</fo:footnote></fo:block>
-----------------------------
(This is not real output of cause, but simplified structure.)

The problem is that fo:footnote appears both in the fo:marker and
in normal block. Is it normal and should be handlad by formatter
or it is styles missfeature?


With best regards,
Anton
-- 
mailto:boyarsh@mail.ru
mailto:boyarsh@ru.echo.fr
  3:52pm  up 13 days,  8:08,  5 users,  load average: 0.29, 0.37,
0.39


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