This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Bibliography database


Hi Sean,

I hit this one recently. The stylesheets are looking for the external bibliography in the wrong place. As Bob Stayton wrote to me:

"Yes, that's a bug.  I just changed all the instances of
document($bibliography.collection) to
document($bibliography.collection,.) so the
processor will look in the document's  directory."

This is in the bibliography part of the stylesheets. It has been fixed in CVS, but not yet in the release version of the stylesheets.

Best wishes,

Nick.



On 15 Jan 2004, at 7:01 pm, Sean Wheller wrote:

Hi,

I'm trying to get a Bibliography to work from an external Bibliography
database as described in
http://www.sagehill.net/docbookxsl/Bibliographies.html

When I transform using XSL 1.64.2 and FOP 0.20.5 the Bibliography is generated
with the following:
Error: no bibliography entry: AhoSethiUllman96 found in resources/
bibliography.xml


I have the following:
In my document a bibliography
<bibliography>
        <title>Bibliography</title>
        <bibliomixed id="AhoSethiUllman96"/>
 </bibliography>

In my database an example from testdocs
<bibliography>
    <title>Bibliography</title>
    <biblioentry id="AhoSethiUllman96">
        <abbrev>AhoSethiUllman96</abbrev>
        <authorgroup>
            ...
        ...
</bibliography>

In my customisation xsl:
<xsl:param name="bibliography.collection" select="'resources/
bibliography.xml'"/>
<xsl:param name="bibliography.numbered" select="1"/>


-- Sean Wheller


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.



----------------------------------------
Nick Hunt
nick@magmouse.demon.co.uk


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]