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]

JReferences


Hi all!

Today is was working on JReferences and added support for the XML jref namespace :) :

Consider this document:

<article>
  <artheader>
    <title>Test Article</title>
    <author><firstname>Egon</firstname><surname>Willighagen</surname></author>
    <date> 3 May 2000</date>
  </artheader>

  <section>
    <title>Some section</title>
    <para>This is a text with a reference<jref:ref id="Steinbeck99"/>.</para>
  </section>

  <jref:reflist/>

</article>

Email me if there are DocBook options for this mechanism. jref:ref defines a references
and jref:reflist denotes the place where the list of references is placed. Using the
JReferences software (which autonumbers the referecens, is published later, v0.0.2)
this file is converted to:

<article><artheader><title>Test Article</title>
<author><firstname>Egon</firstname>
<surname>Willighagen</surname>
</author>
<date>3 May 2000</date>
</artheader>
<section><title>Some section</title>
<para>This is a text with a reference<superscript>1</superscript>.</para>
</section>
<section>
  <title>References</title>
  <para>
  <orderedlist>
  <listitem><para>
    <biblioentry>
      <biblioset relation="journal">
        <abbrev>MOL</abbrev>
      </biblioset>
      <biblioset relation="article">
        <title>JChemPaint - Using the Collaborative Forces of the Internet to Develop a Free Editor for 2D Chemical Struc
tures</title>
        <authorgroup>
        <author>
          <firstname>C.</firstname>
          <surname>Steinbeck</surname>
        </author>
        <author>
          <firstname>S.</firstname>
          <surname>Krause</surname>
        </author>
        <author>
          <firstname>E.L.</firstname>
          <surname>Willighagen</surname>
        </author>
        </authorgroup>
        <volumenum>5</volumenum>
        <pagenums>93-98</pagenums>
        <pubdate>2000</pubdate>
      </biblioset>
    </biblioentry>

  </para></listitem>
  </orderedlist>
  </para>
</section>
</article>

Some Questions:

* i guess there are two options to format this information:
  1. custimizing the stylesheets
  2. using bibliomixed and citetitle
  Is that correct?

Mmm... only one question... :)

Please send comments as well. JReferences is Open Software and is supposed to be discussed
to get *good* software...

Egon

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