How Can I access Macromedia Flash file through cocoon

2002-04-30 Thread manish
Hello ,     I am trying to access Macromedia Flash file (.swf) through cocoon, but I did not know how to define the pipe line for ".swf" file. please help me...   Thanks, Regards

RE: {0} sitemap parameter in regexp matcher

2002-04-30 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 30.Apr.2002 -- 04:54 PM, Artur Bialecki wrote: > > > > Is {0} not available when using sitemap matcher? > > I have a sub-sitemap where > > > > This works (wildcard): > > > > > pattern="product/category_edit.xml"> > > > >

RE: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 30.Apr.2002 -- 04:17 PM, Fabricio Chalub wrote: > > > you can add any number of transformations. just add another > > > transformer line > > > to your pipeline with the second stylesheet. > > > > Thanks! I have tried this and it appears to

RE: Including generated content

2002-04-30 Thread Vadim Gritsenko
> From: Avi Kivity [mailto:[EMAIL PROTECTED]] > > I'd like to include content generated by on XSP in another. Looks like I > have three options: > > 1. Use - I don't want to do that as it doesn't allow me > control of where to place content (I'd like to place one document inside > another, not

gnumeric file format (HSSF) doc

2002-04-30 Thread Andrew C. Oliver
one of the more frequent questions about the HSSF Serializer is about the HSSF file format. Obviously the samples are the best place to start but here is a pretty big hunk of information: ftp://www.jrefinery.com/pub/jworkbook/gnumeric-xml.pdf -Andy --

RE: cocoon class(es) at SD West 2002; XSP question

2002-04-30 Thread Vadim Gritsenko
> From: Rick [mailto:[EMAIL PROTECTED]] > > thanks for your prompt reply, Vadim. i apologize for my poor choice of > words (and i call myself a WRITER! sheesh!). :) > by "incoming" i meant "sauntering gaily down the pipeline". for example, > i want to take "kazoo.xml", a static file lurking o

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

2002-04-30 Thread Dean McGowan
We at kangax.com are attempting to complete a software product specifically designed to accommodate this block approach mentioned. It is early days but we invite people to trial and comment on our development. If you consider that you have a building block that you would like syndicated via the ka

RE: HSSF serializer/ Gnumeric file format information

2002-04-30 Thread Andrew C. Oliver
if you have your cocoon nighly build or cvs copy there is also documentation under the user manual. This looks just like the site, but I haven't figured out how to have it pushed to the site. (sorry) (actually I also haven't tried or even asked so my fault) You can find the most info about the

RE: C2+ MacOS X + MySQL

2002-04-30 Thread Zack Angelo
Fantastic. It works. Thanks for everything. -Zack -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 5:43 PM To: [EMAIL PROTECTED] Subject: Re: C2+ MacOS X + MySQL On 30.Apr.2002 -- 05:27 PM, [EMAIL PROTECTED] wrote: > i"m sorry about the

Re: C2+ MacOS X + MySQL

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 05:27 PM, [EMAIL PROTECTED] wrote: > i"m sorry about the HTML text, didn't even realize it was enabled. > > Here's my XSP code: > > > mySql > SELECT ID,Date,Status from > Messages This is the problem: esql:execute-query needs to span the entire query, i.e.

RE: {0} sitemap parameter in regexp matcher

