Project

General

Profile

« Previous | Next » 

Revision 1942

Added by brooke over 20 years ago

bug fix: added code to strip brackets and hyphens from form names in results page

View differences:

resultset.xsl
107 107
             <td class="text_plain">
108 108
               <form action="@servlet-path@" method="POST">
109 109
                 <xsl:attribute name="name">
110
                   <xsl:value-of select="translate(./docid,'.','')"/>
110
                   <xsl:value-of select="translate(./docid, '()-.', '')" />
111 111
                 </xsl:attribute>
112 112
                <!-- abstractpath tells the servlet where the abstract is in
113 113
                      the document.  The % sign is used because the path could

Also available in: Unified diff