I'm using tdk1.1a5

my templates is xml documents and I have a strange problem
in a navigation template.

this code alone is ok:

   <navigation>
      $link.setPage("default.xml");
   </navigation>

and this code alone is ok:

   <navigation>
      <menu>
      #foreach ($item in $menu)
         <item>
            <id>$item.id</id>
            <name>$item.name</name>
            <label>$item.label</label>
          </item>
      #end
      </menu>
   </navigation>

but together f.ex like this:

   $link.setPage("default.xml");
   <navigation>
      <menu>
      #foreach ($item in $menu)
         <item>
            <id>$item.id</id>
            <name>$item.name</name>
            <label>$item.label</label>
          </item>
      #end
      </menu>
   </navigation> 

There is no output from the point where the navigation template should
have been inserted

any ideas?
-- 
Penguins are nice animals -
if you get to know them!


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to