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
>
> 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
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
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