Thread: Duokan 2013
View Single Post
Old 01-06-2012, 11:52 AM   #213
thomass
Wizard
thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.
 
Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
A way to see annotations taken in Duokan'12

a file with extension .dkx is created when you create a highlight or annotation on a book.

The following method could be use to see these annotations via a PC:
  1. First create a copy of this file (dkx) and rename it with an extension .xml
  2. Open it with an editor(like notepad++) and add this two line to at the beginning of the file
    Code:
    <?xml version="1.0"?>
    <?xml-stylesheet type='text/xsl' href='DkxBrowser.xsl'?>
  3. download this file(DkxBrowser.zip) unzip and place it to the same folder with the .xml file
  4. open xml file with Internet Explorer

you should see a page like this:
Click image for larger version

Name:	duokan_annotations.png
Views:	748
Size:	31.4 KB
ID:	80849


quoted from this page


EDIT: it is easy to modify the output by modifying DkxBrowser.xsl. For example with this one(DkxBrowser-edited.zip), we can have a more simple-looking page like this:
Click image for larger version

Name:	duokan_annotations-edited.png
Views:	628
Size:	33.4 KB
ID:	80852

Last edited by thomass; 01-06-2012 at 12:58 PM.
thomass is offline   Reply With Quote