[Zpt] What is the behavior here?

Todd Coram todd@digicool.com
Fri, 2 Mar 2001 09:21:41 -0500


<span tal:define="text str:Anything, structure /here/something">
  <p tal:insert="text" />
  <p tal:replace="structure" />
</span>

Is there a problem with our keyword modifiers "global", "text", and
"structure" clashing with variables and thus creating ambiguity?

-- todd