futurepress / epub.js

Enhanced eBooks in the browser.
http://futurepress.org
Other
6.42k stars 1.1k forks source link

epubjs cfirange #1362

Open rakshithpanjady opened 1 year ago

rakshithpanjady commented 1 year ago

this is cfirange -> epubcfi(/6/24!/4/2[aha1634]/2[aha1635]/2/2,/1:0,/1:40) when i convert this to Xpath i get this .//[7]/[25]/[5]/[position()=3 and @id='aha1634']/[position()=3 and @id='aha1635']/[3]/[3] can we navigate to particular page using xpath ? and I have /html/body/div/div/ul/li[2]/p/span::parentNode,/html/body/div/div/ul/li[2]/p/span::parentNode,0,47 with chapter name and first div id , Can i navigate to the particular paragraphs and highlight ?

rakshithpanjady commented 1 year ago

any help would be greatly appreciated