Reply To: value of attribute error

Home Page / Forums / EPUB and eBook / value of attribute error / Reply To: value of attribute error

#74538
Ken Jones
Member

Hi Janis

ID references are not allowed to start with a number so IDs such as “15745.png” are causing these errors.

<item id=”15745.png” href=”image/15745.png” media-type=”image/png” />

A simple fix here would be to add a letter in front of the image name to change the ID to e.g. “i15745.png”.

BTW I see you are adding read aloud to your EPUB… FYI my company’s software CircularFLO works with InDesign on the Mac to allow you to add read aloud highlighting without the need for any coding. See more at https://www.circularflo.com/instructions/#read_aloud_tools – it would also never cause an ID error such as this :)

Thanks
Ken

This article was last modified on April 9, 2015

Comments (0)

Loading comments...