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



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