Re: Cocoon and SVG graphics under SuSe Linux

2003-03-10 Thread Martin Holz
Niclas Hedhman <[EMAIL PROTECTED]> writes: > On Monday 10 March 2003 21:20, Martin Holz wrote: > > [EMAIL PROTECTED] writes: > > > I'm running Cocoon's SVG sample (under static-content, SVG > > > introduction page) under SuSe Linux 8.1. All works fine except for > > > the graphics. They don't show

Re: Way to make XML generator ignore DTD declaration?

2003-03-10 Thread Martin Holz
"Colin W. Kingsbury" <[EMAIL PROTECTED]> writes: > Hi all, > > I have an XML document which includes a dtd declaration like so: > > "bar"> ]> > > Everything works fine -if- I delete the DTD declaration. But only if... > > I don't care about validity but problem is the source file is generetd

RE: 2 (should be) easy questions

2003-03-10 Thread Richard Cunliffe
Chris,   I have set up a reader for jpeg and gif, and the backdrop is loading from remote computers. The downside is that smaller images are still not loading. I have attached my style sheet and sitemap, to aid any suggestions.   Thanks,   Richard. xsl.zip Description: Zip com

No Cookies using 'Action'

2003-03-10 Thread Cassandra Bonner
Hi, I've read through all the postings, and I don't see this issue covered (except for one that's potentially related which i noted later). Hopefully that means this is a silly user-error on my part and someone can quickly sort me out. :-) We recently moved FROM: Solaris 2.6 server running apa

Re: esql nested queries

2003-03-10 Thread Tim Myers
Thorsten, This message belongs on users. You can't nest that way because as soon as you hit the nested execute-query everything from the outer query is pushed onto a stack and is inaccessible. You need a int ap_id = before the inner query begins and then use ap_id in the inner query to recall

Don't work Cocoon Portal after installation Cocoon 2.0.4

2003-03-10 Thread silvio
Hi, I have installed Tomcat 4.1.18 on windows 2000 sp3 and  Jdk1.4 after I download Cocoon 2.0.4 src and I follow instruction in Install file I have used the manual installation:   .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps webapp copy .\build\coc

catalina 4.1.18 Action no cookies

2003-03-10 Thread Cassandra Bonner
Hi, I've read through all the postings, and I don't see this issue covered (except for one that's potentially related which i noted later). Hopefully that means this is a silly user-error on my part and someone can quickly sort me out. :-) We recently moved FROM: Solaris 2.6 server running apa

Re: Way to make XML generator ignore DTD declaration?

2003-03-10 Thread Jeff Turner
On Mon, Mar 10, 2003 at 07:25:00PM -0500, Colin W. Kingsbury wrote: > Hi all, > > I have an XML document which includes a dtd declaration like so: > > "bar"> ]> > > Everything works fine -if- I delete the DTD declaration. But only if... > > I don't care about validity but problem is the source

Re: questions regarding v2.1

2003-03-10 Thread Niclas Hedhman
On Tuesday 11 March 2003 02:03, Jonathan Spaeth wrote: > I have been developing a webapp with cocoon 2 for at least three months > now. After building the latest system (as checked out from the repository > cocoon-2.1), xmlform does not appear to be mentioned in the sitemap, but > the java classes

Re: Flowscript

2003-03-10 Thread Niclas Hedhman
On Monday 10 March 2003 23:35, Luca Marchetti wrote: > Hi all. > I'm tryng to get flowscript work > When I try to use flowscript, as in the flow/calc demo of cocoon2.1 i > get this error: > > ReferenceError: "Continuation" is not defined. Flow is still in progress, and there are issues with it

Re: Cocoon and SVG graphics under SuSe Linux

2003-03-10 Thread Niclas Hedhman
On Monday 10 March 2003 21:20, Martin Holz wrote: > [EMAIL PROTECTED] writes: > > I'm running Cocoon's SVG sample (under static-content, SVG > > introduction page) under SuSe Linux 8.1. All works fine except for > > the graphics. They don't show up, but generate loads of errors in > > WEB-INF/logs

Re: 2 (should be) easy questions

2003-03-10 Thread Niclas Hedhman
It doesn't seems that you are trying to generate dynamic "on-the-fly" images, but static ones... If all you want are image links pointing to something the that browser can load, then (if you intend to run a professional setup) I would recommend you that the images are outside the Cocoon scope.

Re: 2 (should be) easy questions

2003-03-10 Thread Charles Yates
I see some problems with your sitemap. 'Readers' are components, must go inside the element like this: associating readers with a particular file happens in a : Chris, I have set up a reader for jpeg and gif, and the backdrop is loading from remote computers. The downside is that

Way to make XML generator ignore DTD declaration?

2003-03-10 Thread Colin W. Kingsbury
Hi all, I have an XML document which includes a dtd declaration like so: ]> Everything works fine -if- I delete the DTD declaration. But only if... I don't care about validity but problem is the source file is generetd by a dump from a CMS which insists on having the declaration like so. I tri

Cocoon installation help!!

2003-03-10 Thread Rajasekhar Atchutuni
Hi, I am trying to install cocoon.war (2.0.4) in WebSphere 4.0.5 on redhat linux 7.2 Server. I get the welcome page able to see most of the pages except the documentation page on the cocoon welcome page. The error is "The requested URI "/cocoon/dcocoon/documents/index.html" was not found. Ob

RE: 2 (should be) easy questions

2003-03-10 Thread Richard Cunliffe
Chris, I have set up a reader for jpeg and gif, and the backdrop is loading from remote computers. The downside is that smaller images are still not loading. I have attached my style sheet and sitemap, to aid any suggestions. Thanks, Richard. -Original Message- From: Charles Yates [

Re: Don't work Cocoon Portal after installation Cocoon 2.0.4

2003-03-10 Thread hgadm
Silvio, guess in 2.0.4 the portal is in scratchpad.libs - try including them in he build command. Regards, Holger On Mon, 10 Mar 2003, "silvio" wrote: Hi, I have installed Tomcat 4.1.18 on windows 2000 sp3 and  Jdk1.4 after I download Cocoon 2.0.4 src and I follow instruction in Install file

Re: AW: esql nested queries

2003-03-10 Thread Christian Haul
Scherler wrote: leo leonid wrote: ( or are encoded CRs, AFAIK). So I'd recommend you strip you DB column from these CRs and change the data type for this column to INT) Can you do that with normalize-space()? On Montag, März 10, 2003, at 05:36 Uhr, Scherler, Thorsten wrote: Hello group, I

Re: AW: esql nested queries

2003-03-10 Thread Scherler
leo leonid wrote: It looks like you stored your 'ap_id's enclosed within two carriage returns. ( or are encoded CRs, AFAIK). So I'd recommend you strip you DB column from these CRs and change the data type for this column to INT) Can you do that with normalize-space()? /Leo On Montag, Mä

questions regarding v2.1

2003-03-10 Thread Jonathan Spaeth
Title: questions regarding v2.1 I have been developing a webapp with cocoon 2 for at least three months now. After building the latest system (as checked out from the repository cocoon-2.1), xmlform does not appear to be mentioned in the sitemap, but the java classes have all been built.  Is t

Re: 2 (should be) easy questions

2003-03-10 Thread Charles Yates
Richard Cunliffe wrote: Hi, I have two questions: 1. I’m not sure if this cocoon or my inability to do XSL, but I have my web page images in an images folder, under the root directory soundpool. Everything was looking good until I checked the site in netscape, when I found the images were not

2 (should be) easy questions

2003-03-10 Thread Richard Cunliffe
    Hi,   I have two questions:   1.  I’m not sure if this cocoon or my inability to do XSL, but I have my web page images in an images folder, under the root directory soundpool. Everything was looking good until I checked the site in netscape, when I found the images

Re: AW: esql nested queries

2003-03-10 Thread leo leonid
It looks like you stored your 'ap_id's enclosed within two carriage returns. ( or are encoded CRs, AFAIK). So I'd recommend you strip you DB column from these CRs and change the data type for this column to INT) /Leo On Montag, März 10, 2003, at 06:12 Uhr, Scherler, Thorsten wrote: Hell

AW: esql nested queries

2003-03-10 Thread Scherler, Thorsten
Anyway, how many ways for sql are there? I found 3 different, what's the point in that? I am confused (again!) King regards -Ursprüngliche Nachricht- Von: Scherler, Thorsten Gesendet: Montag, 10. März 2003 18:12 An: Cocoon-Users (E-Mail) Betreff: AW: esql nested queries Hello Leo,

AW: esql nested queries

2003-03-10 Thread Scherler, Thorsten
Hello Leo, it is not working either. But I think I know why that happends: in my source code there is the following: if I us a attribute. I think because of " " I get no match for the second query! Can that be? -Ursprüngliche Nachricht- Von: leo leonid [mailto:[EMAIL PROTECTED] Gesen

RE: XHTML Mobile profile

2003-03-10 Thread zze-MORY Nicolas FTRD/DMI/REN
all right it's working perfectly now ! Thanks a lot ! -Original Message-From: Nesto [mailto:[EMAIL PROTECTED]Sent: lundi 10 mars 2003 17:15To: [EMAIL PROTECTED]Subject: Re: XHTML Mobile profile Try adding this to your MAIN sitemap.xmap in the serializers section:  

Re: XHTML Mobile profile

2003-03-10 Thread Nesto
Try adding this to your MAIN sitemap.xmap in the serializers section:   http://www.wapforum.org/DTD/xhtml-mobile10.dtd ISO-8859-1   You may change the doctype or encoding if you want. And then in your sitemap, you refer to this serializer writing:   Hope this helps! Nesto     - Origina

Flowscript

2003-03-10 Thread Luca Marchetti
Hi all. I'm tryng to get flowscript work When I try to use flowscript, as in the flow/calc demo of cocoon2.1 i get this error: ReferenceError: "Continuation" is not defined. (resource://org/apache/cocoon/components/flow/javascript/system.js; line 15) at org.mozilla.javascript.NativeGlob

Re: Axis as Cocoon component?

2003-03-10 Thread Marcus Crafter
Hi Alexander, On Mon, Mar 10, 2003 at 03:44:26PM +0100, Alexander Enns wrote: > Hi Markus, > > I'm trying to get running Your SoapServer and have problems. ok. > I was trying to integrate the Server in my existing Cocoon (v. 2.0.3) application, > but > have problems with Excalibur libr

Re: Axis as Cocoon component?

2003-03-10 Thread Alexander Enns
Hi Markus, I'm trying to get running Your SoapServer and have problems. I was trying to integrate the Server in my existing Cocoon (v. 2.0.3) application, but have problems with Excalibur libraries, because You are using the latest one. I have checked out the latest CVS version of Cocoon, but t

Re: Don't work Cocoon Portal after installation Cocoon 2.0.4

2003-03-10 Thread Gautam Ganguly
You need to use in step 'a' the -Dinclude.scratchpad.libs=yes.Here it is: .\build.bat -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps webapp Its because the portal demo is in the scratch pad area..if you look the the cocoon installation page its giv

Re: Change default encoding in the transformer

2003-03-10 Thread Lionel Crine
i found something which work. ... try { this.format2 = org.apache.cocoon.xml.XMLUtils.defaultSerializeToXMLFormat(true); id = org.apache.cocoon.xml.XMLUtils.serializeNode(doc, this.format2); this.request.append(id); ... Hope that helps other people. At 14:53 10/03/2003

Precisions: Problem getting parameters with POST method and a File input

2003-03-10 Thread mleroux
Hi ! I've recently posted an issue, and I've got new elements. My problem is : I can't pass a request parameter through the sitemap when I put a file path in an HTML FILE input and send it as POST multipart/form-data to a Cocoon 2.0.4 servlet. When I don't try to upload any file, I can pass

Re: Change default encoding in the transformer

2003-03-10 Thread Lionel Crine
You're right. But my transformer take a part of SAX events sent by the generator and parse it : Here some lines of my transformer : . public void endElement(String uri, String loc, String raw) throws SAXException { if (extractLevel == 0) { super.endElement(uri,loc,ra

Don't work Cocoon Portal after installation Cocoon 2.0.4

2003-03-10 Thread silvio
    Hi, I have installed Tomcat 4.1.18 on windows 2000 sp3 and  Jdk1.4 after I download Cocoon 2.0.4 src and I follow instruction in Install file I have used the manual installation:   .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps webapp copy .\buil

Re: Change default encoding in the transformer

2003-03-10 Thread Martin Holz
Lionel Crine <[EMAIL PROTECTED]> writes: > I'd like to change the default encoding in my custom transformer, how > can I do that ? How is a transformer related to encoding? It's a internal component and is working on java strings only (unless it is reading additional data from a external source)

Change default encoding in the transformer

2003-03-10 Thread Lionel Crine
I'd like to change the default encoding in my custom transformer, how can I do that ? Lionel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon and SVG graphics under SuSe Linux

2003-03-10 Thread Martin Holz
[EMAIL PROTECTED] writes: > I'm running Cocoon's SVG sample (under static-content, SVG > introduction page) under SuSe Linux 8.1. All works fine except for > the graphics. They don't show up, but generate loads of errors in > WEB-INF/logs instead. > > It says that it cannot find the reference

RE: URL's help for cocoon

2003-03-10 Thread Richard Cunliffe
Here are a few sites that have helped me in the past: http://wiki.cocoondev.org/Wiki.jsp http://xml.apache.org/cocoon/index.html http://www.cocooncenter.de/cc/documents/home/ http://wiki.cocoondev.org/Wiki.jsp?page=CocoonCompetenceCenter http://www.mail-archive.com/ Regards, Richard.

request bug in cocoon?

2003-03-10 Thread Tsui, Alban
Hi I am trouble using Request in my xsp when I do request.getParameterValues("xxx") when "xxx" doesn't exist on my url. In theory, if it is not there this should return null but I got a nullPointerException. After looking at the codes... I found the following: public String[] getParameterVa

URL's help for cocoon

2003-03-10 Thread zze-MORY Nicolas FTRD/DMI/REN
Can you give me many site to help me to better understand cocoon please ? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XHTML Mobile profile

2003-03-10 Thread zze-MORY Nicolas FTRD/DMI/REN
does a xHTML Mobile profile SERIALIZER exists for cocoon ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

passing request parameters to templates

2003-03-10 Thread Ferenc Kiraly
Hi! I am trying to use as a parameter to a template defined in my own logicsheet. I have looked at the mailing list archives, the documentation and actually found info on how it is supposed ot be done, but it seems that the above parameter does not get passed on. I must be missing something. Ple

Re: Multiple ancestors

2003-03-10 Thread Christian Haul
On 10.Mar.2003 -- 11:20 AM, [EMAIL PROTECTED] wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 10, 2003 11:12 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Multiple ancestors > > > > > > On 10.Mar.2003 -- 10:46 AM, [EMAIL PROTECTED] wrote: > > > > From: Christian

Cocoon and SVG graphics under SuSe Linux

2003-03-10 Thread patrick . verheij
Hi, I'm running Cocoon's SVG sample (under static-content, SVG introduction page) under SuSe Linux 8.1. All works fine except for the graphics. They don't show up, but generate loads of errors in WEB-INF/logs instead. It says that it cannot find the reference key for each graphic. Under the h

RE: Multiple ancestors

2003-03-10 Thread Maxime.Gheysen
Ok. But I still get an error : org.apache.cocoon.components.language.LanguageException: Line 827, column 27: ':' expected. Java file : Line 825 this.characters("\n\t\t\t\tselect * from Actions where at_ID = "); Line 826 Line 827 this.characters(""?""); Line 828 Line 829 this.ch

xml header on delivered pages

2003-03-10 Thread Nesto
Hi!   I'm designing the interface for mobile devices for a web portal using Cocoon.   When I test my pages on a iPaq (with Pocket Internet Explorer) I get the correct page, without errors, but with del xml header visualized at the beginning of every page. (and then I get the right content..

Re: Multiple ancestors

2003-03-10 Thread Christian Haul
On 10.Mar.2003 -- 10:46 AM, [EMAIL PROTECTED] wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 10, 2003 10:43 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Multiple ancestors > > > > > > On 10.Mar.2003 -- 10:36 AM, [EMAIL PROTECTED] wrote: > > > Is it possible to

RE: Multiple ancestors

2003-03-10 Thread Maxime.Gheysen
Do you mean ""? -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 10:43 AM To: [EMAIL PROTECTED] Subject: Re: Multiple ancestors On 10.Mar.2003 -- 10:36 AM, [EMAIL PROTECTED] wrote: > Is it possible to have four "ancestor" like bellow? Becaus

Re: Multiple ancestors

2003-03-10 Thread Christian Haul
On 10.Mar.2003 -- 10:36 AM, [EMAIL PROTECTED] wrote: > Is it possible to have four "ancestor" like bellow? Because here I get > errors for each "esql:get-string" > > > > Select * From Process_Actions Where (pa_process = > ) > > > > > > s

Multiple ancestors

2003-03-10 Thread Maxime.Gheysen
Is it possible to have four "ancestor" like bellow? Because here I get errors for each "esql:get-string" Select * From Process_Actions Where (pa_process = ) select * from Actions where at_ID =

2 (should be) questions

2003-03-10 Thread Richard Cunliffe
  Hi,   I have two questions:   1.  I’m not sure if this cocoon or my inability to do XSL, but I have my web page images in an images folder, under the root directory soundpool. Everything was looking good until I checked the site in netscape, when I found the images we