[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

[ann] Kernow 1.5.1

Subject: [ann] Kernow 1.5.1
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 24 Jul 2007 12:27:25 +0100
 [ann] Kernow 1.5.1
I've just uploaded the latest version of Kernow - 1.5.1, available from:

http://kernowforsaxon.sourceforge.net/

This latest version includes:

- The latest Saxon 8.9.0.4 Basic
- Multithreaded directory transforms
- Improved cross-platform UI, especially the XQuery Sandbox
- A Performance Testing feature for Single File and Standalone
transforms (requested by Florent)
- A Namespace Binding feature for the XQuery Sandbox (supplied by
Florent, thanks!)

New since 1.4:

- A very high level API for running transforms, such as to run a
directory transform with a compiled stylesheet and caching resolvers
it's just:

Kernow kernow = new Kernow();
kernow.runDirectoryTransform(input, transform, output, params);

You can set all of the configuration options easily eg:

Config config = kernow.getConfig();
config.setThreadPoolSize(3);
config.setNovw(true);

- The Batch tab to run multiple transforms in sequence.  When you want
to run a series of transforms one after the other its convenient to
use Ant, and the Batch tab makes it easy to run all targets just
individual ones.

Kernow is becoming quite popular now, so if you have any feature
requests (or find any bugs) please let me know - either on the Kernow
mailing, submitting a bug report or just mail me directly.


cheers andrew -- http://andrewjwelch.com

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.