
Hi, 5.1 All platforms (running on Linux) Had this working and now it's bust again. I want to do glossary.collection in Docbook [1]. I have added a catalog (did restart Oxy) <?xml version='1.0'?> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <uri name="file:///foofolder/gloss.xml" uri="file:///home/sean/work/syspro/common/glossary.xml"/> </catalog> In my doc I have <glossary role="auto"> <glossentry> <glossterm>Dummy</glossterm> <glossdef> <para>Now you see me, next you won't.</para> </glossdef> </glossentry> </glossary> In my custom layer I have: <xsl:param name="glossary.collection" select="'file:///foofolder/gloss.xml'"/> <xsl:param name="glossterm.auto.link" select="1"/> <xsl:param name="firstterm.only.link" select="1"/> <xsl:param name="glossentry.show.acronym" select="'primary'"/> Transform and Glossary is blank. Any ideas what I had right in 5.0 that I have forgotten to do in 5.1. Unfortunately I deleted my 5.0 install so I can't check. [1] http://www.sagehill.net/docbookxsl/GlossDatabase.html -- Sean Wheller sean@enbaya.co.za http://www.enbaya.co.za