Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 709 Bytes

HOAXCoQS

A routine to calculate @gimsieke’s Highly Opinionated Approximative XSLT Code Quality Score

Basic idea is that this XSLT programs reads in an XSLT program and writes as output a single line of text that includes its HOAXCoQS score.

Invocation

Single XSLT document

saxon -xsl:HOAXCoQS.xslt -s:file:https:///path/to/dir/stylesheet.xsl

Directory

saxon -it -xsl:HOAXCoQS.xslt dir=file:https:///path/to/dir/

Scores

A list of scores can be found in this Ethercalc sheet. You are engouraged to add your own scores. A CSV dump of that sheet is included in the scores directory. There is no automatic sync set up between the Ethercalc and the dump.