
Hello, It works on Linux and on Windows without problems if I use the custom layer and apply the instructions you quoted. You will see in the Glossary section of your transformation result only the glossary terms that you used in your document. Is your glossary file valid ? Maybe the glossary file that you want to point in the catalog doesn't exist at the location specified in the catalog ? I hope that helps, Sorin Sean Wheller wrote:
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.