On Wed, 25 Jul 2001, Eric Richardson <[EMAIL PROTECTED]>
wrote:

Two notes upfront:

(1) If your replace parser.jar with crimson.jar and jaxp.jar with the
version of JAXP 1.1, I think xalan2 should work without forking (I may
be wrong).

(2) Why don't you use the <style> task?

>       <arg line="-IN ${input.file}
>          -XSL ${xhtml.driver} 
>          -OUT ${output.file}"/>

Does is work if you simply change this to

      <arg line="-IN file://${input.file}
           -XSL ${xhtml.driver} 
           -OUT file://${output.file}"/>

Stefan

Reply via email to