16 Dec
2004
16 Dec
'04
4:08 p.m.
I am trying to pass a string into a dtml document (from python) that contains html code, however I don't want python to render it, just pass it. As an example... mystring = "<html><body<h1> test1 </h1></body></html>" return mystring 'mystring' needs to be returned to my DTML document as a string, not as rendered html (which it seems to do automatically). Is this possible to do? Thanks for any help Wayne