OCLC Citations for WebVoyage 7 (Tomcat)

Here is one way to create links to OCLC citations in your Tomcat WebVoyage

Laura Guy started this little project and I helped her make it work.
What is it, you ask? Look here and click the "Cite this Book" link in the Actions box.

    Instructions
  1. Create a file called oclc_link.xsl and add the following code or you can use ours.
  2. Save the file in /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/xsl/pageFacets/
  3. Back up then edit /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/xsl/pageFacets/displayFacets.xsl
    1. Find <xsl:include href="../local_googleBooksAvail.xsl"/> and underneath it add <xsl:include href="oclc_link.xsl"/>
    2. Now find
         <div id="googleBooksRow">
            <xsl:call-template name="googleBooksAvail"/>
         </div>
      
      and underneath it add
         <div id="cite_OCLC">
            <xsl:call-template name="recordIsbnCiteoclc"/>
         </div>
      
  4. Use displayCommon.css to style it along with other action box items.
Last modified: July 14, 2009.
1944 since Jul 14 09