< Home - < Back

saxon


Information about the package, saxon, which is shipped with common Linux distributions. The saxon package is designed for, Java XSLT processor.


Package Name:

saxon

Summary:

Java XSLT processor

Description:

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.

Architecture:

noarch

Version:

6.5.5

Release:

3.5.el6

Size:

570 k

Repository:

base

From Repository:

Licence:

MPLv1.0



Handy Yum Commands for saxon


Control the saxon package with the following handy commands outlined below.


Command

Description of Command

yum install saxon

This command will install saxon on the server.

yum remove saxon

This command will un-install saxon on the server. When you run this command, you will be asked if you are sure that you want to remove saxon, so you have to manually confirm that you want to do this.

yum -y remove saxon

This command will un-install saxon on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove saxon when using the -y flag.

yum update saxon

This command will update saxon to the latest version. When you run this command, you will be asked if you are sure that you want to remove saxon, so you have to manually confirm that you want to do this.

yum -y update saxon

This command will update saxon to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove saxon when using the -y flag.

yum info saxon

This command will show you core information about the saxon package.

yum deplist saxon

This command will show you the dependencies for saxon. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update saxon

This command will check if there is an update waiting on saxon. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.