This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Division


> I'm trying to divide the page in 4 and in this case I'm 
> trying to divide the
> upper right corner in four also. I'm having this xsl for the 
> ne tag (the
> other tags are similar):
> 
> <xsl:template match="ne">
> <td><br/><div align="center">
> <table width="300" height="100">
> <tr>
> <xsl:apply-templates select="nw"/>
> <xsl:apply-templates select="ne"/>
> </tr>
> <tr>
> <xsl:apply-templates select="sw"/>
> <xsl:apply-templates select="se"/>
> </tr>
> </table>
> **** <xsl:apply-templates/> ****
> </div></td>
> </xsl:template>
> 
> It does everything ok but after the division in the upper 
> right corner it
> writes 1234.
> 
That's because you've asked it to, in the line marked ****

Mike Kay
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]