Re: multiple input files to one output file

Subject: Re: multiple input files to one output file
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Tue, 01 Feb 2000 09:58:05 -0500
Linda van den Brink wrote:
> Is it possible with XSLT to have lots of input files, and create one output
> file listing specific data from each of the files?
> 
> What are my options to achieve this?

XSLT spec under document().  You will need to manage the actual
integration of your list of documents into the XSL script, either
manually, by use of some kind of XML control file, or with a Java
extension function.

 Steve 

-- 
----------------------------------------------------------------------
Steve Tinney                                        Babylonian Section
                                 *   University of Pennsylvania Museum
stinney@xxxxxxxxxxxxx                          Phila, PA. 215-898-4047


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


Current Thread