Subject: AW: use TAG <br>
From: Andreas Jerke <info@xxxxxxxxxxx>
Date: Sat, 27 Nov 1999 19:19:45 +0100
|
please mail the generated html code !
>
> 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|