www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 78bfa79f9e28cca6053aa5c1670786fa0cc29a28
parent 87969d106d98a36b9cd6cbf94a2965298c2d0383
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 16 Jul 2009 09:16:16 +0000

Pushed updated CrossRef


Diffstat:
Mrepotime.txt | 2+-
Mtranslators/CrossRef.js | 7+++----
2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/repotime.txt b/repotime.txt @@ -1 +1 @@ -2009-07-15 20:35:00 +2009-07-16 09:20:00 diff --git a/translators/CrossRef.js b/translators/CrossRef.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":90, "inRepository":true, - "lastUpdated":"2009-07-07 08:50:00" + "lastUpdated":"2009-07-16 09:20:00" } function detectSearch(item) { @@ -32,8 +32,7 @@ function processCrossRef(xmlOutput) { try { var xml = new XML(xmlOutput); if(!xml.doi_record.length()) { - default xml namespace = "http://www.crossref.org/xschema/1.0"; with({}); - var xml = new XML('<container xmlns="http://www.crossref.org/xschema/1.0">' + xmlOutput + '</container>'); + var xml = new XML(xmlOutput); } } catch(e) { return false; @@ -141,7 +140,7 @@ function doSearch(item) { var co = Zotero.Utilities.createContextObject(item); } - Zotero.Utilities.HTTP.doGet("http://www.crossref.org/openurl?req_dat=zter:zter321&"+co+"&noredirect=true&format=unixref", function(responseText) { + Zotero.Utilities.HTTP.doGet("http://www.crossref.org/openurl?pid=zter:zter321&"+co+"&noredirect=true&format=unixref", function(responseText) { processCrossRef(responseText); Zotero.done(); });