Annotation xml format
I copied the annotation -- .epub.annot -- file from my Kobo Aura H2O device.
It is in xml format, an annotation example is here:
<annotation>
<dc:identifier>urn:uuid:35330bcf-af11-43f4-8eb3-9e346a3472ef</dc:identifier>
<dc:date>2018-04-15T14:04:47Z</dc:date>
<target>
<fragment start="OEBPS/9781118087220c07.xhtml#point(/1/4/2/134/1:2)" end="OEBPS/9781118087220c07.xhtml#point(/1/4/2/134/1:100)" progress="0">
<text> advanced sales technique is for salespeople to overcome the objections posed by their prospects. </text>
</fragment>
</target>
<content>
<dc:date>2018-04-15T14:04:47Z</dc:date>
</content>
</annotation>
Where can I find a description for this xml format? Especially I am interested in understanding
<fragment
start="OEBPS/9781118087220c07.xhtml#point(/1/4/2/134/1:2)"
end="OEBPS/9781118087220c07.xhtml#point(/1/4/2/134/1:100)"
progress="0">
|