Michael Joyner
unread,Jun 12, 2013, 4:16:25 PM6/12/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to epu...@googlegroups.com
Hello all,
1st, Thanks for such an easy to use, SENSIBLE library.
2nd, I am getting a validation error after assigned an ISBN to an epub:
meta@dtb:uid content 'null' should conform to unique-identifier in content.opf
This is the code fragment I am using to do the assignment with:
Identifier isbn = new Identifier(Identifier.Scheme.ISBN, isbnFormatted);
isbn.setBookId(true);
meta.addIdentifier(isbn);
What am I not doing right?