Search found 3 matches

by samax
Mon Feb 14, 2011 4:26 pm
Forum: BibTeX, biblatex and biber
Topic: Convert BibTeX to XML ?
Replies: 3
Views: 16717

Re: Convert BibTeX to XML ?

Thank you for your answer, I think it will really help.
by samax
Fri Feb 11, 2011 5:51 pm
Forum: BibTeX, biblatex and biber
Topic: Convert BibTeX to XML ?
Replies: 3
Views: 16717

Convert BibTeX to XML ?

Hello,
I need to convert BibTeX format to XML format, in order to parse it in PHP and insert it in a MySQL database.

I found this project , with which I've found a BibTeX-to-BibTeXML converter (written in python) , but it breaks BibTeX special caracters ( see here , column "in text") by removing ...
by samax
Thu Feb 10, 2011 12:12 pm
Forum: BibTeX, biblatex and biber
Topic: How to unescape a BibTeX escaped string ?
Replies: 0
Views: 1122

How to unescape a BibTeX escaped string ?

Hello,
I'm creating a PHP BibTeX Management class, which parse BibTeX files and put it into a MySQL database, but I've a problem to unescape the content of the fields of these files.

Can somebody help me to find a documentation page which lists all the different possible escapes which can be used ...