15 Sep
2006
15 Sep
'06
1:26 a.m.
Zhi-Wei Lu wrote:
for object in container.research.objectValues(): a = object.getId() if (a == name): text = object.research_description_html.read() else: pass
text = str(text)
return text[0:400] + '...'
ZhiWei, Just post a good fragment of your text[ 0 : 400 ] that pops your literal <p> and other non-translated html stuff and likely someone will solve it quick. I'm thinking an analogie to ZPT's structure keyword .... Paul is right - the permission scheme did change. I know it annoyed the hell out of me :-) But not sure if thats your issue David