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


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] problems with the use of the bibliography.collection parameter


The bibliomixed element in your document is not truly empty.
It has a line feed, which is counted as a text node.
Use <bibliomixed id="bib.pdf"/> and it will work.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "Ib Koersner" <ib.koersner@tsl.uu.se>
To: <docbook@lists.oasis-open.org>
Cc: <system@tsl.uu.se>
Sent: Wednesday, October 01, 2003 7:16 AM
Subject: [docbook] problems with the use of the bibliography.collection
parameter


> Hello
>
> Being relatively new to docbook I have encountered the flollowing problem.
>
> Environment: redhat linux 7.3 ant the tools therein such as xmlto and
> xsltproc.
>
> Objective: pull bibliography entries from a file using the parameter
> bibliography.collection
> as described in here:
> http://www.sagehill.net/docbookxsl/BiblioDatabase.html.
>
> Method: I my main document I add empty entries like this:
> <bibliomixed id="bib.pdf">
> </bibliomixed>
> In an xsl fragment I define the parameter like this:
> <xsl:param name="bibliography.collection" select="'bb.xml'"/>
> I then use the command:
> xmlto -m myfragment.xsl html-nochunks mymainfile.xml
>
> Problem:
> No text is pulled from the bibliography file bb.xml
>
> Is this familiar to someone ??
>
> Regards
>
> Ib Koersner
> The Svedberg Laboratory
> Uppsala
> Sweden
>
>
>
>
> To unsubscribe from this list, send a post to
docbook-unsubscribe@lists.oasis-open.org.
>
>


To unsubscribe from this list, send a post to docbook-unsubscribe@lists.oasis-open.org.


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