[EMAIL PROTECTED] wrote:
> # For HTML, add on html=True:
> f2.warning("This is the fifth message. It has some <strong>HTML</
> strong> in it! <a href='http://www.google.com/'>Google</a> rocks.",
> html=True)
I suggest naming the flag "xhtml" so that you're reminded you can only
use well-formed XML (because of Kid).
> That's it. Implementing globally is left as an exercise for the
> reader. :)
If you want to use the tg_flash cookie mechanism, then you would
probably encode the cls attribute behind the scenes in a string
similarly to what Matthew suggested. Maybe something like this can be
implemented in TG 1.1 in a backward compatible way.
-- Chris
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---