Re: T5 equivalent of $content$

2007-02-24 Thread Howard Lewis Ship
Yep, I think there will be a t:content element soon, but not yet. And remember the difference between well formed (tags balanced, attributes quoted, etc.) and valid (conforms to a DTD or schema). Templates needs to be well formed only, they are not validated. On 2/24/07, Peter Beshai <[EMAIL PR

Re: T5 equivalent of $content$

2007-02-24 Thread Peter Beshai
Err.. it seems to work fine if I remove the and tags. How about that. :-) On 2/24/07, Peter Beshai <[EMAIL PROTECTED]> wrote: I have created a component and when I add it into a page, I want only a specific part of the template to be added, not the whole thing (since it must be a well-formed

T5 equivalent of $content$

2007-02-24 Thread Peter Beshai
I have created a component and when I add it into a page, I want only a specific part of the template to be added, not the whole thing (since it must be a well-formed document..it seems I have to include and what not in the component class). Basically I am looking for the equivalent behaviour of