Hi

> 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

Thanks, but i knew that already :) what i want is to output correct xhtml
code, which can be parsed by old browsers correctly as well . if i'd
get <br/> as <br /> , it would be possible...

thanks for your help anyway

christian


> 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
> >
> >
> >
>

-- 
>> NOMAD MEDIA CORPORATION AG
>> christian stocker            >> e-mail: [EMAIL PROTECTED]
>> schöneggstrasse 5            >> mobile: +41 76 561 88 60
>> ch-8004 zürich               >> office: +41  1 240 23 04
>> web: http://www.nomad.ch     >> fax   : +41  1 240 23 71

Reply via email to