[Twisted-Python] container elements in domtemplate

Kevin Turner acapnotic at twistedmatrix.com
Sat Sep 7 16:24:25 EDT 2002


webquotes.html in the domtemplate howto doesn't cover this case.

template:
{{{
<foo>
  stuff

  <bar>
    things
  </bar>
</foo>
}}}

How do I replace "stuff" in the template without clearing the entire foo
node, thus destroyng bar and depriving me of the opportunity to insert
"things"?







More information about the Twisted-Python mailing list