我正在使用 javax. xml. transform 软件包来转换巨大的 XML 文件... 此过程需要很多时间..., 终端用户将无法看到进展 。 是否有任何方法可以将进度栏与转换过程整合 。
I m tokenising a string with XSLT 1.0 and trying to prevent empty strings from being recognised as tokens. Here s the entire function, based on XSLT Cookbook: <xsl:template name="tokenize"> ...