Data Highligth in zotero.sqlite

Hi,

I tried to understand how highlights are.
I saw in database zotero.sqlite in order to look data of highlights.
Highlights are stored with 6 parameters :
startParent, starTextMode, startOffset
endParent, endTextMode, endOffset
So, I looked the html code of webpage where there are highlights.
Here the link of this webpage: http://en.wikipedia.org/wiki/United_Kingdom

I noted that the startParent parameter is wrong. In database, startParent is : /html[1]/body[1]/div[3]/div[5]/p1, and in html code the startParent parameter is different : /html[1]/body[1]/div[3]/div[3]/p1.

Then, I decided to write a program to check that startParent parameter in database is wrong. This program shows that startParent stored in database doesn’t exist in the webpage. And, the startParent parameter that I found is true.

I would like to know why the startParent stored in database is wrong ?

If my english is not very well, ask me to explain a second time some sentences.

Thank you in advance,

Florian

This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.