blob: 0fd779db9b676c5d6076fdccf03383860f3b99f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
The SAXON package is a collection of tools for processing XML
documents. The main components are:
- An XSLT processor, which implements the Version 1.0 XSLT and XPath
Recommendations with a number of powerful extensions.
- A Java library, which supports a similar processing model to XSL,
but allows full programming capability.
- A slightly improved version of the Alfred parser from Microstar.
WWW: http://saxon.sourceforge.net/
|