compiling KRL document

Andre Labelle andre@ammunerve.com
Thu Feb 6 14:48:00 GMT 2003


Hello,
Is there any way to expand a .krl file from within kawa like this.

#|kawa:1|#(define name "andre")
#|kawa:2|#(compile-krl "jiffy.krl" "jiffy.txt")

start with a file like this:
### start jiffy.krl ###
my name is [name]
### end jiffy.krl ###

and have kawa generate:
### start jiffy.txt ###
my name is andre
### end jiffy.txt ###

Thanks.  --Andre



More information about the Kawa mailing list