2002-04-30 Thread Artur Bialecki
> -Original Message- > From: Christian Haul [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 6:05 PM >> but this doesn't (regexp): >> >>> pattern="product/category_(view|edit)\.xml"> >> >> >> >> >> >> >> > If so desired (and

Re: C2+ MacOS X + MySQL

2002-04-30 Thread zack
i"m sorry about the HTML text, didn't even realize it was enabled. Here's my XSP code: mySql SELECT ID,Date,Status from Messages

RE: HSSF serializer/ Gnumeric file format information

2002-04-30 Thread Darrell Cumming
Hi Micheal, If you have a look in your COCOON_HOME/samples/poi/ there is some sample xml docuemnts and stylesheets to get started with. =) Hope that helps. Darrell > -Original Message- > From: Michael Aracic [mailto:[EMAIL PROTECTED]] > Sent: April 30, 2002 1:55 PM > To: [EMAIL PROT

Re: xsp logicsheet

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 09:50 PM, Bert Van Kets wrote: > At 10:38 30/04/2002 -0300, you wrote: > > >I guess it's > > > > String temp = ""; > > > >or > > > > String temp = new String(""); > > > >Alejandro > Tried it, doesn't work. I guess it must be a bug. > If I use > String temp = ""

Re: {0} sitemap parameter in regexp matcher

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 04:54 PM, Artur Bialecki wrote: > > Is {0} not available when using sitemap matcher? > I have a sub-sitemap where > > This works (wildcard): > > pattern="product/category_edit.xml"> > > > > > > > > > but this doesn't (regexp

Re: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 04:17 PM, Fabricio Chalub wrote: > > you can add any number of transformations. just add another > > transformer line > > to your pipeline with the second stylesheet. > > Thanks! I have tried this and it appears to me that only the last XSLT > transform is applied. I guess I

Re: C2 + MacOS X + MySQL

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 04:26 PM, Zack Angelo wrote: > Hey, I suppose I should take a brief moment to introduce myself. I'm > Zack Angelo from New Orleans. there, did it ;) > > Anyway, I've perused the digest in hopes of finding a solution to my > problem, but to my disappointment, didn't find anythi

RE: Can´t get an request from an action to org.apache.cocoon.

2002-04-30 Thread Lai, Harry
Hi Markus, In your XSP, try using get-attribute instead of get-parameter. If I remember right, that was a typo in the hello world sample in the docs. =) Harry -Original Message- From: Markus Locher, IE-Services [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 5:30 AM To: Cocoo

RE: Actions Programming

2002-04-30 Thread Lai, Harry
Hi Michael, I may be wrong on this, but I believe there's a typo in the hello world sample. In your xsp, make sure you're looking for an ATTRIBUTE named "hello" - not a PARAMETER. If I remember right, the sample accidentally does a getParameter instead of a getAttribute. =) Hope that helps!

C2 + MacOS X + MySQL

2002-04-30 Thread Zack Angelo
Hey, I suppose I should take a brief moment to introduce myself. I’m Zack Angelo from New Orleans… there, did it ;)   Anyway, I’ve perused the digest in hopes of finding a solution to my problem, but to my disappointment, didn’t find anything.   From what I can see, a lot of people h

{0} sitemap parameter in regexp matcher

2002-04-30 Thread Artur Bialecki
Is {0} not available when using sitemap matcher? I have a sub-sitemap where This works (wildcard): but this doesn't (regexp): to make the generator find source I have to do: src="product/category_{.

HSSF serializer/ Gnumeric file format information

2002-04-30 Thread Michael Aracic
Please forgive me for asking somewhat basic questions, but I'm new to the list, and to cocoon. I've read a lot of the online documentation, and I can't find anything detailed or up to date about the HSSF serializer. I'm developing a hands-off way to generate reports in excel format without neces

Livesites

2002-04-30 Thread Brad Rippe
To whom it may concern,   I would like to notify you of the Live Site at Fullerton College using your great piece of software "Cocoon 2". Here's the url http://zeus.fullcoll.edu/timekeeper/ - Fullerton College TimeKeeper. Thanks!   Brad Rippe Computer Programmer, Sr. Fullerton Colleg

Not assigning value to variable during transform

2002-04-30 Thread Don Wellington
Hi- I am using weblogic 6.1 with cocoon 2.0.2. I am having a strange problem when formatting a docbook document to pdf using docbook-xsl-1.41. What is happening is that the first time a chapter level element template is called the variables for that template are not getting values. So, I end up

RE: xsp logicsheet

2002-04-30 Thread Bert Van Kets
At 10:38 30/04/2002 -0300, you wrote: >I guess it's > > String temp = ""; > >or > > String temp = new String(""); > >Alejandro Tried it, doesn't work. I guess it must be a bug. If I use String temp = "" I get org.apache.cocoon.ProcessingException: Exception in creating Transfo

Re: Use of sitemap parameter in xslt

2002-04-30 Thread Margrit John
I just realised there was a misspelling. Of course it is "parameter" and not "paramter". That solved my problem. Margrit Am Dienstag, 30. April 2002 21:00 schrieben Sie: > On 30.Apr.2002 -- 07:14 PM, Margrit John wrote: > > Hi! > > I am new to cocoon. > > > > In the sitemap I have the following

RE: xsp logicsheet

