Tweak print/jabref version 3.3,1
[dports.git] / textproc / saxon-he / pkg-descr
1 Saxon is a collection of tools for processing XML documents.  The main
2 components are:
3
4 - An XSLT 2.0 processor, that can be used from the command line, or invoked
5   from a Java application by use of the standard JAXP API. Saxon can be
6   integrated with Java applications using the JAXP API, which means it is
7   possible for a Java application to switch between different XSLT processors
8   without changing the application code. As well as conforming closely with the
9   XSLT 2.0 specification, Saxon offers a number of powerful extensions.
10 - An XPath 2.0 processor accessible via an API to Java applications.
11 - An XQuery 1.0 processor that can be used from the command line, or invoked
12   from a Java application by use of an API.
13 - An XML Schema 1.0 processor. This can be used on its own to validate a schema
14   for correctness, or to validate a source document against the definitions in
15   a schema. It is also used to support the schema-aware functionality of the
16   XSLT and XQuery processors.
17
18 So you can use Saxon to process XML by writing XSLT stylesheets, by writing
19 XQuery queries, by writing Java applications, or by combinations of the
20 approaches.
21
22 WWW: http://www.saxonica.com/