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

Subject: Re: [xsl] Saxon documentation pages - client side XSLT
From: Olivier Jeulin <olivier.jeulin@xxxxxxxxx>
Date: Fri, 05 Nov 2010 08:04:39 +0100
Le 04/11/2010 21:39, Michael Kay a icrit :
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?


Current Thread