Jade's weblog Archive

Interesting proc.

05:41 PM, 23 Apr 2004 by Jade Rubick Permalink | Comments (0)

Using richtext

In OpenACS, if you have context and the mime_type, you can get the HTML to display as follows:

set richtext_list [list $description $mime_type]

set description [template::util::richtext::get_property html_value $richtext_list]

01:31 PM, 23 Apr 2004 by Jade Rubick Permalink | Comments (0)

XML