Re: xslt and get

2002-12-16 Thread Gerald Richter
Hi! > > > Could you try > > > > http://127.0.0.1/document.html?test='test+test' > > > > (Note the quotes arround test+test) > > > > Does this work? > > > > Yes. > Also http://127.0.0.1/document.html?test='test+test+%F6%F6%E4%E4%FC%FC' > like things work. > > %fdat is feed as parameters into libx

Re: xslt and get

2002-12-16 Thread Gerald Richter
> > I'm using EmbperlLibXSLT recipie with document.xsl and when quering page > via GET I revice error: > > http://127.0.0.1/document.html?test=test+test > Could you try http://127.0.0.1/document.html?test='test+test' (Note the quotes arround test+test) Does this work? Gerald

Re: xslt and get

2002-12-15 Thread Jaak
Hello again. When I change EmbperlXSLT.pm # push @$ep, {'type' => $xsltproc, stylesheet => \@stylesheet, $param -> xsltparam?():(param => \%Embperl::fdat) } ; push @$ep, {'type' => $xsltproc, stylesheet => \@stylesheet, $param -> xsltparam } ; I get things working, but is this some

xslt and get

2002-12-14 Thread Jaak
Hi! I'm using EmbperlLibXSLT recipie with document.xsl and when quering page via GET I revice error: http://127.0.0.1/document.html?test=test+test --- [1281]ERR: 58: document.xsl(1): LibXSLT Error: Error Invalid expression: [1281]ERR: 58: document.xsl(1): LibXSLT Error: t: [1281]ERR: 58: do