Hi all! I am using the XML engine to embed dynamic content into an HTML page via Apache::ASP. What I need is a simple way to retain the values of the variables between different XML tags within the same page.
Something like this: ---TOP OF PAGE--- <my:load_all/> <my:display variable="loaded1"/> <my:unload_all/> ---END OF PAGE--- This layout triggers a problem: if I use the strict pragma I can't use the same variables (each my:: function is isolated in scope); if I declare a global variable in my::load_all there are all the usual conflicts between different sessions. Does anybody know how to fix this? TIA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]