yup,

Use the following namespace for the xsl:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

and the following output method:
<xsl:output method="html" version="4.0"/>

at the start of the stylesheet.  That should do it.

.s


--- "Samson, Lyndon [IT]" <[EMAIL PROTECTED]>
wrote: > You should be using output type html
> 
> 
> 
> -----Original Message-----
> From: Britta Schüle [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 11, 2001 11:28 AM
> To: [EMAIL PROTECTED]
> Subject: <br> and </br> tags
> 
> 
> hi folks,
> we seem to have a problem with our xml's: no matter
> what we do, the parser
> always inserts a </br> when encountering a <br>. the
> real problem is that
> netscape doesn't understand the closing tag and then
> simply omits it, so
> that the output looks, to put it that way, shite.
> now my question: has anyone had that problem before
> and managed to solve it?
> or could it possibly be a known or unknown problem
> with the parser?
> cheers, britta 
> 
> 
> 
>
---------------------------------------------------------------------
> In case of troubles, e-mail:    
> [EMAIL PROTECTED]
> To unsubscribe, e-mail:         
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
>
---------------------------------------------------------------------
> In case of troubles, e-mail:    
> [EMAIL PROTECTED]
> To unsubscribe, e-mail:         
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to