A pretty-printed PMML XSD file.
Using the xsltproc command-line application to apply the pretty-printing XSL transformation to a PMML XSD file:
xsltproc -o pmml-pretty.xsd pretty.xsl xsd/pmml-<version>.xsd
Comparing one version of the pretty-printed PMML XSD file against some other version:
git diff <old version> <new version> pmml-pretty.xsd
The version identifier is one of 3.0
, 3.1
, 3.2
, 4.0
, 4.1
, 4.2
, 4.3
or 4.4
.
For example, comparing the last two versions:
git diff 4.3 4.4 pmml-pretty.xsd
Please contact [email protected]