-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
50 lines (32 loc) · 1.32 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
This is XINS: "XML Interface for Network Services".
This software is available under the terms of a BSD-style license, see
the accompanied COPYRIGHT file.
BUILDING XINS
To build XINS self, use Ant (1.7.1 or later) and execute:
ant
Under the build/ directory files will be generated, including a JAR file and
Javadoc API documentation.
HISTORY
This is a fork of the regular XINS distribution:
http://xins.sourceforge.net/
The most important changes compared to the mainstream XINS branch are:
- Java 5 required (support for earlier versions dropped)
- Java 5-features supported/used (generics, foreach-loop, etc.)
- XSLT 2.0 is now used by all stylesheets
- various classes and methods have been marked deprecated
- several previously deprecated classes/methods have been removed
- libraries have been updated
- various utility methods added to allow less code for users
- logging has been improved
- API documentation has been extended and improved
- the XML Element class now supports mixed content
- the FileWatcher has seen a lot of improvements
- CallingConventions are now easier to develop
For details, see the file: CHANGES-3.0.txt
BUG REPORTS AND FEATURE REQUESTS
If you want to file a bug report or a feature request, please do so here:
http://github.com/znerd/xins/issues
--
--
Ernst de Haan