Template or XML?

2001-09-14 Thread Alexandr Efimov
Hello, All! >Yes. AxKit's XSP module does this. Your SQL can be generated with the >AxKit::XSP::ESQL module, and then you can loop over the results >in your XSLT stylesheet using either xsl:foreach or (better still) > using a template. Actually using AxKit::XSP::ESQL module seems to be much more

Template or XML?

2001-09-14 Thread Alexandr Efimov
Hello, all! We have a 4 year experience in developing web sites for our customers. Most of these web sites must present information stored in some relational database (MySQL or Oracle), and we create a special web interface for managing the data stored in the database. We cannot use standard modu

IPC::SharedCache - problem

2001-01-17 Thread Alexandr Efimov
Hi, I'm having a problem with IPC::SharedCache module: when executing a code like this: tie(%cache, 'IPC::SharedCache',load_callback => sub {return undef}, validate_callback => sub {return 1},ipc_key => 'hash'); for ($i=1;$i<=1000;$i++) { $cache{"key_$i"}=[$i]; } it allocates a separate