Saxon:Zip
From EXPath
(Difference between revisions)
Line 10: | Line 10: | ||
* a Java platform named <tt>JDK_1.5</tt> | * a Java platform named <tt>JDK_1.5</tt> | ||
- | + | For detailed instructions, see setup info in [[Saxon:Packaging]]. TagSoup is downloadable from [http://home.ccil.org/~cowan/XML/tagsoup/ this webpage]. For the dependency on the project <tt>pkg-saxon</tt>, add the following to <tt>[trunk-dir]/saxon/zip-saxon/nbproject/private/private.properties</tt> (create the file if it does not exist yet, and adapt the following path to the actual location of the project <tt>pkg-saxon</tt>): | |
+ | |||
+ | <pre> | ||
+ | project.pkg-saxon=../../../pkg/saxon/pkg-saxon | ||
+ | </pre> |
Current revision as of 20:47, 24 January 2010
The implementation of ZIP facility for Saxon.
Setup project
The project in the Zip module Subversion repository is a NetBeans project. It has the following dependencies:
- a Java library named tagsoup-1.2
- a Java library named saxon-he
- the project pkg-saxon (see instructions on the implementation page)
- a Java platform named JDK_1.5
For detailed instructions, see setup info in Saxon:Packaging. TagSoup is downloadable from this webpage. For the dependency on the project pkg-saxon, add the following to [trunk-dir]/saxon/zip-saxon/nbproject/private/private.properties (create the file if it does not exist yet, and adapt the following path to the actual location of the project pkg-saxon):
project.pkg-saxon=../../../pkg/saxon/pkg-saxon