[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



