Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 13672 invoked by uid 500); 16 Mar 2001 23:42:46 -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 13292 invoked from network); 16 Mar 2001 23:42:42 -0000 Message-ID: <337055FBC675D311A85D00508B5A9C4FA76F6B@u-mail.rd.francetelecom.com> From: CURRAN Chad / FTR&D / ATFREEDOM To: "'cocoon-users@xml.apache.org'" Subject: RE: ESQL problems Date: Fri, 16 Mar 2001 15:42:39 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0AE72.C98EFD30" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ------_=_NextPart_001_01C0AE72.C98EFD30 Content-Type: text/plain; charset="iso-8859-1" The format below works for me: processor.xsp.logicsheet.junk.java = file:///d:/cocoon/src/org/apache/cocoon/processor/xsp/library/java/junk.xsl (no line break in the middle, it only looks that way because of word wrap.) -----Original Message----- From: Jay [mailto:blueegg@teleport.com] Sent: Friday, March 16, 2001 12:14 PM To: cocoon-users@xml.apache.org Subject: ESQL problems I know this question has been asked before, but there is still no definitive answer that I've come across. I'm using Windows NT, Cocoon 1.8, and tomcat (no apache). I can't get the XSP processor to process the ESQL tags. In cocoon.properies I have the line: processor.xsp.logicsheet.esql.java = resource://org/apache/cocoon/processor/xsp/library/sql/esql.xsl In my xml file I have: I do NOT use an tag in my xml. It was suggested that in the cocoon.properties file, 'resource' should be changed to file and pointed at the actual file on the filesystem. Is that the case and what is the syntax for a (Windows) file that is at d:\tomcat\src\esql.xsl? Thanks in advance for your help. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: ------_=_NextPart_001_01C0AE72.C98EFD30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: ESQL problems

The format below works for me:

processor.xsp.logicsheet.junk.java     =3D = file:///d:/cocoon/src/org/apache/cocoon/processor/xsp/= library/java/junk.xsl

(no line break in the middle, it only looks that way = because of word wrap.)

-----Original Message-----
From: Jay [mailto:blueegg@teleport.com]
Sent: Friday, March 16, 2001 12:14 PM
To: cocoon-users@xml.apache.org
Subject: ESQL problems



I know this question has been asked before, but there = is still no definitive
answer that I've come across.

I'm using Windows NT, Cocoon 1.8, and tomcat (no = apache).

I can't get the XSP processor to process the ESQL = tags.

In cocoon.properies I have the line:
processor.xsp.logicsheet.esql.java     = =3D
resource://org/apache/cocoon/processor/xsp/library/sql/esql.xsl=

In my xml file I have:
<xsp:page
  language=3D"java"
  xmlns:esql=3D"http://apache.org/1999/SQL/v2"
  xmlns:xsp=3D"http://www.apache.org/1999/XSP/Core"
  xmlns:request=3D"http://www.apache.org/1999/XSP/Request"
>

I do NOT use an <?xml-logicsheet> tag in my = xml.

It was suggested that in the cocoon.properties file, = 'resource' should be
changed to file and pointed at the actual file on = the filesystem.  Is that
the case and what is the syntax for a (Windows) file = that is at
d:\tomcat\src\esql.xsl?

Thanks in advance for your help.


---------------------------------------------------------------= ------
Please check that your question has not already been = answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: = <cocoon-users-unsubscribe@xml.apache.org>
For additional commands, e-mail: = <cocoon-users-help@xml.apache.org>

------_=_NextPart_001_01C0AE72.C98EFD30--