This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: path quesion


> -----Original Message-----
> From: owner-xsl-list@mulberrytech.com
> [mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Kay Michael
> 
> 
> > Anyone knowing a program to do a batch XML -> HTML
> > conversion with XSLT? 
> 
> Oracle, Saxon, Xalan, and xt all have a command-line interface 
> allowing you
> to write batch shell-scripts; for more efficient batch running, they also
> have a Java API.
> 
> MSXML3 is invoked via COM methods so you can run it from any Microsoft
> scripting language.
> 
> Mike Kay
> 

Using the Microsoft Scripting host it is simple to make a command line 
interface for MSXML3, similar to the ones existing for the other tools.

However, it is simple if you know MS scripting well. It does not require
much code, but for a sophisticated command line interface you may need
to know things like the FileSystem object and so.


You can also build such tool with your favorite-development-language-
-that-supports-COM, which includes Visual Basic, Delphi, Several C++ 
compilers, etc.


It is a pitty that Microsoft doesn't present such command line tool too.
It is not something the requires a lot of effort to build.


Have fun,

Paulo Gaspar


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]