Hi Raghuram, Unfortunately, no. (There's a feature request in JIRA somewhere about this).
You can however code this in Java with a custom directive. See the notes in "Hacking Velocity" (downloadable from the Wiki) on how to do this. There's an example directive which takes a block of text, parses it and generates end notes. http://wiki.apache.org/velocity/HackingVelocity Best, WILL On Jan 2, 2008 7:13 PM, Raghuram Rajah <[EMAIL PROTECTED]> wrote: > Can I use a block within a velocimacro? Basically, I am trying to create a > macro that will emit a XHTML tag with some javascript out. I would hate to > create a begin macro and an end macro to accomplish this. That would be > rather error prone. > > I would ideally like to do something like, > > #myForm(...) > <!-- some arbitrary html here --> > #end > > generating something like > > <form .... > <!-- some arbitrary html here --> > </form> > > Any suggestions would be greatly appreciated. > > Thanks, > Raghu. > > _________________________________________________________________ > Share life as it happens with the new Windows Live. > http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_122007 -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
