RE: Restrict users to flow

2006-06-05 Thread Seth Foss
29 email: [EMAIL PROTECTED] http://www.univativ.de   Darmstadt, Stuttgart, Karlsruhe, Düsseldorf From: tedwards [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 8:18 PMTo: users@cocoon.apache.orgSubject: Re: Restrict users to flow Hi Seth,I actually access the navigation.xml from within

Re: Restrict users to flow

2006-06-01 Thread tedwards
      return node;                         }                     } else {                         return null;                     }                 }             }         }         return null;     } } function getNodeAttributeValue(domNode,attributeName){     if(domNode == null){    

RE: Restrict users to flow

2006-05-31 Thread Seth Foss
Tony,     That looks like just what I need. Could you give me an example of how your are accessing that xml from your sitemap?   Seth From: tedwards [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 7:06 PMTo: users@cocoon.apache.orgSubject: Re: Restrict users to flow Hi Seth,I

Re: Restrict users to flow

2006-05-30 Thread tedwards
Hi Seth, I restrict what users can and can't do by running them through a 'traffic cop' of sorts. I have a navigation document which performs 2 functions: 1 is to generate the menus that the program displays and the other is to determine who can have access to a particular portion of the applic