Validation Check Failure, what step am I missing? meta@dtb:uid content 'null' should conform to unique-identifier in content.opf

72 views
Skip to first unread message

Michael Joyner

unread,
Jun 12, 2013, 4:16:25 PM6/12/13
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?
Reply all
Reply to author
Forward
0 new messages