Gregory (Grisha) Trubetskoy
grisha at modpython.org
Tue Jun 1 14:06:50 EDT 2004
I don't think so. Once the scanner sees a '<%=' it will look for a closing '%>' and anything else is ignored. I'm also not sure what that would accomplish, i.e. how is <%= AListVariable[<%= AnotherVariable % >]%> ? different from <%= AListVariable[AnotherVariable] %> ? Grisha On Tue, 1 Jun 2004, Diener, Edward wrote: > Can special PSP tags be nested inside one another ? As an example, can I > have > <%= AListVariable[<%= AnotherVariable % >]% > ? >
|