set fd [open /web/zmbh/www/nsrewrite/doc/nsrewriteurl.html r] set fileString [read $fd] close $fd set content [ad_html_to_text $fileString] ns_return 200 text/plain $content