Project

General

Profile

« Previous | Next » 

Revision 5981

adjust stylesheets to accommodate new default eml rendering

View differences:

parc-common.xsl
102 102
    <xsl:template name="emldocument">
103 103
    	<table xsl:use-attribute-sets="cellspacing" width="100%"
104 104
               class="{$mainContainerTableStyle}">
105
            <xsl:apply-templates select="*[local-name()='eml']"/>
105
			<tr>
106
				<td>
107
					<xsl:apply-templates select="*[local-name()='eml']"/>
108
				</td>
109
			</tr>		
106 110
        </table>
107 111
    </xsl:template>
108 112

  

Also available in: Unified diff