The SAXON XSLT Processor from Michael Kay
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 from the World Wide Web Consortium, found at
http://www.w3.org/TR/1999/REC-xslt-19991116 and
http://www.w3.org/TR/1999/REC-xpath-19991116 with a number of
powerful extensions. This version of Saxon also includes many of
the new features defined in the XSLT 1.1 working draft, but for
conformance and portability reasons these are not available if
the stylesheet header specifies version="1.0".
* A Java library, which supports a similar processing model to XSL,
but allows full programming capability, which you need if you
want to perform complex processing of the data or to access
external services such as a relational database
* A slightly improved version of the Aelfred parser from Microstar.
(But you can use SAXON with any SAX-compliant XML parser if you
prefer).
So you can use SAXON by writing XSLT stylesheets, by writing Java applications, or by any combination of the two.
- Sources inherited from project openSUSE:13.1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:13.1:Update/saxon6 && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
StructXmlParser.java | 0000135799 133 KB | over 10 years |
saxon-add-fixes-from-com-isl-saxon-aelfred.patch | 0000029753 29.1 KB | over 10 years |
saxon-javac-encoding.patch | 0000000869 869 Bytes | over 10 years |
saxon6-5-5.zip | 0003346162 3.19 MB | about 15 years |
saxon6-batch.patch | 0000005722 5.59 KB | over 9 years |
saxon6-cmdlinefix.patch | 0000003292 3.21 KB | over 10 years |
saxon6.1 | 0000005814 5.68 KB | over 10 years |
saxon6.build.script | 0000002815 2.75 KB | over 10 years |
saxon6.changes | 0000005618 5.49 KB | over 9 years |
saxon6.saxon-batch.script | 0000001084 1.06 KB | over 9 years |
saxon6.saxon.script | 0000001079 1.05 KB | over 10 years |
saxon6.spec | 0000008015 7.83 KB | over 9 years |
Comments 0