[PHPTAL] PHPTal with markup that contains on xml elements.

tarjei tarjei at nu.no
Fri Aug 25 11:49:34 CEST 2006


Hi, I'm trying to use the dojo javascript toolkit with PHPTAL, but I've 
reached a snag.

My markup is like this:

<div dojoType="Tree" publishSelectionTopic="treeSelected" toggle="fade"
             sizeMin="20" sizeShare="20"
             tal:repeat="vhost menu/children"
             >
            <div tal:omit-tag=""
                tal:repeat="vhostAction vhost/actions"
            >
etc..

My problem is that the dojo spesific attributes are beeing removed by 
phptal.

How can I make sure that this doesn't happen?
Kind regards,
Tarjei



More information about the PHPTAL mailing list