Social Bookmarks for WebVoyage 7 (Tomcat)

This is a copy of our displayFacets.xsl. All code to generate social bookmarks is located in this file.

  1. What's a social bookmark? Here's an example of providing links to social bookmarking sites from Voyager. (Look in the Actions box)
  2. displayFacets.xsl is located at /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/skin/xsl/pageFacets/
  3. Backed up displayFacets.xsl. You always back up a file before making changes to it, right? Of course, you do.
  4. If you haven't made changes to your displayFacets.xsl file already, you may be able to use this file as is. Copy and paste everything below or download it as a text file.
  5. If you have made changes, you'll want to add the appropriate parts...
    • In the <xsl:stylesheet version="1.0"... tag near the top, add the 2 additional lines so it looks like this:
      <xsl:stylesheet version="1.0"
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
         xmlns:page="http://www.exlibrisgroup.com/voyager/webvoyage/page"
         xmlns:fo="http://www.w3.org/1999/XSL/Format"
         xmlns:hol="http://www.endinfosys.com/Voyager/holdings"
         xmlns:slim="http://www.loc.gov/MARC21/slim">
      
    • There are 2 sections in the code below that start with the comment Begin copy and paste and end with the comment End copy and paste. Copy and paste everything between these comments into the same location in your displayFacets.xsl file. The easiest way to paste it into the correct location is to look at the line above Begin copy and paste and paste everything directly below that.
  6. Download the bookmark icons we use, if desired.
  7. Oops! Replace any instances of library.tccd.edu with your library domain! (Thanks, Laura!)
Last modified: July 02, 2009.
2605 since Jun 18 09