Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 41742 invoked by uid 500); 26 Mar 2003 10:21:52 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 41728 invoked from network); 26 Mar 2003 10:21:52 -0000 Received: from mail.gmx.net (213.165.65.60) by daedalus.apache.org with SMTP; 26 Mar 2003 10:21:52 -0000 Received: (qmail 25883 invoked by uid 65534); 26 Mar 2003 10:21:58 -0000 Received: from chello062178239020.5.15.vie.surfer.at (EHLO WRPO) (62.178.239.20) by mail.gmx.net (mp006-rz3) with SMTP; 26 Mar 2003 11:21:58 +0100 From: =?iso-8859-1?Q?Reinhard_P=F6tz?= To: Subject: RE: Can I do this? Date: Wed, 26 Mar 2003 11:21:18 +0100 Message-ID: <002501c2f381$7104dcb0$2201a8c0@WRPO> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: <001501c2f323$4d352a50$2000a8c0@golias> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If I understand your request right you would have to write a custom input module or an action if you want to do something "special" with a request paramter. Reinhard > -----Original Message----- > From: joaocesar@duploclique.com [mailto:joaocesar@duploclique.com]=20 > Sent: Wednesday, March 26, 2003 12:07 AM > To: cocoon-users@xml.apache.org > Subject: Re: Can I do this? >=20 >=20 > It's really working :) Thanks ! :) >=20 > I just have one problem, if I search for two terms it goes as=20 > term1+term2 and it produces no results, as well if i type=20 > them under quotes, like "term1 term2" :| >=20 > Can I parse the querystring on the fly ? >=20 > Thanks >=20 > ----- Original Message ----- > From: > To: > Sent: Tuesday, March 25, 2003 11:01 PM > Subject: Re: Can I do this? >=20 >=20 > > Oops... forget it I've changed the wrong cocoon.xconf (I'm=20 > working on=20 > > the network, but have changed local file :| ), it's now error free:) > > > > Thanks > > > > > > ----- Original Message ----- > > From: "Reinhard P=F6tz" > > To: > > Sent: Tuesday, March 25, 2003 10:56 PM > > Subject: RE: Can I do this? > > > > > > Which cocoon version do you use? > > > > If you use 2.04 it seems to me that input modules are not=20 > supported by=20 > > the compiled sitemap. But I'm not sure because I've been=20 > using Cocoon=20 > > 2.1dev for month (interpreted sitemap and input modules=20 > work). But be=20 > > warned - Cocoon 2.1 is still alpha!!! But I think this will=20 > change in=20 > > the nearer future. > > > > Regards, > > Reinhard > > > > > -----Original Message----- > > > From: joaocesar@duploclique.com [mailto:joaocesar@duploclique.com] > > > Sent: Tuesday, March 25, 2003 11:48 PM > > > To: cocoon-users@xml.apache.org > > > Subject: Re: Can I do this? > > > > > > > > > Thanks :) > > > > > > I've added them into cocoon.xconf, but know i'm having this: > > > > > > message Error while creating node 'generate' at file:/C:/Program=20 > > > Files/Apache Group/Tomcat=20 > > > 4.1/webapps/cocoon/pubmed/sitemap.xmap:45:147 > > > > > > description=20 > > > org.apache.avalon.framework.configuration.ConfigurationExcepti > > > on: Error while creating node 'generate' at file:/C:/Program=20 > > > Files/Apache Group/Tomcat=20 > > > 4.1/webapps/cocoon/pubmed/sitemap.xmap:45:147 > > > > > > that's here: > > > > > > > > > > > > > > src=3D"http://http://www.ncbi.nlm.nih.gov/entrez/eutils/esearch. > > > fcgi?db=3Dpubmed > > > &term=3D{request:query}&retmax=3D200"/> > > > src=3D"stylesheets/pubmed2html.xsl"/> > > > > > > > > > > > > > > > I'm doing anything wrong? Or do I need to use, > > name=3D"request"/> ? > > > > > > TIA > > > > > > Joao Cesar > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > From: "Reinhard P=F6tz" > > > To: > > > Sent: Tuesday, March 25, 2003 10:29 PM > > > Subject: RE: Can I do this? > > > > > > > > > Checkout input modules - they should be available in 2.04. They=20 > > > grant you easy access to the request parameters. > > > > > > > > src=3Dhttp://blablabla?term=3D{request:query}/> > > > > > > Regards, > > > Reinhard > > > > > > > > > -----Original Message----- > > > From: joaocesar@duploclique.com [mailto:joaocesar@duploclique.com] > > > Sent: Tuesday, March 25, 2003 10:54 PM > > > To: cocoon-users@xml.apache.org > > > Subject: Can I do this? > > > > > > > > > Can I (?) do anything like this: > > > > > > > > > > > > src=3D"stylesheets/search2html.xsl"/> > > > > > > > > > > > > I've found that if I do (...) pattern=3D"*.search"> (...) =20 > it works,=20 > > > and i can do for example "search phrase".search in the=20 > address bar=20 > > > and it matches with the generate prototype.. but i want=20 > to use that=20 > > > notation to match a GET form. > > > > > > Thanks > > > > > > Jo=E3o C=E9sar > > > joaocesar@netcabo.pt > > > > > > > > >=20 > -------------------------------------------------------------------- > > > - > > > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > > > For additional commands, e-mail: cocoon-users-help@xml.apache.org > > > > > > > > > > > > > > >=20 > -------------------------------------------------------------------- > > > - > > > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > > > For additional commands, e-mail: cocoon-users-help@xml.apache.org > > > > > > > > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > > For additional commands, e-mail: cocoon-users-help@xml.apache.org > > > > > > > > > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > > For additional commands, e-mail: cocoon-users-help@xml.apache.org > > > > >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org