Subject: RE: execute external batch program
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 27 Feb 2007 14:30:50 -0000
|
All mechanisms like this depend on the processor you are using. In a Java
processor you can usually call arbitrary Java methods and that will include
java.lang.Runtime.exec().
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Davide Antoni [mailto:davide.antoni@xxxxxxxxxxx]
> Sent: 27 February 2007 14:11
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: execute external batch program
>
> Hi to all,
>
> there's a way to execute an'external batch from a stylesheets?
|