I have an idea to store some template fragments in a database, pull them out, combine them into the completed script then execute Jelly over it. However Jelly seems to only have the facilities to open files or URLs. It doesn't look like I can pass it a string containing my jelly template and execute the script.
Is this the case? or is there a way to do it?
I imagine I could write my template to a temp file, execute the script on that, then delete the file - but that seems clumsy.
-- Jason Lea
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
