[Bioperl-l] Bio::Biblio
Charles Plessy
charles at moulinette.dyndns.org
Mon Oct 6 10:05:04 EDT 2003
Hi,
My goal is to write a quick-and-dirty medline2docbook fliter
for immediate use, using bioperl since it has already a library able
to query medline.
However, I don't know how to quickly extract basic fields,
like author or journal, to use them in this kind of output system:
print << DOCBOOK
(...)
<biblioset>
<authorgroup>
<author>
<surname>$object->Author_surname</surname>
<firstname>$object->Author_firstname</firstname>
</author>
(...)
DOCBOOK
Can anybody point me to the correct object and its construction method?
--
Charles
More information about the Bioperl-l
mailing list