Project

General

Profile

« Previous | Next » 

Revision 4348

Added by daigle over 15 years ago

Remove ant tokens

View differences:

sbcCitationList.xsl
48 48
        normalize-space(pubDate)]" use="concat(pubDate,':',creator/individualName/surName)"/>
49 49
    <!--
50 50
    
51
      create a path to the tooltip.js (get tokens in for this)      @style-skins-path@/{$qformat}  -->
51
      create a path to the tooltip.js (get tokens in for this)      /style/skins/{$qformat}  -->
52 52
    <xsl:variable name="javascript_path">/catalog/style/skins/sbclter</xsl:variable>
53 53
    <!--
54 54
    
......
57 57
    <xsl:variable name="style">sbclter</xsl:variable>
58 58
    <xsl:variable name="metacat_url">
59 59
        <xsl:value-of select="$catalog"/>
60
        <xsl:text>metacat?action=read&amp;qformat=</xsl:text>
61
        <xsl:value-of select="$style"/>
60
        <xsl:text>metacat?action=read&amp;qformat=sbclter</xsl:text>
62 61
        <xsl:text>&amp;docid=</xsl:text>
63 62
        <!-- docid attached later -->
64 63
    </xsl:variable>

Also available in: Unified diff