parsing bibtex with GKeyFile parser



I am thinking of possibility of parsing a bibtex file with gkeyfile
parser. bibtex has the structure like:
@Book{a,
        Author="b and q and r, s ",
        Editor="c",
        Title="d",
}

Any idea? or any other way to parse it within C(and gtk)?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]