Project

General

Profile

« Previous | Next » 

Revision 1735

Added by Jing Tao almost 21 years ago

Fixed some bugs in these style sheets.

View differences:

eml-literature-2.0.0.xsl
231 231
          <tr><td colspan="2" class="{$citationsubHeaderStyle}"><xsl:text>BOOK:</xsl:text></td></tr>
232 232
        </xsl:if>
233 233
        <tr><td width="{$firstColWidth}" class="{$citationfirstColStyle}">
234
            Publisher:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
235
            &#160;</td></tr>
236
        <xsl:for-each select="publisher">
237
         <tr><td colspan="2">
238
              <xsl:call-template name="party">
234
            Publisher:</td><td width="{$secondColWidth}">
235
           <xsl:for-each select="publisher">
236
             <xsl:call-template name="party">
239 237
                <xsl:with-param name="partyfirstColStyle" select="$citationfirstColStyle"/>
240 238
              </xsl:call-template>
241
         </td></tr>
242
        </xsl:for-each>
243
        
239
          </xsl:for-each>
240
        </td></tr>
244 241
        <xsl:if test="publicationPlace and normalize-space(publicationPlace)!=''">
245 242
           <tr><td width="{$firstColWidth}" class="{$citationfirstColStyle}">
246 243
            Publication Place:</td><td width="{$secondColWidth}" class="{$secondColStyle}">

Also available in: Unified diff