On Sun, 2005-06-05 at 16:19 -0700, Diwaker Gupta wrote: > > > Actually something is terribly wrong with the recent versions of > > > Firefox. They don't render the skin correctly. I have validated the > > > XHTML on validator.w3.org and apart from the namespace issue, the skin > > > validates *perfectly*. Konqueror has no problems rendering it either. > > > > Hmmm... this prompted me to look at it in IE, and the problems are worse > > there. > > I have verified that (in both IE and Firefox) the problems are due to > those vestigial namespace declarations in the html tag and the > feedback tag. Everything works fine otherwise.
> I had brought up this issue earlier, but never got around to fixing > it. From that discussion it was apparent that these attributes are > left-overs from the processing pipeline and certainly not required for > the final output. Should I go ahead and look into getting rid of them? You mean the namespaces? Like: <html xmlns:forrest="http://apache.org/forrest/templates/1.0" xmlns:xi="http://www.w3.org/2001/XInclude"> I added a strip_namespaces.xsl to the last output step. That will get rid of *all* namespaces. I do not know whether we have to tweak it to allow some, but that will time tell (or you). ;-) HTH salu2 -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)