|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Command Line XSLT programs
> > Does anyone know if it is possible to apply an XSLT to > multiple XML docs at > the same time. My company has a "document-base" in XML that they want > converted into HTML. So instead of me doing them one by one > with MSXSL and > MSXML 4.0. > Sure. It's probably best in this scenario to script it yourself: for MSXML this would probably be JavaScript, for other processors it would be Java. Look up the API documentation for your processor. Compile the stylesheet once, then use it repeatedly to process a list of source documents. You can process multiple source documents from within a single stylesheet execution, by using the document() function, but that's probably not the right approach here. Doing it as a command-line script, processing the stylesheet from scratch each time, would be a lot less efficient. MSXML does have a command-line interface, but you don't really want it here. Michael Kay Software AG home: Michael.H.Kay@xxxxxxxxxxxx work: Michael.Kay@xxxxxxxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








