Add library, hooks for scraping MARC records.

This commit is contained in:
Simon Kornblith 2006-06-03 22:26:01 +00:00
parent bd840a4c58
commit 85d8153024
4 changed files with 621 additions and 20 deletions

View file

@ -35,6 +35,10 @@ Cc["@mozilla.org/moz/jssubscript-loader;1"]
.getService(Ci.mozIJSSubScriptLoader)
.loadSubScript("chrome://scholar/content/xpcom/ingester.js");
Cc["@mozilla.org/moz/jssubscript-loader;1"]
.getService(Ci.mozIJSSubScriptLoader)
.loadSubScript("chrome://scholar/content/xpcom/marc.js");
/********************************************************************/