- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Wed, 01 Jun 2022 12:19:37 +0000
- To: ixml <public-ixml@w3.org>
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