[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

use TAG


Subject: use TAG <br>
From: "Alessandro Desogus" <adesogus@xxxxxxxxx>
Date: Thu, 25 Nov 1999 16:54:53 +0100

Hello,

My code is 

xml file:
<cart>10021</cart><break/>
<cart>10022</cart><break/>
<cart>10023</cart><break/>
=======================

xsl file:
<xsl:template match="break">
<br/>
<xsl:apply-templates />
</xsl:template>
=======================

IE viusalize:
 10021
 10022
 10023
                
Netscape visualize: 
100211002210023


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



Current Thread
Keywords