[plt-scheme] using Scheme Boxes to embed data in attributes withitn XML Boxes

From: Stephen De Gabrielle (spdegabrielle at gmail.com)
Date: Mon Oct 20 09:41:48 EDT 2008

Yeah,

I'm using SVG for this project, and the path d attribute has it's own
sub-language. (embedded language? I don't remember the right term).
I suppose it comes with the territory; pretty well every other
language I've used has sub languages, and because it's a sub-language
I should probably generate it separately.

Cheers,

Stephen
--
On Mon, Oct 20, 2008 at 2:25 PM, Robby Findler <robby at cs.uchicago.edu> wrote:
> <path d={scheme-box}(string-append "M " astring){/schemebox}>s</path>


Posted on the users mailing list.