esql transformations

2002-04-04 Thread Jerzy Kut
Hi all! Can I use esql in transformation file? How? I try: employees-xsp.xsl ?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:xsp=http://apache.org/xsp; xmlns:esql=http://apache.org/cocoon/SQL/v2;

Re: esql transformations

2002-04-04 Thread Torsten Curdt
On Thu, 4 Apr 2002, Jerzy Kut wrote: Hi all! Can I use esql in transformation file? short answer: no - it's a logicsheet that gets applied by the serverpages generator. you could use the sql transformer for this instead. mind the (unfortunately) different syntax though... -- Torsten

xsp and esql

2002-04-04 Thread Bert Van Kets
I've got the name of a column in a String variable and would like to use the value contained in that column in my output. How can I request that value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is this possible? The code snip I include obviously does not work! What is

Re: xsp and esql

2002-04-04 Thread Christian Haul
On 04.Apr.2002 -- 11:33 AM, Bert Van Kets wrote: I've got the name of a column in a String variable and would like to use the value contained in that column in my output. How can I request that value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is this possible? No it

Re: xsp and esql

2002-04-04 Thread Bert Van Kets
Works perfectly, Thanks Chris, Bert At 11:59 4/04/2002 +0200, you wrote: On 04.Apr.2002 -- 11:33 AM, Bert Van Kets wrote: I've got the name of a column in a String variable and would like to use the value contained in that column in my output. How can I request that value? I need to nest

want to sure that i can output some WML from some XML

2002-04-04 Thread Rami Amiri
: Hi Nokia Developers.I am still suffering from the following problem.I have Nokia Toolkit installed, and I want to load and run a XML file from toolkit. At first, my toolkit has been successfully configured with apache server and i could load just WML file from the Root server, but I could not

Possible bug?

2002-04-04 Thread Mike Ahlers
Using: Jdk 1.4, Tomcat 2.0.3, Cocoon 2.0.2 I notice during creation of first XSP page I always get an error. The page is partially created, and after first image it errors. Refreshing the request results in a smooth operation. My hunch is that there might be a flaw during initialization?

Possible bug? (addendum)

2002-04-04 Thread Mike Ahlers
Make that Tomcat 4.0.3 Oops Mike

RE: esql transformations

2002-04-04 Thread Vadim Gritsenko
See http://localhost:8080/cocoon/sub/xsl-cocoon sample. It does generates XSL using XSP. Vadim From: Jerzy Kut [mailto:[EMAIL PROTECTED]] Hi all! Can I use esql in transformation file? How? I try: employees-xsp.xsl ?xml version=1.0? xsl:stylesheet version=1.0

RE: Why isn't Cocoon making into the commerical world?

2002-04-04 Thread Andrew C. Oliver
Where Coccon is lacking is documentation, documentation, and documentation. +1000 I consider this the root cause. -- http://www.superlinksoftware.com http://jakarta.apache.org/poi - port of Excel/Word/OLE 2 Compound Document format to java

C2 JPEG SVG Compression

2002-04-04 Thread MJ Ray
Hi, looking at one site we develop, I'm getting errors like ERROR: The JPEG quality has not been specified. Use the default one: no compression Looking at the source on there (a not-too-recent CVS copy), it seems that the JPEGTranscoder doesn't get the Hint for the compression set. Has this

Charting

2002-04-04 Thread Sozonnik Andrew
Hello all ! Can anybody tell me, is it available some tools for C2 to generate complete charts (with axis, labels etc.) for example in SVG, based on data in XML ? With respect, Sozonnik Andrew. - Please check that your

RE: Build fail

2002-04-04 Thread Vadim Gritsenko
Can't reproduce. Vadim -Original Message- From: sandhu@terra-firma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 11:46 PM To: [EMAIL PROTECTED] Subject: Build fail Since yesterday unable to build from CVS Fail to compile : Please_    

RE: C2 JPEG SVG Compression

2002-04-04 Thread Vadim Gritsenko
From: MJ Ray [mailto:[EMAIL PROTECTED]] Hi, looking at one site we develop, I'm getting errors like ERROR: The JPEG quality has not been specified. Use the default one: no compression Looking at the source on there (a not-too-recent CVS copy), it seems that the JPEGTranscoder doesn't

Re: Charting

