Are there any python packages to parse the Bibtex file and output the result in html / xhtml format with custom styles?
Preferably, I would like to use python, otherwise, what is most commonly used in PHP?
Pybliographer (BibTeX for Python)Bibtexbrowser (BibTeX for PHP)
There is also a Bibliograf package for ubuntu. This is a python script that lists bibliographies in HTML + CSS format.
Pybtex also exists, although I have not used it.
Check out Citeline , which displays the bibliography formatted using SIMILE widgets
There are also services and tools for this. Obviously there is good old bib2html . If you just want to paste the code snippet using the service and not worry about installing anything, you can try: bibbase.org . (Disclaimer: I am the author of bibbase.org.)