Re: changing location of embperl.log

2004-06-09 Thread Gerald Richter
> > From memory, the PerlSetEnv line needs to come before the "PerlModule > HTML::Embperl" lines for changing the logfile location. That a very > vague memory though :) > ...and it must come before any execution of a perl startup file, so it is set before Embperl is loaded Gerald ---

Re: Session Management Magic

2004-06-09 Thread Gerald Richter
Title: Session Management Magic > When I load IN.html and then OUT.html a second time, I get the value> for 'surName', but I'm not sure where it's coming from?  Can anyone> explain?  Not sure if I understand right what your problem is? Is it that surname is lower case and surName with one up

Re: updated nedit syntax highlighting for embperl

2004-06-09 Thread Gerald Richter
Hi, > > For those using nedit, I've updated (and improved) the syntax > highlighting .pats file and it's now available on the nedit ftp site. > It works with nedit 5.1 to 5.4 (current release). It doesn't work > with versions earlier than 5.1 because of changes in regex features. > > ftp://www.ned

Re: Default xsltparam

2004-06-09 Thread Gerald Richter
Jochen Topf wrote: > Hi! > > When using XSLT with Execute() like this: > > $ret = Execute({ > inputfile => 'foo.xml', > recipe => 'EmbperlXSLT', > xsltstylesheet => 'foo.xsl', > }); > > without an 'xsltparam', the %fdat hash is used as default 'xsltparam'. > > I think this

Re: Session Management Magic

2004-06-09 Thread Angus Lees
At Fri, 28 May 2004 15:51:43 -0400, Farouk Khawaja wrote: > OK Folks, I realize that sessions management is 'magic' but I really > want to know how it works. > | id| varchar(32) | | PRI | | | > | a_session | text| YES | | NULL| | > | givenName | var