SiteSearch Formatting Classes: A Forum | |
OCLC SiteSearch User's Group Meeting March 23, 1999 |
Larry Baerveldt (larry@incolsa.palni.edu) Private Academic Network of Indiana |
Examples of formatting classes that use the GenericMarcArticle class
Here is a full listing of GenericMarcArticleFmt.java, as of March 23, 1999. To use, save it to disk, removing the .txt
extension, and copy it to the appropriate directory on your SiteSearch implementation (we use $ROOTDIR/classes/ORG/oclc/fmts/obi
). Be sure to include the
import ORG.oclc.fmts.obi.GenericMarcArticleFmt;line in your database formatting class, and specify that the class extends GenericMarcArticleFmt.
This class has been thoroughly tested with SiteSearch version 4.0a. I'm told that only minor changes to the addBookmarkField method are required for it to work with 4.0.1.