Jeff - I stored the stuff I''ve been playing with to handle mv:generate="*" in the repository. Read the header comment for some notes and instructions on where/how I have this hooked up in my local copy of the parser. I''ve actually got two variations of magic values that are already useful: mv:generate="*" - wraps stuff that I''m sending to <%= @content_for_layout %> slot, so shorthand is "generate an rhtml output file with the same name and relative dir path as the source template" and I''ve got another variation (horrible notation, but it works for initial my prototype): mv:generate="*.xxx" - wraps stuff that I''m sending to an output file with the same rel dir/file base name, but a diff extension (in particular usage, I''ve got embedded styles in the template header that I want emitted in so I get a foo.css and foo.rhtml pair of files out of my foo.html template) Expect it might also be useful to have a magic notation for same relative directory path, if any, but an explicit target file name, but I haven''t got a scenario to justify that yet. ~ Deb