Christian,

Using <xsl:output method="html"/> will get rid of the "/" in the empty 
tags (yes that the correct name :o)) so that they will be correctly 
interpreted by old (and new) browsers

Guillaume

Christian Stocker wrote:

> Hi there
> 
> hope is the right list for that...
> 
> we try to output our pages in xhtml 1.0. That's theoretically no problem
> for mozilla and IE (with xsl:output method="xml" ), but older browsers
> make problems (netscape 4.7 for example), since the "empty" tags (don't
> know the exact name for that) are written without a space before the end
> (/>), for example <br/> instead of <br />, which netscape would interpret
> without any hassle...
> 
> Are there any solutions for that with sablotron?
> 
> we use php 4.0.4pl1 and sablo 0.50. BTW a great product...
> 
> chregu
> 
> 
> 

Reply via email to