On Mon, 2007-04-06 at 23:48 -0400, Krys Wilken wrote: > Unfortunately my code is not online yet. I have not had time to prep it for > release. (Or even work on it much at all, for that matter). > > Florent's TurboBlog code looks good, though. I think you can accomplish your > goals by using it as an example.
I got the basics working, thanks everyone for pointing me in the right direction. Not sure if I am disallowing tags in the most efficient way though. I did not see a way for checking tags against a negative list so I did if len( soup.findAll() ) > len( soup.findAll( tags ) ): raise ( bad tag thing here ). Is there a smarter way of doing the above? Beautiful soup in a validotr plus TinyMCE seems like a good combo though, thanks again! Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---