"Diez B. Roggisch" <[EMAIL PROTECTED]> writes: > 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...
It is not ommited because you missed "py:strip". Add it and it will disappear. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

