BibTex Materials in XML Markup

It seems that BibTeX materials can be written as XML.

Here are some resources I found on this:

  • a python2 script: https://www.eecis.udel.edu/~sprenkle/bibtex2html/bibtex2xml.py
  • an overview presentation: https://pdfs.semanticscholar.org/8c8e/44b18bacac15f14113af3d4b55f028e0a842.pdf
  • Software Package: http://www.sfs.uni-tuebingen.de/hpsg/archive/projects/bibtex2html/
  • Prior research: https://web.science.mq.edu.au/~rdale/resources/bibtex/index.html
  • maybe some XSLT files: https://sourceforge.net/projects/bibtexml/

Hugo and XML

I did not know that Hugo could query XML...

I discovered this.... this is in fact really exciting news.

Three tools for study:

  • https://gohugo.io/functions/transform.unmarshal/#xml-data
  • https://github.com/gohugoio/hugoDocs/issues/1622
  • https://discourse.gohugo.io/t/parsing-xml-in-data-with-hugos-new-xml-support-attributes/36654