Re: use TAG <br>

Subject: Re: use TAG <br>
From: Lawrence Mielniczuk <lwm@xxxxxxxxxxxxxxx>
Date: Thu, 25 Nov 1999 16:20:09 +0000 (GMT Standard Time)
Current implementations of netscape do not understand XML and the tag <br/> is an XML construct. 
Perhaps this will be addressed in a near-future release.

> 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

-------------------------------------
Lawrence Mielniczuk
Room 314
New Bodleian Library
Oxford OX1 3BG
Tel: (01865) 277 114
-------------------------------------


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


Current Thread