blob: 83f786f6e2cbb33a14b2b23dcc8d352679d131cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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/
- Kimura Fuyuki
fuyuki@mj.0038.net
|