From: "Thomas Nichols" <[EMAIL PROTECTED]> > Hi James, > > > > This is all driven using a modified EmbeddedJelly.java, > > I'd love to see some standard "runners" as Paul suggests, using > EmbeddedJelly involved copy&paste and is therefore clearly loathsome and > abhorrent to mankind.
How about just using JellyContext? Writer someWriter = new FileWriter( "output.xml" ); XMLOutput output = XMLOutput.createXMLOutput( someWriter ); JellyContext context = new JellyContext(); context.runScript( "foo.jelly", output ); James ------- http://radio.weblogs.com/0112098/ __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
