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