On 8/25/06, Olli <[EMAIL PROTECTED]> wrote: > > I think you should use '<' instead '<' and '>' instead in the > commented code because kid must follow XML standard. Once you use the > instead symbols, they'll return what you want after rendering. actually that's not entirely true. < and > inside comments should be ignored by the parser. See http://www.w3.org/TR/REC-xml/#sec-comments in fact their example has them.
on the other hand that is true for most kid stuff there is no way to use < or > inside any if or for block which is a pain. I'm not sure how much of an issue this is but you should forward it to the Kid mailing list to see what they have to say about it. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

