On Wednesday 28 June 2006 16:38, Collin L wrote: > <table> > <x py:for="item in items" py:strip=""> > <tr/> > <tr/> > </x> > </table> > > In this example, the 'x' element will be omitted from the XHTML output, > but its children will be rendered as usual. > > Is this what you're looking for?
Yes. I found that solution short after posting - I used <py:x py:for="..."> ...</py:x to avoid the x being part of the html-namespace. However, it is not ommited - it is just not rendered/ignored by the browser. Not sure how well that works with one of the older browsers... Well, for now I've got a solution. Thanks! Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

