summaryrefslogtreecommitdiff
path: root/backend/epub/epub-document.c
AgeCommit message (Collapse)AuthorFilesLines
2014-05-24XML parsing for ePubrootavish1-0/+125
using libxml some functions were written which will be used to get keywords,attributes from files such as the ePub container.tried to keep the code generalised so as to facilitate reusability of code.