RE: How to reference many XML files in XSL

Subject: RE: How to reference many XML files in XSL
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Tue, 29 Feb 2000 12:38:57 +0100
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@xxxxxxxxxxxxx]
> 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@xxxxxxxxxxxxx
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread