Skip to content

yaronf/bibxml2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Probably the most dreary task when converting an old RFC into editable form is having to deal with the references.

This simple script converts bibxml references extracted from xml2rfc files into markdown, for use in kramdown-rfc2629 Internet Drafts. It has been tested on a large number of references (RFC 7525) but is likely to fail when faced with more complicated inputs. In particular, you will have to deal with the simple stuff (RFCs, I-Ds and DOI references) yourself.

Contributions are welcome!

The input is a valid XML file of the form:

<references>
	<reference>
	</reference>
	...
	<reference>
	</reference>
</references>

About

BibXML to Markdown Converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages