Page 1 of 1
output glossarylist terms alphabetically by acronym
Posted: Wed Aug 27, 2025 6:12 pm
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)?
Re: output glossarylist terms alphabetically by acronym
Posted: Thu Aug 28, 2025 11:11 am
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
Re: output glossarylist terms alphabetically by acronym
Posted: Thu Aug 28, 2025 9:13 pm
by kate_lopresti
Thanks for the quick response. I'll follow up with a dev on the team.