Prague bibliography

Doing the bibliography right is the hardest bit of getting my papers into 
Docbook.

So for Prague, I used ixml!

Example:

[spec] Steven Pemberton (ed.), Invisible XML Specification, 
invisiblexml.org, 2022, https://invisiblexml.org/ixml-specification.html

    <biblioentry>
       <abbrev>spec</abbrev>
       <editor>
          <personname>
             <firstname>Steven</firstname>
             <surname>Pemberton </surname>
          </personname>
       </editor>
       <title>Invisible XML Specification</title>
       <publisher>invisiblexml.org</publisher>
       <pubdate>2022</pubdate>
       <bibliomisc>
          <link 
xl:href='https://invisiblexml.org/ixml-specification.html'/>
       </bibliomisc>
    </biblioentry>

Note that it even treats the difference between authors and editors.

(I had to edit the xl:href by hand)

Steven

Received on Wednesday, 1 June 2022 12:19:52 UTC