Re: converting multiple files with Jade...

Subject: Re: converting multiple files with Jade...
From: Sebastian Rahtz <s.rahtz@xxxxxxxxxxxxxx>
Date: Tue, 8 Dec 1998 11:51:38 +0000 (GMT)
Linda van den Brink writes:
 > 
 > I'm wondering if it's possible to do some sort of batch conversion of
 > multiple files with Jade. I looked in the archive of this mailing list and

am i being dense? why dont you just write a simple script? ie (in Unix world):

#!/bin/sh
for i in `find . -name "*.xml"`
do
 jade -t sgml -d $FOO/spec.dsl $i
done

from what you say, it doesnt sound any more complicated than
this. unless you then drop the bombshell that you want them all to
know about each others IDs ....

sebastian


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread