[Twisted-Python] node with html content

suneetha at sonic.net suneetha at sonic.net
Wed Sep 24 15:07:26 MDT 2003


Hi,
   request.d.createTextNode(data) creates a text node and display the data
in the browser. I wanted to return a node in generate() method, that
display a web form instead of displaying the text. I created the node
with html content(string). Since I used createTextNode method, it is
displaying the html source instead of form. Is there any other method
that creates this kind of Node? If not how do I slove this?

Thank you,
Sunita.






More information about the Twisted-Python mailing list