Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-05 Thread Hubert NEOtyk Iwaniuk
Hello Chris, On Wed, Dec 05, 2001 at 12:24:51AM +0100, Christian Haul wrote: Wait a minute. stylesheet != taglib taglib: used when creating .java from XSP. taglibs are aka logicsheets. stylesheet: used when styling XML usually, both are implemented in XSLT you apply your taglib to XML -

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-05 Thread Hubert NEOtyk Iwaniuk
Problem solved! I have manadged to solve the problem. In attachement 3 files: problem.tgz -- not working files problem_solved.tgz -- working files problem.diff.gz -- differences between problem and problem_solved

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-05 Thread Christian Haul
On 05.Dec.2001 -- 10:30 AM, Hubert NEOtyk Iwaniuk wrote: Hello Chris, On Wed, Dec 05, 2001 at 12:24:51AM +0100, Christian Haul wrote: Wait a minute. stylesheet != taglib taglib: used when creating .java from XSP. taglibs are aka logicsheets. stylesheet: used when styling XML

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-05 Thread Hubert NEOtyk Iwaniuk
On Wed, Dec 05, 2001 at 01:34:52PM +0100, Christian Haul wrote: On 05.Dec.2001 -- 10:30 AM, Hubert NEOtyk Iwaniuk wrote: Hello Chris, On Wed, Dec 05, 2001 at 12:24:51AM +0100, Christian Haul wrote: Wait a minute. stylesheet != taglib taglib: used when creating .java from XSP.

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-05 Thread Christian Haul
On 05.Dec.2001 -- 02:49 PM, Hubert NEOtyk Iwaniuk wrote: On Wed, Dec 05, 2001 at 01:34:52PM +0100, Christian Haul wrote: On 05.Dec.2001 -- 10:30 AM, Hubert NEOtyk Iwaniuk wrote: This wasn't clear from your postings. Please attach your cocoon.xconf. To the contrary, you explicitly apply

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread Hubert NEOtyk Iwaniuk
If my question is somehow incomplite or unclear, tell me what is wrong with it. It is very important to me to know why it is not working. help, help, hubert. - Please check that your question has not already been

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread David Rosenstrauch
At 10:41 AM 12/4/01 +0100, you wrote: If my question is somehow incomplite or unclear, tell me what is wrong with it. It is very important to me to know why it is not working. help, help, hubert. Hi Hubert. Your previous question was a little unclear, but I'll try my best to help.

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread Christopher Painter-Wakefield
to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: [c2] q: howto use ESQL inside own logicsheets? Hi all, i want my logicsheet to use ESQL, i try this: !-- my logicsheet -- xsl:stylesheet version=1.0 xmlns:esql=http://apache.org/cocoon/SQL/v2; xmlns:xsp=http://apache.org/xsp

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread Hubert NEOtyk Iwaniuk
Hi David, Your previous question was a little unclear, but I'll try my best to help. Generally the way I handle logicsheets and XSP is as follows: 1) take an XML file (what you refer to in your message as my server page I would say is not a server page; it's just a regular xml file)

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread Christian Haul
On 04.Dec.2001 -- 06:20 PM, Hubert NEOtyk Iwaniuk wrote: Hi David, Your previous question was a little unclear, but I'll try my best to help. Generally the way I handle logicsheets and XSP is as follows: 1) take an XML file (what you refer to in your message as my server page I