OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]