2002-04-30 Thread Bert Van Kets
Oh my God!! I can't believe how stupid this mistake is. Guess that's what happens when you work 12 to 14 hours a day, six days a week. I was already getting out my XML books and checking out how to make sure a node returned text. Thanks, I guess I'll be off to bed early tonight. Bert At 10:38 3

RE: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Fabricio Chalub
> you can add any number of transformations. just add another > transformer line > to your pipeline with the second stylesheet. Thanks! I have tried this and it appears to me that only the last XSLT transform is applied. I guess I am not using the sitemap corretly, then? This is what am I usin

Re: Actions Programming

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 07:59 PM, Michael Mangeng wrote: > Hi > > I´ve encountered a little/funny problem when trying to recreate the simple hello >world action. > I´ve used the sample code (without the org.xml.sax.EntityResolver import because i >think i do not need it here). > > Cocoon realizes th

Re: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 03:29 PM, Fabricio Chalub wrote: > Hello, I suppose this is the kind of email that possibly reflects a deep > misunderstanding of the basic principles on which Cocoon relies. If that is > the case, just warn me. ;) > > The simple question is: > > Using Cocoon (possibly through

RE: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Fabricio Chalub
> > Have you considered using xsl:include or xsl:import in your XSLT > stylesheets? > True, that would be one solution, but I *really* wanted to keep the XSLT files as independent as possible and centralize this kind of configuration on the sitemap (otherwise on the long run I would have dozens

Re: Use of sitemap parameter in xslt

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 07:14 PM, Margrit John wrote: > Hi! > I am new to cocoon. > > In the sitemap I have the following example: > > > > > > > > > > > > In my stylesheet (test.xsl), I want to use the parameters "channel", > "section", "year". > > After a global declar

Re: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Erwin
On Tue, 30 Apr 2002, Fabricio Chalub wrote: > Hello, I suppose this is the kind of email that possibly reflects a deep > misunderstanding of the basic principles on which Cocoon relies. If that is > the case, just warn me. ;) > > The simple question is: > > Using Cocoon (possibly through the site

RE: any sites optimised for handhelds

2002-04-30 Thread Bert Van Kets
A PDA uses a HTML browser. The screen is only a quarter of a regular VGA screen. Due to this size factor sites need to be optimized for this device. The best PDA browser is said to be Opera. Client detection for a PDA is very simple with Cocoon since these browser have a unique client string.

Cocoon & Tomcat

2002-04-30 Thread Anthony Diodato
Hello All, Im running Cocoon 1.8.2, and Tomcat 3.2.4, and my question is this. How can I tell Tomcat, that any link or url that ends in "/" should go to "/index.xml" Thanks Anthony Diodato Anthony Diodato Webmaster - IT Prophet 21, Inc. 19 West College Avenue Yardley, PA 19067 1-800-776-7438, e

Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Fabricio Chalub
Hello, I suppose this is the kind of email that possibly reflects a deep misunderstanding of the basic principles on which Cocoon relies. If that is the case, just warn me. ;) The simple question is: Using Cocoon (possibly through the sitemap), how do I process a XML file that combines two diffe

Including generated content

2002-04-30 Thread Avi Kivity
I'd like to include content generated by on XSP in another. Looks like I have three options: 1. Use - I don't want to do that as it doesn't allow me control of where to place content (I'd like to place one document inside another, not alongside). 2. The xinclude/cinclude transformers - two p

RE: xsp logicsheet

2002-04-30 Thread Alejandro Raiczyk
Title: RE: xsp logicsheet I guess it's String temp = ""; or String temp = new String(""); Alejandro -Mensaje original- De: Bert Van Kets [mailto:[EMAIL PROTECTED]] Enviado el: Martes 30 de Abril de 2002 10:37 AM Para: [EMAIL PROTECTED] Asunto: xsp logicsheet

Use of sitemap parameter in xslt

2002-04-30 Thread Margrit John
Hi! I am new to cocoon. In the sitemap I have the following example: In my stylesheet (test.xsl), want to use the parameter "channel", "section", "year". After a global declaration, I try to use them like this: This doesn't seem to work. What is wrong? Than

Can´t get an request from an action to org.apache.cocoon.

2002-04-30 Thread Markus Locher, IE-Services
Hello Folks, I added a self-developed action to org/apache/cocoon with a path from there like ask/auth. Under auth I have created a servlet called Login.java. You guessed!.. I am trying to create a login-action for internal use (I know there is a sample, but that doesn´t fit our needs). The Logi

