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: How to reference many XML files in XSL


If you, by any chance, are using XT, you can give an input-dir and
output-dir instead of input file and output file. The output files get the
same filename. 

Other ways of doing it include some sort of batch script or an
XML-structured file giving all the file names you want to process as URLs.
You can feed such a file into the document() function. 

Linda

> -----Original Message-----
> From: Marcel Ruff [mailto:ruff@swand.lake.de]
> Sent: Tuesday, February 29, 2000 9:32 AM
> To: XSL mailind list
> Subject: How to reference many XML files in XSL
> 
> 
> Hi,
> 
> if have a directroy full of xml files, all following
> the same DTD.
> 
> Now i want to generate a HTML table output using XSL.
> 
> How can i reference all the XML files in the directory
> to be processed by this XSL file?
> 
> Any code example?
> 
> Thanks,
> Marcel
> 
> -- 
> Marcel Ruff
> ruff@swand.lake.de
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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]