1

I try to set up a web based application using spring and xslt. Since i always use xslt in a pipelining style, i would like to use calabash. Is there a possibility to call calabash from Java? I read thru the documentation on http://xmlcalabash.com but there is only a description how to use it from command line. I also tired to find some javadoc on githup but wasn't successful. Obviously, there is the Main class with the main() method and i could supply the command line parameters as a string array...

I wonder if there is a better way to do it.

4

1 に答える 1

0

これも最近調べました。Main.run() を呼び出し、(File)Properties オブジェクトから生成した文字列配列を渡すという実用的なアプローチを取りました。ファイル入力をストリームまたはソースとして渡すことはできませんが、ファイル システム上に存在する必要があります。

おそらくもっと良い方法があります。たとえば、 http://expath.org/を調べることができます。そのプロジェクトのソースがあるはずです。webapp モジュール (以前は servlex と呼ばれていましたか?) は、XMLCalabash 統合を提供しているようです。

チッ!

于 2012-07-24T12:12:37.697 に答える