[Zope] Variable File Include

Jason Alexander jason-alexander@home.com
Sun, 1 Jul 2001 17:40:23 -0500


Hello all,


I'm attempting to do variable file includes, where the actual file name is
held in a column in a database, but I am having a few issues. I'm attempting
to do:

      <dtml-in plugins>
        <dtml-if expr="userpluginposition == 3">
          <dtml-var pluginfilename>
        </dtml-if>
      </dtml-in>

But, with no luck.

Is there another way to do? Any help or direction would be greatly
appreciated.

Thanks!
-Jason