bibdb translates BibTeX bibliographic entries into XML that can be used by DocBook. This is usefull if you already have a BibTeX file and would like to use them.
ok? comments?
-diego
(example)
$ cat refs.bib
@MISC{ Kernighan88thec,
author = {Brian W. Kernighan and Dennis M. Ritchie},
title = {The C programming Language},
year = {1988}
}
$ bibdb refs.bib
<?xml version="1.0" encoding="utf8"?>
<bibliography>
<biblioentry role="misc" id="Kernighan88thec">
<abbrev id="Kernighan88thec.abbrev">KR88</abbrev>
<authorgroup><author><firstname>Brian
W.</firstname><surname>Kernighan</surname></author><author><firstname>Dennis
M.</firstname><surname>Ritchie</surname></author></authorgroup>
<title>The c programming language</title>
<pubdate>1988</pubdate>
</biblioentry>
</bibliography>
bibdb.tgz
Description: application/tar-gz
