Hi Niels, The template with match="biblioentry" in fo/biblio.xsl generates that error message. The xsl:choose statement indicates that it happens when a biblioentry element is empty of text content, which triggers processing of the bibliography.collection file, which in your case is the file biblio.xml. The error occurs when it searches for the xml:id in the collection that matches the one on the biblioentry it is processing in the doc.
So, is there an element in the bibliography data file with that xml:id? If so, does the mechanism work with other biblioentry elements? If it works with other entries, then make sure there isn't a typo. Can you point me to an OASIS page that shows that error? Bob Stayton Sagehill Enterprises [email protected] ----- Original Message ----- From: Niels Muller Larsen To: [email protected] Sent: Saturday, April 30, 2011 5:38 AM Subject: [docbook-apps] Docbook 5 bibliography errors I have recently encountered [Nix09] Error: no bibliography entry: Nix09 found in http://foo:8080/bibliografi/data/biblio.xml whenever I generated with xsltproc on a Linux (Sheets 1.75.2) then I changed to saxon and it went smooth for a while. Now I am breaking in old macbook Pro, and the problem came back. This time not only with xsltproc, but also with saxon transformations. Anyone? I have been googling like a mad, but the only thing I found was similar errors on several OASIS pages, shame ;-) /Niels Muller Larsen