2002-04-04 Thread Nicola Ken Barozzi
From: Sozonnik Andrew [EMAIL PROTECTED] Hello all ! Can anybody tell me, is it available some tools for C2 to generate complete charts (with axis, labels etc.) for example in SVG, based on data in XML ? If someone is willing to help me, I have charting stuff that needs to be bug-tested

RE: Charting

2002-04-04 Thread Sozonnik Andrew
Hello Nicola ! Ok, I want to test your charting stuff ! Can you send it to me ? [EMAIL PROTECTED] With respect, Sozonnik Andrew. -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 4:56 PM To: [EMAIL PROTECTED] Subject: Re:

Re: Charting

2002-04-04 Thread Bert Van Kets
Hi Nicola, I'm game. Send me what you've got and I'll check it out. Bert At 15:55 4/04/2002 +0200, you wrote: From: Sozonnik Andrew [EMAIL PROTECTED] Hello all ! Can anybody tell me, is it available some tools for C2 to generate complete charts (with axis, labels etc.) for example in

RE: Error compiling sitemap

2002-04-04 Thread Rajput, Ashish S
I did copy over the appropriate files, however, I'm still getting the same error as earlier. Interestingly, the first time I restart Tomcat and bring up the browser, the error message in the log is something about the Display Settings. The following times I try to bring up Cocoon in the browser

Load test with ab

2002-04-04 Thread Michael Wechner
Hi We did a load test of Cocoon 2.0.1 with ab from Apache. Everything is fine when we do Concurrency 1 or 3 (ab -n 10 -c 3) and performance looks good (pretty much the same as Zope). But when we set Concurrency 10 we run into trouble. Cocoon seems to stop running after a certain time and

RE: Charting

