xsl-list
[Top] [All Lists]

Re: [xsl] Client-side cross-platform API

2010-02-22 04:10:09
On 22/02/2010 09:56, Eric J. Bowman wrote:
Hermann Stamm-Wilbrandt wrote:

Eric,

http://charger.bisonsystems.net/xmltest/problem.xht
The link seems to work for FF and Opera on Linux as well as
for FF, Safari, Opera, Chrome on Windows.

It does not work on IE6 or IE8 on Windows for me.
(It asks "Do you want to open or save this file?
Name:problem.xht ....)


Thanks for the feedback.  At this time, my demo is XHTML 1.1 served as
application/xhtml+xml,



That's the behaviour I'd have expected but with ie8 and windows 7 it _is_ processing the file as XML, it then fails for another well known reason: msxml can't parse the XHTMl DTD's, you don't really need the doctype in the source (and you certainly don't want the browser to fetch the dtd, which is considerably larger than your source file) so not using a dtd in the source, or using the xhtml+mathml dtd which does work with msxml would make things portable.


David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--