output glossarylist terms alphabetically by acronym

Post here questions and problems related to editing and publishing DITA content.
kate_lopresti
Posts: 17
Joined: Tue Aug 08, 2023 2:43 am

output glossarylist terms alphabetically by acronym

Post by kate_lopresti »

I'm including a glossarylist at the end of a PDF. The terms appear correctly, but it would be helpful to see them listed alphabetically by <glossAcronym> instead of <glossterm>. Is there an easy way to do this for a PDF plugin (FOP)?
julien_lacour
Posts: 707
Joined: Wed Oct 16, 2019 3:47 pm

Re: output glossarylist terms alphabetically by acronym

Post by julien_lacour »

Hello,

Your custom PDF plugin must extends the default XSLT processing and implement this new sorting.
The default scenario doesn't include glossary sorting.

Regards,
Julien
kate_lopresti
Posts: 17
Joined: Tue Aug 08, 2023 2:43 am

Re: output glossarylist terms alphabetically by acronym

Post by kate_lopresti »

Thanks for the quick response. I'll follow up with a dev on the team.
Post Reply