Skip to content

Commit

Permalink
Met l'attribut "id" sur <biblioentry> et non <biblioset>.
Browse files Browse the repository at this point in the history
Similaire à ce qui est fait dans la doc en anglais.
Dans le cas contraire fop1.1 sort des warnings de ce type:
Page xxxvii: Unresolved ID reference "ston90b" found.
Page xxxvii: Unresolved ID reference "ston90a" found.
Page xxxvii: Unresolved ID reference "rowe87" found.
....
et dans le rendu html, [ston90b] etc. sont manquants
  • Loading branch information
dverite authored and gleu committed Nov 18, 2018
1 parent 8bd7386 commit 4840aa8
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions postgresql/biblio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ ssimkovi@ag.or.at
</publisher>
</biblioentry>

<biblioentry>
<biblioset id="ong90" relation="article">
<biblioentry id="ong90">
<biblioset relation="article">
<title>A Unified Framework for Version Modeling Using Production Rules in a Database System</title>
<titleabbrev>Ong and Goh, 1990</titleabbrev>
<authorgroup>
Expand All @@ -302,8 +302,8 @@ ssimkovi@ag.or.at
</biblioset>
</biblioentry>

<biblioentry>
<biblioset id="rowe87" relation="article">
<biblioentry id="rowe87">
<biblioset relation="article">
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M87-13.pdf">The <productname>POSTGRES</productname> data model</ulink></title>
<titleabbrev>Rowe and Stonebraker, 1987</titleabbrev>
<authorgroup>
Expand All @@ -324,8 +324,8 @@ ssimkovi@ag.or.at
</confgroup>
</biblioentry>

<biblioentry>
<biblioset id="seshadri95" relation="article">
<biblioentry id="seshadri95">
<biblioset relation="article">
<title>Generalized Partial Indexes
<ulink url="http://citeseer.ist.psu.edu/seshadri95generalized.html">(version en cache)
<!--
Expand Down Expand Up @@ -359,8 +359,8 @@ ssimkovi@ag.or.at
<pagenums>420-7</pagenums>
</biblioentry>

<biblioentry>
<biblioset id="ston86" relation="article">
<biblioentry id="ston86">
<biblioset relation="article">
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M85-95.pdf">The design of <productname>POSTGRES</productname></ulink></title>
<titleabbrev>Stonebraker and Rowe, 1986</titleabbrev>
<authorgroup>
Expand All @@ -381,8 +381,8 @@ ssimkovi@ag.or.at
</confgroup>
</biblioentry>

<biblioentry>
<biblioset id="ston87a" relation="article">
<biblioentry id="ston87a">
<biblioset relation="article">
<title>The design of the <productname>POSTGRES</productname> rules system</title>
<titleabbrev>Stonebraker, Hanson, Hong, 1987</titleabbrev>
<authorgroup>
Expand All @@ -407,8 +407,8 @@ ssimkovi@ag.or.at
</confgroup>
</biblioentry>

<biblioentry>
<biblioset id="ston87b" relation="article">
<biblioentry id="ston87b">
<biblioset relation="article">
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M87-06.pdf">The design of the <productname>POSTGRES</productname> storage system</ulink></title>
<titleabbrev>Stonebraker, 1987</titleabbrev>
<authorgroup>
Expand All @@ -425,8 +425,8 @@ ssimkovi@ag.or.at
</confgroup>
</biblioentry>

<biblioentry>
<biblioset id="ston89" relation="article">
<biblioentry id="ston89">
<biblioset relation="article">
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M89-82.pdf">A commentary on the <productname>POSTGRES</productname> rules system</ulink></title>
<titleabbrev>Stonebraker et al, 1989</titleabbrev>
<authorgroup>
Expand All @@ -450,8 +450,8 @@ ssimkovi@ag.or.at
</biblioset>
</biblioentry>

<biblioentry>
<biblioset id="ston89b" relation="article">
<biblioentry id="ston89b">
<biblioset relation="article">
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M89-17.pdf">The case for partial indexes</ulink></title>
<titleabbrev>Stonebraker, M, 1989b</titleabbrev>
<authorgroup>
Expand All @@ -468,8 +468,8 @@ ssimkovi@ag.or.at
</biblioset>
</biblioentry>

<biblioentry>
<biblioset id="ston90a" relation="article">
<biblioentry id="ston90a">
<biblioset relation="article">
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M90-34.pdf">The implementation of <productname>POSTGRES</productname></ulink></title>
<titleabbrev>Stonebraker, Rowe, Hirohama, 1990</titleabbrev>
<authorgroup>
Expand All @@ -496,8 +496,8 @@ ssimkovi@ag.or.at
</biblioset>
</biblioentry>

<biblioentry>
<biblioset id="ston90b" relation="article">
<biblioentry id="ston90b">
<biblioset relation="article">
<title><ulink url="http://db.cs.berkeley.edu/papers/ERL-M90-36.pdf">On Rules, Procedures, Caching and Views in Database Systems</ulink></title>
<titleabbrev>Stonebraker et al, ACM, 1990</titleabbrev>
<authorgroup>
Expand Down

0 comments on commit 4840aa8

Please sign in to comment.