[Refdb-users] <newbie> 0 reference formatted
Status: Beta
Brought to you by:
mhoenicka
|
From: Matt P. <mpa...@to...> - 2003-07-07 16:28:55
|
Hello, Just starting with refdb. when using runbib (or refdbib), I systematically get 0 reference(s) formatted, 0 failed. I am using the version 0.9.3-pre6, with mysql as a backend. I have successfully created a database reftest, in which I inserted the content of testrefs.ris After completion of the command 'runbib -d reftest -S "bibtex-full" -t db31x dbxtest.xml', I get various bibtex-full.*.dsl, dbxtest.id.xml that looks ok: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE citationlist PUBLIC "-//Markus Hoenicka//DTD CitationList//EN" "http://refdb.sourceforge.net/dtd/citationlistx.dtd"> <citationlist> <citation>2;</citation> <citation>2;14;5;</citation> <citation>11;</citation> <citation>12;</citation> <citation>A:2;</citation> <citation>Y:2;</citation> </citationlist> But the dbxtest.bib.xml looks rather empty: <!-- <?xml version="1.0"?> <!DOCTYPE bibliography PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> --> <bibliography role="refdb"> <title>Reference List</title> <bibliomixed role="multixref"></bibliomixed></bibliography> I've tried to run the command refdbib refdbib -d reftest -S "bibtex-full" dbtest.id.xml > dbxtest.bib.xml and I conveniently get the same result. Would someone indicate to me what I am doing wrong, or point somewhere in the (extensive and very good) documentation. Thanks, Matt |