You are on page 1of 1

BIB2XML

NAME
bib2xml - converts bibtex to xml

SYNOPSIS
bib2xml [FILE]...

DESCRIPTION
This program uses flex, bison and C language to parse a bibtex file and
convert
it to a XML file.

To compile the program execute:


$ make

To clean the directory and start afresh execute:


$ make clean

EXAMPLES
$ ./bib2xml file1.bib file2.bib

Here the program reads file1.bib and writes to file1.xml


Similarly in case of file2.bib.

$ ./bib2xml

Here the program reads stdin and writes to stdout

AUTHOR
Written by Subham Sai Behera (118cs0153)

BUGS
The compiler tries to execute beyond end of file (EOF) hence showing an
error.
This is not a fatal error and the bibtex file is nevertheless converted to
xml file.

You might also like