16.5. The bibdb2tei.xsl stylesheet

This XSLT stylesheet transforms a DocBook bibliography as generated by refdbib to a corresponding TEI bibliography for use in TEI XML documents. The runbib script performs this transformation automatically, but if you prefer to run refdbib directly you'll have to do this transformation yourself:

~$ xsltproc --catalogs /usr/local/share/refdb/xsl/bibdb2tei.xsl docbook.bib.xml > tei.bib.xml

where docbook.bib.xml is the bibliography file created by refdbib.