Re: ESQL - select * from any_table

2001-08-05 Thread Christian Haul
On 05.Aug.2001 -- 12:00 PM, Mauro Velasco wrote: > Hi all, > > I'm using ESQL with (Tomcat 3.2.1, Cocoon 1.8.2, WinNT 4 sp6), and need > select all rows from any table, but I noticed before need know the columns > the be retrieved, exist a form to make this query. I'm usign Oracle 8.1.6, > Sql

Re: Fully exploiting Cocoon

2001-08-05 Thread Berin Loritsch
Why do you feel you have to keep them synchronised. If you have a number of resumes that all conform to your resume.xsd markup, then they can all work through the same stylesheets. If your stylesheets are written to accept the same markup, they can be used interchangeably for whatever your desir

Cocoon won't start?

2001-08-05 Thread Mykola A. Nickishov
Hi! What does this log mean? Cocoon 2b2 Tomcat 3.3m2 DEBUG 870 [cocoon ] (main): Using configuration file: /cocoon/cocoon.xconf DEBUG 873 [cocoon ] (main): Trying to load class: org.hsqldb.jdbcDriver WARN874 [cocoon ] (main): Could not force-load class: org.hsqldb.jdbcDriv

[C2] document() Crashes Tomcat

2001-08-05 Thread Peter Hargreaves
Hi Folks, I'm having problems using the xslt document() function. It used to work fine but seems to have gone faulty. Is this a bug or is it me? Anybody know? The problem I get is that it crashes tomcat after generating an ElemApplyTemplates.java423 error. I'm running: NT4.0, Java 1.2.2, Tomc

RE: c2 package names driving me crazy...

2001-08-05 Thread Vadim Gritsenko
Please checkout latest CVS, now it should be ok Vadim > -Original Message- > From: java guru [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 03, 2001 10:04 AM > To: [EMAIL PROTECTED] > Subject: RE: c2 package names driving me crazy... > > > Thanks man., > I appreciate your time..

how to insert after with Fp???

2001-08-05 Thread Timo Kuchenbuch
Hi to all!   I´d like to insert a tag after the existing tag!     My XML document content.xml       example        My xml doc which use the fp tags content.xml           xmlns:fp="http://apache.org/cocoon/XSP/FP/1.0"    xmlns:request="http://www.apache.org/1999/XSP/Request" 

ESQL - select * from any_table

2001-08-05 Thread Mauro Velasco
Hi all, I'm using ESQL with (Tomcat 3.2.1, Cocoon 1.8.2, WinNT 4 sp6), and need select all rows from any table, but I noticed before need know the columns the be retrieved, exist a form to make this query. I'm usign Oracle 8.1.6, Sql Server 7 and Mysql. Any help is great... Thanks in advance

How to convert date from "2001-7-25" to "July 25, 2001"

2001-08-05 Thread Richard Heintze
I've been reading about dates and time formats in Professional XSL (Wrox Press) and XML Bible 2nd Ed (Hungry Minds) by Harold. I'm a little confused by the former because they talk about calling Javascript functions inside the XPATH of XSLT select statement on page 166: "Use the languages attribu