RE: Dynamic sql in xsp

2002-05-09 Thread Reinhard Potz
Stephen, Maybe the SQL-Transformer can help you. Reinhard > -Original Message- > From: Stephen Ng [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 8:55 PM > To: Vadim Gritsenko; [EMAIL PROTECTED] > Subject: RE: Dynamic sql in xsp > > > > > > Why not generate SQL str

RE: Internationalization without i18n

2002-05-03 Thread Reinhard Potz
Have a look at the examples shipped with cocoon. you'll find the wildcard matcher which will help you e.g. Hope that helps _Reinhard > -Original Message- > From: Cenk Uysal [m

AW: Using Generators outside Cocoon

2002-03-10 Thread Reinhard Potz
Use the commandline interface. (see http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=100439206023213&w=2) If you are only interessted in the output of a generator you will have to write a simple pipeline (like this): Regards, REinhard

AW: URI parameter after ? in xslt ??

2001-12-24 Thread Reinhard Potz
Have a look at http://xml.apache.org/cocoon/userdocs/transformers/xslt-transformer.html Reinhard > -Ursprungliche Nachricht- > Von: Andreas Rittershofer [mailto:[EMAIL PROTECTED]] > Gesendet: Sonntag, 23. Dezember 2001 22:39 > An: [EMAIL PROTECTED] > Betreff: URI parameter after ? i

AW: FAQ - How do I hide "cocoon" in the URL

2001-12-12 Thread Reinhard Potz
> -Ursprungliche Nachricht- > Von: Phil Blake [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 12. Dezember 2001 07:34 > An: [EMAIL PROTECTED] > Betreff: Re: FAQ - How do I hide "cocoon" in the URL > > > > What they're referring to in the FAQ is that, by default, all URL's > > con

AW: How to make an esql query ?

2001-11-15 Thread Reinhard Potz
Please post in plain text! Your question: If your url is "http://[your-server]/[your-context]/xsp/test.xsp"; you need an xsp-file with the name test.xsp.xsp because you match a string behind "xsp/*". The matcher returns in {1} "test.xsp". If you don't want to name your files ".xsp.xsp" ;-) I thi