Revision 5963
Added by ben leinfelder almost 14 years ago
lib/style/skins/default/default.xsl | ||
---|---|---|
113 | 113 |
<xsl:template name="emldocument"> |
114 | 114 |
<table xsl:use-attribute-sets="cellspacing" width="100%" |
115 | 115 |
class="{$mainContainerTableStyle}"> |
116 |
<xsl:apply-templates select="*[local-name()='eml']"/> |
|
116 |
<tr> |
|
117 |
<td> |
|
118 |
<xsl:apply-templates select="*[local-name()='eml']"/> |
|
119 |
</td> |
|
120 |
</tr> |
|
117 | 121 |
</table> |
118 | 122 |
</xsl:template> |
119 | 123 |
|
lib/style/skins/semtools/semtools.xsl | ||
---|---|---|
115 | 115 |
<xsl:template name="emldocument"> |
116 | 116 |
<table xsl:use-attribute-sets="cellspacing" width="100%" |
117 | 117 |
class="{$mainContainerTableStyle}"> |
118 |
<xsl:apply-templates select="*[local-name()='eml']"/> |
|
118 |
<tr> |
|
119 |
<td> |
|
120 |
<xsl:apply-templates select="*[local-name()='eml']"/> |
|
121 |
</td> |
|
122 |
</tr> |
|
119 | 123 |
</table> |
120 | 124 |
</xsl:template> |
121 | 125 |
|
Also available in: Unified diff
correctly include table cells for xsl