is valid_tags property available in ZOPE?
Hi All, I want to restrict the use of some tags in Documents and News posted by members. I just went through the valid_tags property available in squishdot package for handling News. Is that property available in ZOPE. Can i use the same?. Or else could somebody tell me how to remove some unwanted Non-HTML tags introduced by MSWord, when creating HTML. I want to integrate this feature in my ZOPE. regards Saravanan A A.Saravanan, WundtStrasse 7,Zi:9L1, Dresden - 01217 Germany Home: 0351-7997546 Mobile: 01797395091 ___________________________________________________ Meet your old school or college friends from 1 Million + database... Click here to reunite www.batchmates.com/rediff.asp
saravanan annamalai wrote:
Hi All, I want to restrict the use of some tags in Documents and News posted by members. I just went through the valid_tags property available in squishdot package for handling News.
Is that property available in ZOPE. Can i use the same?.
No, that is a specific feature of Squishdot. You can, however, use the stripogram library (which is what does the work in Squishdot) in a Zope python script: http://www.zope.org/Members/chrisw/StripOGram/ cheers, Chris
participants (2)
-
Chris Withers -
saravanan annamalai