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] No year of publication for biblioentry


Aidan Lister <aidanis@gmail.com> writes:

[...]

> There's no year of publication element in a biblioentry. Here's a
> sample biblioentry:
> 
>   <biblioentry>
>    <title>Interface morphology development during stress corrosion
> cracking: Part I, via surface diffusion.</title>
>    <authorgroup>
>      <author><firstname>R.</firstname><surname>Asaro</surname></author>
>      <author><firstname>W.</firstname><surname>Tiller</surname></author>
>    </authorgroup>
>    <pagenums>1789-1796</pagenums>
>   </biblioentry>

I think you need the Pubdate element -

  http://docbook.org/tdg/en/html/pubdate.html

Like this:

  <biblioentry>
    <title>Interface morphology development during stress corrosion
    cracking: Part I, via surface diffusion.</title>
    <authorgroup>
      <author><firstname>R.</firstname><surname>Asaro</surname></author>
      <author><firstname>W.</firstname><surname>Tiller</surname></author>
    </authorgroup>
    <pubdate>2004-11-29</pubdate>
    <pagenums>1789-1796</pagenums>
  </biblioentry>

Attachment: smime.p7s
Description: S/MIME cryptographic signature


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