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


Check out Chapter 8 in Bob's book (the "Customizing generated text"
section and specifically Example 8.2). We just used the example, and
modified it to include another template to suppress the glossary title:

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

cheri

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

So I'm not going crazy ;)

I'll try your suggestions. I'm not familiar with your method for
suppressing the element title, but I'll read about it.

Does anyone know if there is a bug for this issue?

Thanks,
Brett

On 8/10/2007 11:28 AM, Dennison, Cheri wrote:
> 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
> 


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