Re: [xsl] Modern web site design with XML and XSLT

Subject: Re: [xsl] Modern web site design with XML and XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Jan 2010 17:44:17 GMT
> browsers from 6 up have MSXSLT, but you have to call it from Javascript
> since there's no application/xhtml+xml support in IE (and not likely to
> arrive before IE 13 at this rate...).


If you are using client side xslt then can't you can just serve as
application/xml which IE does work, and use the xml-stylesheet pi to
link to the xslt? The main disadvantage to using application/xml as
opposed to application/xhtml+xml is that things don't render as html by
default, but if you are using client side xslt that isn't an issue.


David

Current Thread