Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Scripts to automate transformation output to text file [Thread Next] Re: Scripts to automate transformation output to text fileTo: NULL Date: 8/14/2007 11:33:00 PM
ArgarLargar@g... wrote:
> Hi,
> I have eleven XML files that each need to run through eight
> transformations. The output of all 88 of them need to be saved to
> text files.
Assuming a folder with 11 .xml files and 8 .xsl files (named so they
sort in the required order of execution):
for F in *.xml;do for S in *.xsl;do saxon $F $S
${F/.xml/}-${S/xsl/txt};done;done
///Peter
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
