I'm trying to display the contents of a text file in a DTML document. It's easy enough to display but all the line breaks are removed. Is there an easy way to bring in formatted text? Thanks joel ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
----- Original Message ----- From: joel grimes <joelgrimes@hotmail.com> Sent: Wednesday, June 14, 2000 5:39 PM Subject: [Zope] Parse Text File (newbie q.)
I'm trying to display the contents of a text file in a DTML document. It's easy enough to display but all the line breaks are removed. Is there an easy way to bring in formatted text?
Maybe you want something like: <dtml-var " _.string.replace(text,'\n','<BR>')"> PM
I'm trying to display the contents of a text file in a DTML document. It's easy enough to display but all the line breaks are removed. Is there an easy way to bring in formatted text?
Maybe you want something like:
<dtml-var " _.string.replace(text,'\n','<BR>')">
Even better, <dtml-var text newline_to_br> -Petru
participants (3)
-
joel grimes -
Marcel Preda -
Petru Paler