Actions Programming

2002-04-30 Thread Michael Mangeng
Hi   I´ve encountered a little/funny problem when trying to recreate the simple hello world action. I´ve used the sample code (without the org.xml.sax.EntityResolver import because i think i do not need it here).   Cocoon realizes that it needs to replace {world} with 'hello' in the stiemap

RE: Cocoon will not run

2002-04-30 Thread Ricardo Trindade
if you can, upgrading to 4.0.4 will resolve the issue -Original Message- From: Andreas Rittershofer [mailto:[EMAIL PROTECTED]] Sent: terca-feira, 30 de Abril de 2002 12:21 To: [EMAIL PROTECTED] Subject: Re: Cocoon will not run On 30 Apr 2002 at 7:53, Andreas Rittershofer wrote: > My se

Use of sitemap parameter in xslt

2002-04-30 Thread Margrit John
Hi! I am new to cocoon. In the sitemap I have the following example: In my stylesheet (test.xsl), I want to use the parameters "channel", "section", "year". After a global declaration, I try to use them like this: This doesn't seem to work. What is wrong? Tha

[Fwd: Redirector and character encoding]

2002-04-30 Thread Ivan Rubin
I'm encoding URLs now with URIUtil from apache for redirecting. On the action that receives and parses the requests I set ISO-8859-1 encoding for GET requests, and UTF-8 for POST requests, and it's working. Thanks, Original Message Subject: Redirector and character encoding D

RE: cocoon class(es) at SD West 2002; XSP question

2002-04-30 Thread Rick
thanks for your prompt reply, Vadim. i apologize for my poor choice of words (and i call myself a WRITER! sheesh!). by "incoming" i meant "sauntering gaily down the pipeline". for example, i want to take "kazoo.xml", a static file lurking on my disk, slurp it with a FileGenerator, and then mess i

Question to the example "protected", Error: java.sql.SQLException: No suitable driver

2002-04-30 Thread Christian SCHRÖTER
Hi, I want to use this login-function which is offered in the protected-Subdirectory of cocoon. I want to store/read the logininformations in a database. I created a jdbc-connection in the cocoon.xconf File, which i can use successfully with esql in xsp-pages. Now i rewrite the auth.xml like

RE: any sites optimised for handhelds

2002-04-30 Thread Matthew Langham
Does the iPAQ have a WAP (WML) browser? If so I may have something: Our demo site: http://sunshine.s-und-n.de Go there, logon with "guest"/"guest" and look at the banking news at the bottom of the portal. Then enter the following URL into the WML browser: http://sunshine.s-und-n.de/sunshine/s

any sites optimised for handhelds

2002-04-30 Thread caleb racey
Sorry if this is off topic Are there any cocoon 2 based sites out there that have a section with output optimised for small screens, handhelds pda etc My boss has just purchased a iPAQ and is browsing around..it would make the process of selling cocoon easier if I could show off the 1 sourc

wysiwyg - development tool

2002-04-30 Thread gerald . michalitz
is ther any wysiwyg - development tool for developing sidemaps or webapps with cocoon ? Versendet durch Jet2Web Internet - Webmail (webmail.jet2web.net) - Please c

Re: xsp logicsheet

2002-04-30 Thread Konstantin Piroumian
From: "Bert Van Kets" <[EMAIL PROTECTED]> > I want to use an XSP logicsheet to process the values submitted by a > form. In this page I have the following code (simplified): > > > > > > String temp = ; Maybe would help: String temp = ""; > > >

Re: Cocoon will not run

2002-04-30 Thread Andreas Rittershofer
On 30 Apr 2002 at 7:53, Andreas Rittershofer wrote: > My setup is: > Java 1.3.1 > Tomcat 4.0.3 (examples are running fine) > Cocoon 2.0.2 > > When I invoke > http://host:8080/cocoon > I get: > > Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error > > -

xsp logicsheet

2002-04-30 Thread Bert Van Kets
I want to use an XSP logicsheet to process the values submitted by a form. In this page I have the following code (simplified): String temp = ; temp When I try to run this simple code I get an error saying org.apache.cocoon.ProcessingExc

Re: Livesites: Be Blogging

