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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: RE: [docbook-apps] glossary missing from xhtml output


We've found the same thing. I'm not sure why it works this way--maybe
someone on the list knows?

To work around it, we put the glossary inside a <chapter>. In the
output, this caused us to have two "Glossary" headings: one desired (at
the Chapter level), and then an undesired one that appeared because of
the <glossary> tag. We suppressed the latter one by customizing the l10n
title value for <glossary> to output nothing:

<l:template name="glossary" text=""/>

cheri

-----Original Message-----
From: Brett Leber [mailto:bleber+@cs.cmu.edu] 
Sent: Friday, August 10, 2007 6:29 AM
To: docbook-apps@lists.oasis-open.org
Subject: [docbook-apps] glossary missing from xhtml output

Is there any obvious (or not-so-obvious) reason that my glossary is
missing (blank) from XHTML chunked output? I see a glossary section and
glossary page in the output, but no glosslist or glossentries. My
<glossary> is a child of <book>.

I've tried both the 1.72.0 and 1.73.0 stylesheets, with no difference. 
FO/PDF output shows the glossary just fine.

My customization layer is here:
http://pastebin.com/me635a7

Thanks,

Brett


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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