vsbabu@vsbabu.org writes: > I've a small python product. The management screens are all using page > templates. > > Now there needs to be a option to specify one class attribute is in STX > format. Is there any easy way to render content using STX rules using > ZPT? In "Products.PythonScripts.standard", you will find "structured_text", a function that renders structured text. Dieter