uvNikita / librarian

Books library management application
3 stars 2 forks source link

Implement annotation parse #7

Closed uvNikita closed 11 years ago

AAzza commented 11 years ago

Implemented in branch https://github.com/uvNikita/librarian/tree/annotations There is a problem with a lot of bad formatted fb2 files, so too few annotations actually parsed. Should try to use other approaches i.e. etree.iterparse, minidom and sax.

AAzza commented 11 years ago

done. please, test it and merge to master