I am reading the menus for my site from a XML file, everything works
well except for the fact that if I modify the values in the XML file,
the file changes are not propagated.

I thought it was the fact that I was assigning the values to g, for
me, a logical choice because using c for every controller would be
tedious. using the global g unfortunately did not work( the reason for
my post about refreshing g values)

I then tested things using "c", using my function to read and parse
the XML, the function is called, but the modified changes do not show,
they do though when I restart the server.

What would the list suggest for my case? I have to change the menu
links in my templates dynamically once in in while without tedium, how
should I go about this?

The XML file resides in the "lib" folder

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to