This is from the the OPF.
<dc:identifier id="PrimaryID">urn:uuid:648c1161-8638-4c6b-99e2-524e09ee80d1</dc:identifier>
This is from the NCX
<meta content="648c1161-8638-4c6b-99e2-524e09ee80d1" name="dtb:uid"/>
I'll show you how to fix this...
Look at the line from the OPF. Copy all that stuff between >< (urn:uuid:648c1161-8638-4c6b-99e2-524e09ee80d1).
Look at the line from the NCX. Replace all that stuff between "" (648c1161-8638-4c6b-99e2-524e09ee80d1) with the stuff from the OPF (but keep the quotes) and it will be fixed.
You should be able to do that whenever you come up against this sort of error.
I'm hoping this isn't confusing.
|