2002-04-04 Thread Halcsy Pter
hello, attached bar.xsl origins from batik cvs. In that cvs you can find somewhere a bar.xsl, line.xsl and pie.xsl (I don't know where and I have no time to search it now; I had a local copy of it). I attached my line.xsl that transform data.xml to a line chart. Unfortunatly the comments are

[docs] Suggestions about pre/pre and/or code/code in the docs

2002-04-04 Thread von Schwerdtner, Thomas (GXS, FPI)
Title: [docs] Suggestions about pre/pre and/or code/code in the docs Hey folks, In my geeky web browsing, I sometimes come across web pages with code listings that is wide enough to cause horizontal scrolling problems. To be clear, the code listing is preformatted text, so if the line is

[OT] HTML email (RE: [docs] Suggestions about pre/pre and/or code/code in the docs)

2002-04-04 Thread von Schwerdtner, Thomas (GXS, FPI)
Title: [OT] HTML email (RE: [docs] Suggestions about pre/pre and/or code/code in the docs) OK folks, this is driving me nuts. In Outlook I have quite clearly specified that I want my email to be Plain Text, and I even check when I am in the middle of composing an email to make SURE that

databaseaddaction...help me....

2002-04-04 Thread Rolfe Jenny
Title: databaseaddaction...help me Okay so what I want to do is use the default database add action to update two tables, in one I automatically generate an id then I want to also put this id into the second table. So here's what I do: connectionxcpt/connection table name=page keys

Re: [OT] HTML email (RE: [docs] Suggestions about pre/pre and/or code/code in the docs)

2002-04-04 Thread Nicola Ken Barozzi
[OT] HTML email (RE: [docs] Suggestions about pre/pre and/or code/code in the docs)From: von Schwerdtner, Thomas (GXS, FPI) OK folks, this is driving me nuts. 8-B In Outlook I have quite clearly specified that I want my email to be Plain Text, and I even check when I am in the middle of

xsp and esql

2002-04-04 Thread Bert Van Kets
I've got the name of a column in a String variable and would like to use the value contained in that column in my output. How can I request that value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is this possible? The code snip I include obviously does not work! What is

Putting the esql:get-ascii inside CDATA block

2002-04-04 Thread Steven Sedlmeyer
I'm trying to place the results of an esql:get-ascii column=foo/ tag into a cdata block. I've been able to get close, with the ending up in the text node as lt; and gt; but I can't get them inserted as an actual CDATA block. Is there some simple solution I've missed or baring that, a hard

Fw: Charting

2002-04-04 Thread Nicola Ken Barozzi
CC to dev just FYI From: Luca Morandini [EMAIL PROTECTED] Nicola, I don't want to rain on your parade but... since charting is not core Cocoon, I think it'd be better to integrate it with other packages doing the task at hand (SVG chart generation) rather than re-invent the wheel. Are

Greetings, and question

2002-04-04 Thread Brent Eades
Hello all, just getting up to speed on Cocoon, and finding it all quite fascinating. No doubt I'll have many more questions in the coming months. Anyway, today's question is on xpath. I'm trying to customize the HTML Generator 'scraper' example to extract bits from a given HTML page. Now, I

working with mod_rewrite

2002-04-04 Thread Liam Morley
I read up on working with mod_rewrite in the Cocoon FAQ, and I'm having a bit of a hard time getting mod_rewrite to cooperate with my sessions. I've got the following in my Apache httpd.conf: RewriteEngine On RewriteLog E:/rewrite.log RewriteLogLevel 3 RewriteRule /cms/(.*) /cocoon/cms/$1 [PT]

Is anyone working on a book? Was: Why isn't Cocoon making into the commerical world?

2002-04-04 Thread Steven Punte
Cocoon User Group: It seems like the primary reason people feel Cocoon is being held back from entering into prime time is documentation. Just out of interest, is anyone working on a full book for Cocoon? Steve Punte [EMAIL PROTECTED] By Candlelight If Necessary

RE: Is anyone working on a book? Was: Why isn't Cocoon making into the commerical world?

2002-04-04 Thread von Schwerdtner, Thomas (GXS, FPI)
Title: RE: Is anyone working on a book? Was: Why isn't Cocoon making into the commerical world? www.need-a-cake.com I believe -Original Message- From: Steven Punte [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 2:09 PM To: [EMAIL PROTECTED] Subject: Is anyone

RE: Is anyone working on a book? Was: Why isn't Cocoon making into the commerical world?

2002-04-04 Thread Argyn Kuketayev
http://www.amazon.com/exec/obidos/ASIN/0672322579/qid=1017947412/sr=8-7/ref= sr_8_67_7/102-7961812-4500953 Cocoon Developer's Handbook by Sue Spielman the lack of dicumentation is a major obstacle on the way to a commercial success. it also send a message to potential users that developers are

Re: working with mod_rewrite

2002-04-04 Thread Michael Wechner
Did you try mod_proxy? You will find some notes at http://www.wyona.org/docs/wyona-cms-docs/integrator-guide/virtual-server/proxy-apache.html All the best Michael Liam Morley wrote: I read up on working with mod_rewrite in the Cocoon FAQ, and I'm having a bit of a hard time getting

RE: Greetings, and question

2002-04-04 Thread Luca Morandini
Brent, if you want to process the nodeset enclosed in the bis element, you could just try this: xsl:template match=/ xsl:element name=page xsl:apply-templates/ /xsl:element /xsl:template xsl:template match=bis xsl:element name=biselement

Re: working with mod_rewrite

2002-04-04 Thread giacomo
On Thu, 4 Apr 2002, Michael Wechner wrote: Did you try mod_proxy? You will find some notes at http://www.wyona.org/docs/wyona-cms-docs/integrator-guide/virtual-server/proxy-apache.html We had some issues with ProxyPass (I don't remember right now what it was) and used both like this:

RE: Greetings, and question

2002-04-04 Thread Brent Eades
On 4 Apr 2002 at 21:43, Luca Morandini wrote: xsl:template match=bis xsl:element name=biselement xsl:copy-of select=./ /xsl:element /xsl:template But this is plain XSLT matching, nothing to do with XPATH. BTW, I've noticed your HTML is NOT XML-compliant, which will cause problems

xsql

2002-04-04 Thread sushil Bhattarai
Hi All, Does Cocoon2 support XSQL? I'm trying to find taglib for XSQL and have no idea how to go about it. How can I use XSQL in Cocoon? Any suggestion? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com

Re: working with mod_rewrite

2002-04-04 Thread Michael Wechner
For us mod_proxy seems to work quite alright so far, except for the following problems: 1) Referer which are used for later redirection (held within session) 2) Absolute URL's within pages 3) Absolute Path to images We are currently resolving these problems by setting on the Cocoon side some

RE: xsql

