Bug 68637 - [NEW PORT] textproc/saxon-devel: An XSLT 2.0 / XPath 2.0 / XQuery 1.0 processor for Java
Summary: [NEW PORT] textproc/saxon-devel: An XSLT 2.0 / XPath 2.0 / XQuery 1.0 process...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-03 16:30 UTC by Hervé Quiroz
Modified: 2004-07-07 21:40 UTC (History)
0 users

See Also:


Attachments
saxon-devel-8.0.shar (9.18 KB, text/plain)
2004-07-03 16:30 UTC, Hervé Quiroz
no flags Details
file.diff (341 bytes, patch)
2004-07-03 16:30 UTC, Hervé Quiroz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hervé Quiroz 2004-07-03 16:30:26 UTC
The Saxon 8.0 package is a collection of tools for processing XML documents.
The main components are:

- An XSLT 2.0 processor, that can be used from the command line, or invoked
  from a Java application by use of the standard JAXP API. Saxon can be
  integrated with Java applications using the JAXP API, which means it is
  possible for a Java application to switch between different XSLT processors
  without changing the application code. As well as conforming closely with the
  XSLT 2.0 specification, Saxon offers a number of powerful extensions.
- An XPath 2.0 processor accessible via an API to Java applications.
- An XQuery 1.0 processor that can be used from the command line, or invoked
  from a Java application by use of an API.
- An XML Schema 1.0 processor. This can be used on its own to validate a schema
  for correctness, or to validate a source document against the definitions in
  a schema. It is also used to support the schema-aware functionality of the
  XSLT and XQuery processors.

So you can use Saxon to process XML by writing XSLT stylesheets, by writing
XQuery queries, by writing Java applications, or by combinations of the
approaches.

WWW: http://saxon.sourceforge.net/

NOTE: The port conflicts with the textproc/saxon one. So I attached a patch for
this other port in the PR.

Generated with FreeBSD Port Tools 0.50

Fix: The patch for textproc/saxon:
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2004-07-07 17:42:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

I'll take this.
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2004-07-07 21:39:53 UTC
State Changed
From-To: open->closed

Committed, thanks!