This is the mail archive of the
kawa@sources.redhat.com
mailing list for the Kawa project.
compiling KRL document
- From: "Andre Labelle" <andre at ammunerve dot com>
- To: <kawa at sources dot redhat dot com>
- Date: Thu, 6 Feb 2003 09:46:51 -0500
- Subject: compiling KRL document
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