Re: QT3 viewer application

Thanks Mike,

It works for me in the browser at the following location: https://dev.w3.org/2011/QT3-test-suite/viewer/index.html <https://dev.w3.org/2011/QT3-test-suite/viewer/index.html>

Kind regards,

O’Neil


> On 15 Sep 2016, at 23:25, Michael Kay <mike@saxonica.com> wrote:
> 
> I've taken the liberty of adding a little viewer application to the QT3 test suite. Opening the "viewer/index.html" file in your browser enables you to navigate around the test sets and test cases.
> 
> I don't think this can be done on the CVS server in situ, unless there's some capability I'm not aware of. But it should work on your working copy. You will need to either:
> 
> (a) have your working copy accessible via an HTTP server (there are plenty of very lightweight HTTP servers you can run locally), or
> 
> (b) reduce the security settings in your browser to relax the cross-site scripting rules. In Firefox, for example:
> 
>    (i) enter about:config in the URL bar
> 
>    (ii) search for the "security.fileuri.strict_origin_policy" parameter and toggle it to "false".
> 
> The viewer uses Saxon-JS to render the XML by running XSLT 3.0 stylesheets in your browser. You don't need to install anything to make it work. One limitation I'm aware of is that it can't handle files containing non-BMP characters (e.g. format-date). It doesn't attempt a complete rendition of every aspect of the test suite, but gives most of the information you need most of the time. Let me know of any issues (I don't promise to fix them).
> 
> Michael Kay
> Saxonica
> 

Received on Thursday, 15 September 2016 23:40:58 UTC