xsl-list
[Top] [All Lists]

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

2010-01-04 11:44:47


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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>