View Single Post
Old 01-19-2019, 05:32 PM   #2
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,361
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
On the first line you are simply telling what the name of the variable is that you are using for the unique-identifier. In this example it is "uid".

<package version="2.0" unique-identifier="uid" xmlns="http://www.idpf.org/2007/opf">

Then you are defining what that variable is:

<dc:identifier id="uid">4183454533</dc:identifier>

You can easily use the ISBN like this:
<package version="2.0" unique-identifier="BookID" xmlns="http://www.idpf.org/2007/opf">
<dc:identifier id="BookID">ISBN [isbn # here]</dc:identifier>
Turtle91 is offline   Reply With Quote