Re: [docbook-apps] [ANN] XSL Coverage scripts

2016-11-13 Thread ben.guillon
Hi, I've updated in github to support saxon9HE, but it's not in a tagged release yet. to use it: xslcoverage report run saxon9he [saxon options and args] Note that I've noticed some regressions in tracing since release 6.5.5. The side effect is that some covered instructions appear as not

Re: [docbook-apps] [ANN] XSL Coverage scripts

2016-11-12 Thread maxwell
Sorry, I meant Saxon-HE (same link) On 11/12/2016 1:13 PM, maxwell wrote: Looks great, I want to try it! But does it work with the open source version of Saxon? Saxon-CE, described here: http://www.saxonica.com/download/opensource.xml The version # there is quite different from what you

Re: [docbook-apps] [ANN] XSL Coverage scripts

2016-11-12 Thread maxwell
Looks great, I want to try it! But does it work with the open source version of Saxon? Saxon-CE, described here: http://www.saxonica.com/download/opensource.xml The version # there is quite different from what you give below (6.5.5): theirs is 9.7. Mike Maxwell On 11/11/2016 10:06

Re: [docbook-apps] [ANN] XSL Coverage scripts

2016-11-12 Thread Richard Hamilton
Hi Ben, Thanks for the explanation and for making this utility; it is very cool and useful. Best regards, Richard --- XML Press XML for Technical Communicators http://xmlpress.net hamil...@xmlpress.net > On Nov 11, 2016, at 19:06, ben.guillon wrote: > > Hi

Re: [docbook-apps] [ANN] XSL Coverage scripts

2016-11-11 Thread Richard Hamilton
Hi Ben, This looks interesting, but I’ve got a basic (dumb:-) question. What do you mean by coverage? Do you mean test coverage, that is, calculating how much a given test xml file exercises the stylesheets, or do you mean something else? Thanks, Dick Hamilton --- XML Press XML for

[docbook-apps] [ANN] XSL Coverage scripts

2016-11-08 Thread ben.guillon
Hi, For your information, I've packaged a few python scripts and a java plugin for Saxon to compute and visualize the coverage of XSL stylesheets when processed on documents with saxon (currently tested with saxon 6.5.5). It's available here: