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 libxslt. libxslt needs text to be quoted. The best would be the change the line where %fdat is moved into xsltparam (you have already changed it), so that every item is quoted, before it is passed into xsltparam Gerald P.S. Please keep the discussion on the list ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
