xsl-list
[Top] [All Lists]

Re: [xsl] Saxon documentation pages - client side XSLT

2010-11-05 02:04:57
Le 04/11/2010 21:39, Michael Kay a écrit :
The latest Saxon release, 9.3, uses client-side XSLT to display the
documentation, starting at

http://www.saxonica.com/documentation/about/intro.xml

I'm interested to have your experiences as to how well this works on a
variety of browsers.

We know there are problems on mobile phones - does this matter to you?

I've had reports of problems with Firefox 4.0 beta6 (OS = ubuntu 10.10).
Can anyone confirm or refute this, and does anyone know what the problem
might be?

Still with ubuntu 10.10:

- links2 (Links 2.3pre1), a text browser without javascript support
I see:
<?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet href="../make-menu.xsl" type="text/xsl"?><html> <head> <this-is section="about" page="intro" subpage=""/>

- Midori 0.2.8 (using WebKitGTK+ 1.2.4)
I see HTML code:
<html>
   <head>
      <this-is section="about" page="intro" subpage=""/>
      <!--
Generated at 2010-10-29T18:20:48.427+01:00--><title>Saxonica: XSLT and XQuery Processing: About Saxon</title>
…
For this one, there must be a problem with the MIME type it's expecting.

- Firefox 4.0b6 (but I'm one of those who reported the problem to Saxonica)
going directly to the link (with javascript disabled by the extension "NoScript"), I see only the text: Saxonica: XSLT and XQuery Processing: About Saxon About Saxon To help you find your way around this documentation, there is a full table of contents and also an alphabetical index.
With javascript enabled, it's working now. It didn't work about 1 hour ago. Mmm, did you changed something?

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