On 2 March 2010 18:04, Lee, David <[email protected]> wrote: > You might want to consider the MarkLogic extension to xmlsh which > provides cross-platform access to xml processing and sending requests > via either HTTP or XCC. > This is all "100% pure java" so the scripting, and the execution will > run identically independent of the OS. > (windows, linux/unix , mac ... anything with a Java 1.6 ). > And since it can execute ad-hoc queries constructed dynamnically it > doesn't rely on "/use-cases/eval2.xqy" pre-existing. > > This way you don't have to write separate .BAT and .sh files for > different OS's or depend on installations of additional 3rd party tools > (like curl, perl, etc). > > http://www.xmlsh.org
Ok this sounds good - so assuming the initial configuration is in a file called "setup.xqy" could you provide and example of how would the user run it using xmlsh? Fwiw, curl doesn't need installing, it would just need to be on the disc, so the user could just run "install.bat" and that would be it (providing the query it curls to eval2.xqy runs without a problem) -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/ _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