2002-04-04 Thread Luca Morandini
Sushil, not that I want to be impolite, but... why using XSQL ? I presume SQL Transformer could do just fine. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED]

rdf from Slashdot and Freshmeat

2002-04-04 Thread Michael Wechner
Hi I would like to use the rdf from Slashdot and Freshmeat via XInclude. http://www.slashdot.org/slashdot.rdf http://www.freshmeat.net/backend/fm.rdf Everything works fine except that the following declaration xmlns=http://my.netscape.com/rdf/simple/0.9/; within these document makes a lot of

Cocoon 1.82 + CLOBs + Oracle + esql

2002-04-04 Thread Russell Castagnaro
Aloha cocoon-users, I've had a hell of a time getting cocoon 1.82 and the esql taglib to pull XML data stored in CLOB fields from Oracle 8.1.7 (using the thin Oracle driver) I decided to fix it, and happily all I had to do was add a few things to the esql.xsl file under src. In

Tags: Passing dynamically generated values for parameters

2002-04-04 Thread Sreedhar Chintalapaty
Title: Glacier I am stuck for the last two days, and having scourged the newsgroup postings, I think a direct appeal is okay... My entire project revolves around being able to do something like this, and my go-live date is nearing, so please, h-e-l-p. The problem is this: I have a

xt:document in cocoon?

2002-04-04 Thread Conal Tuohy
I have some questions about using the XT extension document in Cocoon. This feature allows an XSLT to produce multiple output documents; it's often used (outside of Cocoon) to produce a collection of small web pages from a large source file. I have access to some XSLT code which does this, which

RE: Error compiling sitemap

2002-04-04 Thread Vadim Gritsenko
Shot in the dark: how many colors your display currently have? Make sure you have at least 256 colors (8 bit). Vadim From: Rajput, Ashish S [mailto:[EMAIL PROTECTED]] I did copy over the appropriate files, however, I'm still getting the same error as earlier. Interestingly, the first

RE: Load test with ab

