[Zope] Quick REQUEST Question
Alexander Limi
alexander@limi.net
Wed, 17 May 2000 03:33:29 +0200
Sorry about this, but the Zope server is down (or atleast unreachable from
here at the moment):
Is there a way of printing the entire REQUEST object without the HTML
formatting?
<dtml-var REQUEST> and <dtml-var "REQUEST"> both produce the formatting
codes. I want to embed the REQUEST-object hidden in the HTML for debugging
purposes, and would like to not have all that ugly HTML around each value :)
Now it looks like this:
<th>dtpref_rows</th><td>30</td></tr>
while I would like it to look like this:
dtpref_rows 30
Should be simple, I hope.
Alexander.
(realizing the value of offline documentation :)