Re: T5 Block Rendering

2007-06-19 Thread Jeremy F. Kassis
Interesting... Although my initial post was partially in error, the t:parameter solution looks awfully elegant. I'll give it a try! Many thanks howard! :-) Howard Lewis Ship wrote: > > It's a little confusing and although what it does now is correct, I may > fix it. > > > Something > > >

Re: T5 Block Rendering

2007-06-17 Thread Howard Lewis Ship
It's a little confusing and although what it does now is correct, I may fix it. Something t:id is just for components. For blocks, a simple id will sufffice, and is all that's accepted. It should be generating a parse error for your syntax. Further for what you are trying to do, I've trie

Re: T5 block rendering

2007-04-16 Thread Howard Lewis Ship
Not quite following you there. I may have created a component as part of the test suite, kind of like T4's RenderBlock. On 4/16/07, Bill Holloway <[EMAIL PROTECTED]> wrote: I know that Foo! will work (and so will If...etc.). Am I just imagining or did I see somewhat a component? Bil