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]

[docbook-apps] Bibliography database


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/.


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