2

Before I write my own java extension, I'm looking for a xslt feature or xslt extension to allow inspecting content of a zip file, and unzip the content.

I tried looking in the xslt 2.0 spec, did not mention any unzipping. I tried googling, and got an experimental expath.org/mod/zip, but compiler says cannot find the matching function "entries()".

Thanks,

Jason

4

2 に答える 2

2

ファイルの検査/解凍を可能にする既存のXSLT拡張機能はありますか?

はい-私が知っているのは、EXPathのZipモジュールです

于 2012-07-04T01:40:32.610 に答える
0

zipファイルの検査と解凍を行う拡張機能をJavaで作成することになりました。

ありがとう、

ジェイソン

于 2012-07-05T19:19:10.233 に答える