
war.saxon.index.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fcrepo-client Show documentation
Show all versions of fcrepo-client Show documentation
The Fedora Client is a Java Library that allows API access to a Fedora Repository. The client is typically one part of a full Fedora installation.
The newest version!
Saxon webapp
Welcome to the Saxon XSLT Processor* Local Service
This local service provides an XSLT Transformation Engine for transforming
XML-encoded source documents using a supplied XSLT stylesheet. The service functions
as a java servlet and can be invoked usingthe following syntax:
http://<hostname>:<port-number>/saxon/SaxonServlet?source=<xml-source>&style=<xsl-stylesheet>&clear-stylesheet-cache=yes
where:
- <hostname> The
hostname of the Fedora server; default is localhost.
- <port-number> The
port number on which the Fedora server is running; default 8080.
- <xml-source> The
URL of the XML source file.
- <xsl-stylesheet>
The URL of the XSLT stylesheet file.
- clear-stylesheet-cache
An optional parameter indicating if the stylesheet cache is to be cleared.
A value of of "yes" signals to clear the stylesheet cache. If the
parameter is omitted or has any other value, the stylesheet cache remains
untouched.
Example:
* This service uses the SAXON XSLT Processor from Michael Kay which is
licensed under the Mozilla Public License (MPL).
For additonal information regarding the SAXON XSLT Processor, please refer to
the Saxon project web site on SourceForge at: http://saxon.sourceforge.net.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy