Re: [xsl] XSLT for usable yet valid XHTML

Subject: Re: [xsl] XSLT for usable yet valid XHTML
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 6 Apr 2005 16:55:35 +0100
  I suppose I should have snipped more. I was referring to the part about 
  needing a client side transformation.

If you send the file as application/xml then it _does_ need a client
side stylesheet or IE will use it's default stylesheet for XML files
which is the javascript folding tree view, which is cute but often not
the intended rendering of xhtml. Mozilla though will parse it as XML and
render it as XHTML (even without a specified stylesheet).

If you send the file as text/html then it doesn't need (and can't have)
a stylesheet but it goes straight to the html parser so things like
<br/> should be a syntax error except that html parsers in browsers don't
give errors unless they really can't avoid it.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread