Why is my cocoon app an IE6 killer?

2002-10-04 Thread leo leonid
Hi, most generally I would describe my problem with my cocoon-app as follows: When accessing a - servlet generated site - with (lots of) images - using a recent versions of Internet Explorer (i.e.6) on windows then IE stops loading images. And even better: from this moment on it generally

RE: R: embedding html in xml ?

2002-10-04 Thread Luca Morandini
Jessica Lorenzo, I'd like conducting a little experiment let's suppose we have an XML like this: ?xml version=1.0? page parameter well-formed a href=http://www.apache.org;Apache/a html br/ /parameter /page ...and an XSL like this:

Re: [PATCH] New xsp-session:getxml tag

2002-10-04 Thread Patrik Husfloen
Antonio Gallardo Rivera wrote: May be you are right :) but in: http://xml.apache.org/cocoon/developing/webapps/authentication.html You will find: session:getxml and not session:get-xml esql uses get-xml though :) but it's not like it matters, I'm just bored, reading mails. /patrik

multiple webapps sharing XSPs

2002-10-04 Thread Ryan Agler
Can a guru out there give me a hand? I recently installed Tomcat 4.1.12 with the latest Cocoon CVS. I have 4 Cocoon webapps which share the cocoon jars, are all in $TOMCAT_HOME/shared/lib. When I fire up Tomcat, the webapps get initialized and the normal log files appear under each one's

General questions about caching in Cocoon

2002-10-04 Thread Lenz, Evan
Does Cocoon provide a mechanism by which all pages on the site can be cached (perhaps via a crawler)? I'm aware of the command-line interface (and had trouble getting the crawler to get past the first page, but that's another story). Ultimately, I would like to use Cocoon as a servlet but have as

Re: MSSQL Stored procedure ESQL

2002-10-04 Thread Christian Haul
On 01.Oct.2002 -- 12:03 PM, fcbc wrote: Hello Christian, ???, 1 ??? 2002 ?., you wrote: CH Please see your MS docs whether your call will return a ResultSet CH or not. The syntax depends on that, see Apache Cocoon docs for CH details. I changed code in compliance with MS docs

Re: question about escaping

2002-10-04 Thread Yury Mikhienko
On Tue, 1 Oct 2002 19:12:14 +0300 Pavel Natov [EMAIL PROTECTED] wrote: hi there I'm still not sure about the problem that I have but here is the question: I retrieve some data from Oracle database using ESQL logicsheet in a XSP file. esql:results esql:row-results

2.1-Dev and Tomcat 4.1.12 experiences

2002-10-04 Thread Marc Driftmeyer
To all, I wrote as of 2 days ago that I was getting the malformedURI error inside Cocoon 2.1 Dev and just couldn't seem to figure out how leaving me with a crippled build. Today I decided to take a fresh look at the error logs(access.log specifically). First I attempted Antonio's technique as

Why is my cocoon app an IE6 killer?

2002-10-04 Thread leo leonid
Hi, most generally I would describe my problem with my cocoon-app as follows: When accessing a - servlet generated site - with (lots of) images - using a recent versions of Internet Explorer (i.e.6) on windows then IE stops loading images. And even better: from this moment on it generally

XSLT transformator META tag

2002-10-04 Thread Karpenstein, Cristina (Apprentice)
hi, the xslt tansformator fills in my html document: META http-equiv=Content-Type content=text/html; charset=ISO-8859-1 i do not want this. am i able to switch it off somehow? greetings cristina - Please check that your

esql tag instead of java ResultSet.getBytes()

2002-10-04 Thread Gabor Bartha
Hi, I've got Cocoon 2.0.3. I'm developing an application and want to use esql for queries. Here is the following java statement: String metaName = new String(rs.getBytes(metaname),ASCII); Is there any esql template tag to be used instead of this java code, or any other

HOW TO DEVELOP....

2002-10-04 Thread Mauro Daniel Ardolino
Hi! I'm developing my first application with Cocoon. I want to confirm that what I am doing is correct. This is my project structure: MyFirstProject \src \docs \web sitemap.xmap welcome.html \WEB-INF cocoon.xconf logkit.xconf web.xml \lib \*.jar (including all the cocoon's jar

XLink Processor

2002-10-04 Thread lalitha
hello, I am searching for any application that supports extended links of w3c XLink. I've seen in one of the archived mails, a mail with the subject "XLink Processor", Could any one tell me if there is support for ( especially for extended links) in cocoon, if so , in which version?

XSP taglib for HTTP connection

2002-10-04 Thread Jørn Vegard Røsnes
Hello, Do you know about a XSP taglib to communicate over a HTTP connection? I'm also interested in tablibs for other protocols than HTTP. Are there open-source projects for XSP taglibs, like for JSP? Best Regards Jørn -

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera
I noted it 2 days ago. I noted that the Cocoon machine is not doing NOTHING and the Internet explorer works like I am browsing a server placed somewhere in Pluton!. It does not look like a Cocoon problem. Because the java jobs was idle. But in the Windows machine I saw like it was checking

RE: Cocoon confusion

2002-10-04 Thread Thomas Haselberger
-Original Message- From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] I've created a pipeline to access my welcome.html file like this: map:match pattern=*.html map:generate type=file src={1}.html/ map:serialize type=html/ /map:match hello mauro, why don't

SunShine-InsertTransformer: encoding problem

2002-10-04 Thread Alex Romayev
Hi, I'm trying my way around SunShine and running into 2 problems: 1) I have an existing XML file with UTF-8 encoding. I use InsertTransformer to add a new record. It does so correctly, but changes the file encoding to ISO-8859-1 and replaces all non-English text with #1057;s and alike. 2) I

Re: SunShine-InsertTransformer: encoding problem

2002-10-04 Thread Alex Romayev
Sorry the C is supposed to read as (I'm separating with spaces) # 1 0 5 7 ;, the browser displays it as a letter C. --- Alex Romayev [EMAIL PROTECTED] wrote: Hi, I'm trying my way around SunShine and running into 2 problems: 1) I have an existing XML file with UTF-8 encoding. I use

How read configuration parameters?

2002-10-04 Thread Carlo Pescetelli
I've a cocoon application that uses JSP XSP and XSL pages. Developing Apache + Tomcat applications I used to put all my initialization parameters in the web.xml file. - Where I've to put my init parameters using cocoon2? - There is a way to access these parameters from JSP, XSP and XSL pages?

Re: HOW TO DEVELOP....

2002-10-04 Thread Antonio Gallardo Rivera
You can place almost every file when you want. There are some standards place for some files that depend of what version are you using. Please check the samples/tutorial is a good intro. Antonio Gallardo El Jueves, 03 de Octubre de 2002 11:04, Mauro Daniel Ardolino escribió: Hi! I'm

RE: Cocoon confusion

2002-10-04 Thread Mauro Daniel Ardolino
Good point! Sorry! It's my first application. I have to study more about sitemap. Thanks! Mauro On Fri, 4 Oct 2002, Thomas Haselberger wrote: -Original Message- From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] I've created a pipeline to access my welcome.html file like

RE: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Hunsberger, Peter
When accessing a - servlet generated site - with (lots of) images - using a recent versions of Internet Explorer (i.e.6) on windows then IE stops loading images. And even better: from this moment on it generally doesn’t display images anymore, even from other sites until you restart IE.

R: R: embedding html in xml ?

2002-10-04 Thread Lorenzo De Sio
Luca, the result of your example is: html head META http-equiv=Content-Type content=text/html; charset=UTF-16 /head body p value-of with escapingbr well-formed Apache html /p p value-of without

Re: [PATCH] New xsp-session:getxml tag

2002-10-04 Thread Antonio Gallardo Rivera
Hey, Patrick for me this issue is important. :) I think that every language, Cocoon must have a naming convention. It saves time to all the users. We need help here from one of the BIG developers, that can give us the light to resolve this issue. ;) Antonio Gallardo El Jueves, 03 de

Re: esql tag instead of java ResultSet.getBytes()

2002-10-04 Thread Christian Haul
On 04.Oct.2002 -- 10:30 AM, Gabor Bartha wrote: Hi, I've got Cocoon 2.0.3. I'm developing an application and want to use esql for queries. Here is the following java statement: String metaName = new String(rs.getBytes(metaname),ASCII); Is there any esql template

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread leo leonid
On Friday, October 4, 2002, at 05:45 Uhr, Antonio Gallardo Rivera wrote: I noted it 2 days ago. I noted that the Cocoon machine is not doing NOTHING and the Internet explorer works like I am browsing a server placed somewhere in Pluton!. exactly It does not look like a Cocoon

How to synchronize combos ...

2002-10-04 Thread Antonio Gallardo Rivera
Hi!. I continue with this :) One of the problems is already solved. I have a table called clientsproducts with 3 keys: cli_id(Client) cat_id (Category) pro_id (Product) In this example, the pro_id and cat_id are a complex key from the table products, because every product has a

How to insert multiple rows with a database actions.

2002-10-04 Thread Antonio Gallardo Rivera
Can someone help me? I need to insert multple rows at once. How I can do that. I ask because the only docs I found is at http://localhost:8080/cocoon/documents/userdocs/actions/database-actions.html and there is only this: .( Can someone provide a example of that? Inserting Multiple Rows -

RE: R: embedding html in xml ?

2002-10-04 Thread Luca Morandini
-Original Message- From: Lorenzo De Sio [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 6:19 PM To: '[EMAIL PROTECTED]' Subject: R: R: embedding html in xml ? The key is that, I suppose, esql:get-columns/ automatically escapes any markup it encounters in any field,

Re: XLink Processor

2002-10-04 Thread Michael Wechner
lalitha wrote: hello, I am searching for any application that supports extended links of w3c XLink. I've seen in one of the archived mails, a mail with the subject XLink Processor, Could any one tell me if there is support for ( especially for extended links) in cocoon, if so ,

Re: XSLT transformator META tag

2002-10-04 Thread Joerg Heinicke
Hi Cristina, why don't you want the META tag?? AFAIK there is no parameter to avoid the output of META and I think it would be bad, if the correct encoding is not written to the head of the HTML file. So why don't you like META? Regards, Joerg Karpenstein, Cristina (Apprentice) wrote: hi,

Re: is the list alive?

2002-10-04 Thread Martin Stricker
Lorenzo De Sio wrote: or am only I (and the MARC archive) not receiving anything? I did receive your mail. Best regards, Martin Stricker -- Homepage: http://www.martin-stricker.de/ Linux Migration Project: http://www.linux-migration.org/ Red Hat Linux 7.3 for low memory:

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera
I think I found where the problem is: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783 It looks like is a Tomcat. Antonio Gallardo. El Viernes, 04 de Octubre de 2002 11:14, leo leonid escribió: On Friday, October 4, 2002, at 05:45 Uhr, Antonio Gallardo Rivera wrote: I noted it 2

BSF: defining XSLT extensions with scripting languages [Fwd: A feature suggestion (and a solution to ... Re: [Bsf-discussion] Where's the script code if in BSFEngine.call() ??? Request for help.]

2002-10-04 Thread Rony G. Flatscher
Hi there, a couple of weeks ago I misplaced a posting in the Cocoon-listserver lists with respect to a BSF (Bean Scripting Framework, used in quite a few places of Apache projects) engine not working (the correct place was Xalan and BSF). This message is just to state, that BSF works and that

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Ivelin Ivanov
I just tried the URL. My IE also stops loading images even if I go to msn.com after that. - Original Message - From: leo leonid [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 04, 2002 10:12 AM Subject: Why is my cocoon app an IE6 killer? Hi, most generally I would

RE: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Ryan Agler
I experienced similar behavior awhile back. I did some fiddling, and finally came to the conclusion that it had something to do with Tomcat's Coyote connector. I commented out the Coyote connector in server.xml, and used the old HTTP/1.1 test connector, and the problem went away. I went so far

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera
I posted this today: I think I found where the problem is: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783 It looks like is a Tomcat. Antonio Gallardo. El Viernes, 04 de Octubre de 2002 22:44, Ryan Agler escribió: I experienced similar behavior awhile back. I did some fiddling,