Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
saxon: Java XSLT processor
- Summary
- 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.
So you can use SAXON with any SAX-compliant XML parser by writing XSLT
stylesheets, by writing Java applications, or by any combination of the two.
Arch: noarch
Download: | saxon-6.5.3-3jpp.src.rpm |
Build Date: | Sat Sep 4 01:50:18 2004 |
Packager: | Fernando Nasser <fnasser@redhat.com> |
Size: | 3.00 MiB |
Changelog
- * Sat Sep 4 00:00:00 2004 Fernando Nasser <fnasser{%}redhat{*}com> - 0:6.5.3-3jpp
-
- Rebuilt with Ant 1.6.2
- * Tue Jul 20 00:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:6.5.3-2jpp
-
- Apply two patches for known limitations from
http://saxon.sourceforge.net/saxon6.5.3/limitations.html
- Make the command line script use xml-commons-resolver if it's available.
- Include man page for command line script.
- Add patch to fix command line option handling and document missing options.
- New style versionless javadoc dir symlinking.
- Crosslink with local J2SE javadocs.
- Add missing jdom-javadoc build dependency.
- * Mon Sep 1 00:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:6.5.3-1jpp
-
- Update to 6.5.3.
- Crosslink with local xml-commons-apis and fop javadocs.