Re: [xsl] CSS not found when using Firefox

Subject: Re: [xsl] CSS not found when using Firefox
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Thu, 08 Jun 2006 16:09:41 +0300
Alan Varga wrote:


<xsl:output method="html"/>


You need to check whether Moz prefixes the transformation result with a0: for the XHTML namespace, this often results in formatting issues... a solution is to use XML for te output method.

Cheers,

Manos

Current Thread