OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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>

smime.p7s



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]