[Koha-bugs] [Bug 12331] can't save results to zotero

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 27 03:22:50 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12331

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bgkriegel at gmail.com,
                   |                            |oleonard at myacpl.org
         Resolution|---                         |WONTFIX

--- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Nicole,
this is not a problem of Koha, it's on Zotero's Koha translator[1]
This 'translator' works extracting appropriate urls from results page

They are using this code to get the result list:

var titles =
doc.evaluate('//span[@class="results_summary"]/span[@class="label"]/a[contains(@href,
"opac-detail.pl")]|//span[@class="results_summary"]/preceding-sibling::a[contains(@href,
"opac-detail.pl")]', doc, null, XPathResult.ANY_TYPE, null);

Perhaps someone that understand better (Owen?) can said if that sentence gives
useful results, or not.

I any case, problem is on Zotero side, perhaps we could help (not me)

[1]
https://github.com/zotero/translators/blob/master/Library%20Catalog%20%28Koha%29.js

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list