[mod_python] dynamic psp include directive

Alex Greif alex.greif at gmail.com
Thu Jan 4 05:36:42 EST 2007


Hi,

in the manual only static include is mentioned like
<%@ include filename="page.html" %>

Is there a way to use the filename value dinymically?
I need something like this:
The page variabel can have different values

include this page: <%=page %>
<%@ include filename=page %>


Thanks,
ALex.


More information about the Mod_python mailing list