2002-04-30 Thread Ugo Cei
Vadim Gritsenko wrote: >>So, please add http://www.beblogging.com/blog/ to the list of >>Cocoon2-powered websites. > > > You've got it :) > > Vadim Thank you, Vadim. Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100 Pavia - Italy

RE: Livesites: Be Blogging

2002-04-30 Thread Vadim Gritsenko
> From: Ugo Cei [mailto:[EMAIL PROTECTED]] > > Having finally implemented caching, my humble Cocoon2-based weblog > should be able to withstand the hordes of developers that will be > hitting it ;). > > As soon as I finish refactoring and cleaning the code, I plan to release > it to the communit

RE: Problem with FormValidatorAction

2002-04-30 Thread Vadim Gritsenko
This one is fixed in the CVS. Vadim > From: Hiloliddin Karimov [mailto:[EMAIL PROTECTED]] > > Hello all, > > Problem with FormValidatorAction. > I have following on my sitemap.log, when I try Login: > > DEBUG (2002-04-30) 16:10.17:468 [sitemap](/cocoon/protected/do-login) > HttpProcessor[80

Unexpected Signal : 11 occurred at PC

2002-04-30 Thread hector De Caceres
Hello! I have a very serious problem , help me!. I'm developing an aplications server, and for that I'm using Cocoon 2.0.2 , Tomcat 4.0 (it implements the Servlet 2.3 and JSP 1.2 specifications) and JDK 1.3.1 under UNIX FREBSD. My processor is an AMD Athlon XP and these programs are binaries ver

Unexpected Signal : 11 occurred at PC

2002-04-30 Thread hector De Caceres
Hello! I have a very serious problem , help me!. I'm developing an aplications server, and for that I'm using Cocoon 2.0.2 , Tomcat 4.0 (it implements the Servlet 2.3 and JSP 1.2 specifications) and JDK 1.3.1 under UNIX FREBSD. My processor is an AMD Athlon XP and these programs are binaries ver

Re: [FEEDBACK NEEDED] Cocoon build-installation wishlist

2002-04-30 Thread Diana Shannon
On Monday, April 29, 2002, Nicola Ken Barozzi wrote: > We are in the process of touching the build system to make it easier for > users to build and deploy Cocoon. This is exciting news! > The interactive, installwar and installscratchpadwar targets have been a > first try in that direction. >

Problem with FormValidatorAction

2002-04-30 Thread Hiloliddin Karimov
Hello all, Problem with FormValidatorAction. I have following on my sitemap.log, when I try Login: DEBUG (2002-04-30) 16:10.17:468 [sitemap](/cocoon/protected/do-login) HttpProcessor[80][3]/sitemap_xmap: Matched wildcard pattern protected/** DEBUG (2002-04-30) 16:10.17:468 [sitemap](/coc

C2: java.io.IOException: Broken pipe

2002-04-30 Thread Yap, Mow Ching (Gamer.tv)
What is the best way in C2 to handle java.io.IOException: Broken pipe exceptions? Or at least filter them from the log files? tks. mooch. - Please check that your question has not already been answered in the FAQ before posting.

RE: RE: Error compiling sitemap_xmap: Line 0, column 0:error:java.io.IOException

2002-04-30 Thread T.B. Pogie
I've tried setting incremental-processing to both true and false, neither work. I'm not sure I followed what you've done with the directory. The Cocoon 2.0.2 war file doesn't work on WebLogic 6.1 in any case, so I expanded the 2.0.2 war and put the files in a directory named cocoon. After a lot

Re: sendmail again

2002-04-30 Thread Perry Molendijk
Works a treat now. Thank you. Perry - Original Message - From: "Christian Haul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 5:33 PM Subject: Re: sendmail again > On 30.Apr.2002 -- 05:11 PM, Perry Molendijk wrote: > > inflexions.com: homeFinally got the coco

Re: sendmail again

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 05:11 PM, Perry Molendijk wrote: > inflexions.com: homeFinally got the cocoon part of the sendmail logicsheet > working but now I get an error from java mail: > I'm using the recently fixed sendmail.xsl, and after getting "An error > occured while sending email." a couple of tim

sendmail again

2002-04-30 Thread Perry Molendijk
inflexions.com: homeFinally got the cocoon part of the sendmail logicsheet working but now I get an error from java mail: javax.mail.internet.ParseException This is the XSP http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:sendmail="http://apache.org/cocoon/s