| |
Bibtex file of RFCs
If you're frequently citing RFCs as reference, you might want to have
a bibtex file of all RFCs. So I wrote an XSLT script to translate the
XML-based rfc index, which is provided by the RFC editor, into a bibtex
format. Because it is my first XSLT file I've written, it may be far from
being perfect. However, I think it works well enough for most purposes.
After translation by xslt, you need to replace some special characters that
TeX doesn't like. This is preferably done by sed or perl, because XSLT does not
perform very well for such tasks. Okay, I hope I saved a little bit of your valuable
time, so enjoy...
Download
- BibTeX file of RFC index (converted daily from RFC Editor's XML index)
rfc.bib.gz (Friday, 24-May-2013 12:18:52 CEST, 341K Bytes, gzip compressed)
- rfc.bib (Friday, 24-May-2013 12:18:52 CEST, 2.4M Bytes)
- rfcxmlindex2bibtex.xslt (Wednesday, 02-Feb-2005 00:39:06 CET, 9.5K Bytes)
XSLT XML transformation script for converting the XML-based rfc index to bibtex.
Use this script for a customized output. You could use either xsltproc or
java org.apache.xalan.xslt.Process -in rfc-index.xml -xsl rfcxmlindex2bibtex.xslt -out -
xsltproc rfcxmlindex2bibtex.xslt rfc-index.xml |
sed -e 's/\([_&%#$]\)/\\\1/g' -e '/author=/s/\([^ ]*\) \(3rd\|Jr\.\)/\{\1 \2\}/g' >rfc.bib
Eric Rescorla has written a perl script which you may use as an alternative
Last changed:;
13.04.2010
Achtung! Ihr Browser unterstützt kein CSS oder dieses ist deaktiviert. Bitte aktivieren Sie
es oder updaten Sie auf eine neuere Version Ihres Browsers. Sie können die Seiten trotzdem
betrachten, jedoch wird das Layout nicht mehr stimmig sein.
|
|