Re: [xsl] Batch process xmlt with netbeans

Subject: Re: [xsl] Batch process xmlt with netbeans
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 8 Sep 2008 09:14:13 +0100
2008/9/7 j milo taylor <milo@xxxxxxxxxx>:
> Is there a way to batch process xml files (i.e. apply an xslt) with
> netbeans?
> Is there a better way?

For batch processing take a look at Kernow:
http://kernowforsaxon.sf.net/  (specifically the "directory" tab)

If you need automated batch processing then have a look at the sample
Ant buildfile, which allows you to call the directory processing from
Ant... (which can be set up as a scheduled task etc)

> Also, how do i apply rule a to the first 10 nodes, rule b to the next 10, c
> to the next 10, rule d to the next and so on?

That's no problem with XSLT - post a small complete example showing
your input and required output


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread