|
31 | 31 | :underscore: _
|
32 | 32 | :docinfo: shared,shared-head
|
33 | 33 | :window-blank: _blank
|
34 |
| -:xslweb-version: 4.0.0-RC2 |
35 |
| -:xslweb-version-download: 4-0-0-RC2 |
| 34 | +:xslweb-version: 4.0.0-RC3 |
| 35 | +:xslweb-version-download: 4-0-0-RC3 |
36 | 36 | :saxon-version: 10.3
|
37 | 37 | :saxon-version-download: 10-3J
|
38 | 38 |
|
@@ -3088,21 +3088,12 @@ The downloadable binaries of XSLWeb contain the open source Home Edition (HE) of
|
3088 | 3088 |
|
3089 | 3089 | * Install Java 1.8+, maven 2.2.1+ and make a clone of the git repository https://github.com/Armatiek/xslweb.git.
|
3090 | 3090 | * Purchase a PE or EE license from http://www.saxonica.com/.
|
3091 |
| -* Download the PE of EE package from https://www.saxonica.com/download/SaxonPE{saxon-version-download}.zip or https://www.saxonica.com/download/SaxonEE{saxon-version-download}.zip |
3092 |
| -* Extract and register the jars in your local Maven repository using the following commands: |
3093 |
| -** PE: |
3094 |
| -*** mvn install:install-file -Dfile=saxon-pe-{saxon-version}.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-PE -Dversion={saxon-version} -Dpackaging=jar |
3095 |
| -*** mvn install:install-file -Dfile=icu4j-59.1.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-PE-icu -Dversion={saxon-version} -Dpackaging=jar |
3096 |
| -*** mvn install:install-file -Dfile=saxon-sql-{saxon-version}.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-PE-sql -Dversion={saxon-version} -Dpackaging=jar |
3097 |
| -** EE: |
3098 |
| -*** mvn install:install-file -Dfile=saxon-ee-{saxon-version}.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-EE -Dversion={saxon-version} -Dpackaging=jar |
3099 |
| -*** mvn install:install-file -Dfile=icu4j-59.1.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-EE-icu -Dversion={saxon-version} -Dpackaging=jar |
3100 |
| -*** mvn install:install-file -Dfile=saxon-sql-{saxon-version}.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-EE-sql -Dversion={saxon-version} -Dpackaging=jar |
3101 | 3091 | * Place your purchased license file _saxon-license.lic_ in <<xslweb.home>>/config
|
3102 | 3092 | * Build XSLWeb with the maven profile “Saxon-PE” or “Saxon-EE”:
|
3103 | 3093 | ** mvn -PSaxon-PE clean install +
|
3104 | 3094 | or
|
3105 | 3095 | ** mvn -PSaxon-EE clean install
|
| 3096 | +* NOTE: the Saxon PE and EE jars will be downloaded during build from Saxonica's Maven repository at https://dev.saxonica.com/maven. |
3106 | 3097 |
|
3107 | 3098 | [#appendix-request-xml-example]
|
3108 | 3099 | == Appendix A: Request XML example
|
|
0 commit comments