2002-04-04 Thread Vadim Gritsenko
What is in these lines? org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:2099) org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:2071) Vadim -Original Message- From: Michael Wechner [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:37 AM To: [EMAIL

RE: [docs] Suggestions about pre/pre and/or code/code in the docs

2002-04-04 Thread Vadim Gritsenko
I do agree with you. Send in a patch. Vadim -Original Message- From: von Schwerdtner, Thomas (GXS, FPI) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:59 AM To: '[EMAIL PROTECTED]' Subject: [docs] Suggestions about pre/pre and/or code/code in the docs Hey folks,   In my

RE: XML Reader giving problems

2002-04-04 Thread Vadim Gritsenko
Strange :-/ In the end, it really does not matter as Tomcat 4.0.4 does not have these issues. Vadim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 2:34 AM To: [EMAIL PROTECTED] Subject: Re: XML Reader giving problems Vadim,

RE: want to sure that i can output some WML from some XML

2002-04-04 Thread Peng, Meimin
Hello, I though wap simulator just support wml files. xml needs to be apply stylesheet in order to transform to wml document. how to do it? I don't know. I am newbie in cocoon. still trying to figure out how to deploy a simplest application in cocoon... -Original

RE: xsp and esql

2002-04-04 Thread Vadim Gritsenko
From: Bert Van Kets [mailto:[EMAIL PROTECTED]] I've got the name of a column in a String variable and would like to use the value contained in that column in my output. How can I request that value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is this possible? The

RE: Load test with ab

2002-04-04 Thread Chris Warr
Hi, I'm a bit of a newbie so go easy on me if I get things wrong. We're also having trouble with with cocoon under load. We're running under NT4 SP6a, Tomcat 4.0.3, Cocoon 2.0.2, and JDK 1.3.1. We've got a webapp that connects to an MSSQL Server 2000 db using Microsoft's jdbc driver, it reads

RE: Greetings, and question

2002-04-04 Thread Vadim Gritsenko
From: Brent Eades [mailto:[EMAIL PROTECTED]] On 4 Apr 2002 at 21:43, Luca Morandini wrote: xsl:template match=bis xsl:element name=biselement xsl:copy-of select=./ /xsl:element /xsl:template But this is plain XSLT matching, nothing to do with XPATH. BTW, I've noticed

RE: Tags: Passing dynamically generated values for parameters

2002-04-04 Thread Vadim Gritsenko
Sreedhar: 1. xsl:variable name=class/ in the XSLT below declared but never used. 2. Study any logichsheet which comes with cocoon (request.xsl will do) for a how to pass a parameter to the logichseet tag. Perform these exercises: 1. Translate your XSP page with your logicsheet using

RE: Cocoon installation giving problem on WebSphere 4.0

2002-04-04 Thread Vadim Gritsenko
From: Ali, Farhan [mailto:[EMAIL PROTECTED]] Hi, I am trying to install Cocoon 2.0.1-bin on IBM WebSphere 4.0. Cocoon 2.0.2, WebSphere 4.0, JDK1.3 is known to work. RTFM: http://xml.apache.org/cocoon/installing/index.html After i installed Cocoon on WebSphere 4.0. I am getting this

Cocoon installation giving problem on WebSphere 4.0

2002-04-04 Thread Ali, Farhan
Hi, I am trying to install Cocoon 2.0.1-bin on IBM WebSphere 4.0. After i installed Cocoon on WebSphere 4.0. I am getting this error in access.log file. DEBUG (2002-04-04) 18:59.23:881 [access] (Unknown-URI) Unknown-thread/CocoonServlet: getRealPath for /:

RE: Tags: Passing dynamically generated values for parameters

2002-04-04 Thread Chitharanjan Das
This will help U xsl:template match=gvsdb:list-people     xsl:variable name=class xsl:choose xsl:when test=string(@class)     util:include-expr      util:expr     xsp:expr     (XMLGenerator.toXML(xsl:value-of

RE: Is anyone working on a book? Was: Why isn't Cocoon making into the commerical world?

2002-04-04 Thread Carsten Ziegeler
Matthew and I have just finished our Cocoon 2 book which will be published by New Riders (http://www.newriders.com). It is scheduled for late July. Have a look at http://www.need-a-cake.com for some more infos. Carsten -Original Message- From: Steven Punte [mailto:[EMAIL

Re: rdf from Slashdot and Freshmeat

2002-04-04 Thread KOZLOV Roman
Hi Michael, Try to put the rdf namespace declaration in stylesheet tag like this: xsl:stylesheet . . . xmlns:rdf=http://my.netscape.com/rdf/simple/0.9/; and then in your xsl templates refer to elements from this namespace with rdf: prefix: xsl:template match=rdf:some_element PS: Of course, you

Re: xsql

2002-04-04 Thread Christian Haul
On 04.Apr.2002 -- 08:25 PM, sushil Bhattarai wrote: Hi All, Does Cocoon2 support XSQL? I'm trying to find taglib for XSQL and have no idea how to go about it. How can I use XSQL in Cocoon? Any suggestion? Cocoon has four different packages that deal with relational database access. 1) ESQL

Re: Putting the esql:get-ascii inside CDATA block

2002-04-04 Thread Christian Haul
On 04.Apr.2002 -- 12:06 PM, Steven Sedlmeyer wrote: I'm trying to place the results of an esql:get-ascii column=foo/ tag into a cdata block. I've been able to get close, with the ending up in the text node as lt; and gt; but I can't get them inserted as an actual CDATA block. Is there

Re: Charting

2002-04-04 Thread Ivelin Ivanov
Wow. Charting. I could use that. Tires of struggling with proprietary charting packages. - Original Message - From: Nicola Ken Barozzi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 9:03 AM Subject: Fw: Charting CC to dev just FYI From:

RE: Is anyone working on a book? Was: Why isn't Cocoon making into the commerical world?

2002-04-04 Thread Matthew Langham
Hi, Carsten and I are writing a book on Cocoon. It will be published by New Riders (www.newriders.com) in late July. You can find more information here: http://www.need-a-cake.com/categories/cbook/ There are also others in the works... Matthew -- Open Source Group sunShine -

Re: Load test with ab

2002-04-04 Thread Nicola Ken Barozzi
From: Chris Warr [EMAIL PROTECTED] Hi, I'm a bit of a newbie so go easy on me if I get things wrong. We're also having trouble with with cocoon under load. We're running under NT4 SP6a, Tomcat 4.0.3, Cocoon 2.0.2, and JDK 1.3.1. We've got a webapp that connects to an MSSQL Server 2000 db