[plt-scheme] using pi structs in xml.ss

From: wayne at taxupdate.com (wayne at taxupdate.com)
Date: Mon Nov 20 18:09:27 EST 2006

Is there a way to embed processing instructions within xexpr attributes? I'd like
to produce something like

<input type="text" value="<?=$var?>"/>

It seems that make-pi can be used to generate <?php ...?> sections, but in
attributes, you can only pass strings.  Any ideas?

Wayne


Posted on the users mailing list.