[xsl] Knight's Tour from java app (not command line)

Subject: [xsl] Knight's Tour from java app (not command line)
From: Une Bévue <yt.dev@xxxxxxx>
Date: Sun, 25 Mar 2007 18:24:41 +0200
Hey all,

i've tried all the examples from command line, everything works great after i've found the needed files.

right now i'd like to reproduce the Knight's Tour from a "java app" then not from command line.

and i look for advices.

i think i must use : net.sf.saxon.Transform and invoke the main method with the proper arguments (tour.xsl, start=e5, tour.html).

but i don't know what to do with the arg "-it" ???

best,

Yvon

PS :

in fact my app will be writen in RubyCocoa under MacOS X and i'll use a ruby to java bridge (yajb-0.8.1) to play with XSLT2 and XQuery.

Current Thread