Re: URGENT help needed:from all Cocoonites

2001-07-24 Thread Ulrich Mayring
Sridhar Gopaluni wrote: > > 2)Can I develop applications using Cocoon and make > money ? Why not? I mean, if your applications are good, why shouldn't you be able to sell them? > 3)How can I be assured that I"ll get support if I get > into some problem while working with Cocoon ? > MY ANSWER: t

Re: AW: Using Actions in Sitemaps

2001-07-24 Thread Christian Haul
On 24.Jul.2001 -- 08:30 AM, Max Larsson wrote: > > > > > > > > to: > > > > > > > > > C2 fails. To explain a little bit: I want that

Accessing request information out of a logicsheet?

2001-07-24 Thread Martin Benda
I have some problems with accessing the request information out of a logicsheet. I have a XML document (index.xml) without any XSP tags (only content). I use a XSP logicsheet (index-xsp.xsl) to apply some logic to the XML document (current date, ...). I also try to access the request information

Re: Financial Business Model: Was Stable Software Needed

2001-07-24 Thread Sergio Carvalho
On Sun, 22 Jul 2001 11:20:33 -0700 (PDT), Steven Punte <[EMAIL PROTECTED]> wrote: -- > I wish some financial business model could be integrated into this > type of open-source project. Say maybe free for all development > work and $1000/cpu for production use. Any commercial company > would not

Re: C1 to C2, FAQ

2001-07-24 Thread Davanum Srinivas
Andre, I checked in your faq's. can you do a "build docs" from the latest cvs version and take a look Thanks, dims --- Andre Juffer <[EMAIL PROTECTED]> wrote: > Hi Davanum, > > > the original problem was how to get apache working together with tomcat > and Cocccn2. There is actually a FAQ "W

Re: ESQL : No, my problem isn't with mutual exclusivity

2001-07-24 Thread Davanum Srinivas
Luís, Torsten, Has this been fixed? If not please create a Bug at http://nagoya.apache.org/bugzilla and we can track it. Thanks, dims --- Luís Góis <[EMAIL PROTECTED]> wrote: > Hello again Torsten, > > if my query didn't return any row, a call to the execute() method > returns false, right?

RE: ESQL : No, my problem isn't with mutual exclusivity

2001-07-24 Thread Torsten Curdt
I've sent a patch... but it did not yet get applied. Here is it again... Could you please apply it?! Thanks -- Tosten > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 24, 2001 1:35 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: E

fp:write attributes?

2001-07-24 Thread Frank Hirsch
hi, i'm trying to write elements with fp:write with some attributes like so far, i could not find a solution for this. can anyone tell me how to do this on cocoon1? - Please check that your question has not already been answ

can I use cocoon here

2001-07-24 Thread Gerhard Froehlich
Hi, following idea: I have a java applet for text formating (style, fonts and pictures). This little editor generates valid xml for the structure of the text. This generated xml document will be stored in a database, because there are some relations to it (owner, picture data, status, ...). A

Re: can I use cocoon here

2001-07-24 Thread Ulrich Mayring
Gerhard Froehlich wrote: > > To problems I see: > 1. Pictures: How do I make references in the generated doc to a picture > in a database. Maybe with esql and xsp? How about creating a table called "OBJECTLINKS" that has a sourceId, a targetId, a sourceType and a targetType? Then you can make an

Re: can I use cocoon here

2001-07-24 Thread Gerhard Froehlich
> Gerhard Froehlich wrote: > > > > To problems I see: > > 1. Pictures: How do I make references in the generated doc to a picture > > in a database. Maybe with esql and xsp? > > How about creating a table called "OBJECTLINKS" that has a sourceId, a > targetId, a sourceType and a targetType? Then

where is this org.apache.cocoon.util.log.CocoonLogFormatter

2001-07-24 Thread java guru
hi., I try to compile this morning cvs..the cocoonlogformatter is missing from the util.log package where is it? TIA = Thanks and have great day srini Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com

Re: URGENT help needed:from all Cocoonites

2001-07-24 Thread Peter Royal
At 09:23 PM 7/23/2001 -0700, you wrote: >1)Can I bundle Cocoon with our company product and >sell it ? Yes. Be sure to read http://xml.apache.org/dist/LICENSE.txt though. >2)Can I develop applications using Cocoon and make >money ? I don't know, can you? :) If you make a good application that p

Re: Accessing request information out of a logicsheet?

2001-07-24 Thread Christopher Painter-Wakefield
Martin, since a logicsheet gets processed before your XSP code is processed, you should be able to access the request object as you would normally. Essentially, the logicsheet acts like any other XSLT stylesheet to modify your XML file prior to XSP processing. The result of applying all of your

RE: URGENT help needed:from all Cocoonites

2001-07-24 Thread Paul Nock
>3)How can I be assured that I"ll get support if I get >into some problem while working with Cocoon ? >MY ANSWER: there is this mailing list which helps you >24hrs a day unlike those companies which charge you >HUGE amounts,this is free peer-peer support. Well, you can't. This is always Big Softw

bug 2737 still exists...xsp compilation package

2001-07-24 Thread java guru
Hi., I am checking on the the previously reported bug 2737. I think the problem still exists. Following is the scenario after bug fix For example you have two subsite maps "test1" and "test2".. 1. Have same pattern and same src path in xmap's of both sitemaps 2. But the content of the xsp s

FP Taglib triple writing issue

2001-07-24 Thread Kevin D'Allaird
Hi folks- I was wondering if anyone has experienced an FP taglib symptom similar to this: I have a file that using XSP takes some form data, does some calculations, and then returns HTML or PDF using the href="stylesheet" type="text/xsl" method of stylesheet selection. That all works fine. The

Sitemap question

2001-07-24 Thread Tony Click
I think this is a pretty simple question, but for the life of me I can't get it figured out: Essentially I have a series of xsl transforms that I want to run on an xml file. Basically I'll have n transforms; the first n-1 transforms munge the xml to another variety that is still compatible with

XML to WML

2001-07-24 Thread Seth Bunke
I am having problems with trying to generate content dymanically for wml and html browsers in a manner similar to that which is included in the cocoon/samples/wap directory for Cocoon 1. I believe that my Apache/Tomcat/Cocoon (Windows 98) setup and configuration is correct because I am able to acc

Re: XML to WML

2001-07-24 Thread Terry Paddy
Hi, I hope your first line in each file is not a comment (as in your code below). The first line must be the XML declaration. Remember if Cocoon finds an error, it will return an error page in HTML (regardless of the media your delivering too), so "Content-Type: text/html is not handled by UP.Si

RE: XML to WML

2001-07-24 Thread Paul Nock
This sounds like something weird that happens to me with the UP simulator... Try exiting the UP simulator, starting it again and then accesing your page. I've found that there's some peculiar behavior that something somewhere 'remembers' the user-agent of the most recent request from this IP add

RE: XML to WML

2001-07-24 Thread Seth Bunke
I appreciate your advice. It seems that I would always use IE to check to make sure that Apache/Tomcat was up and running properly and then attempt to access the XML document with the simulator. Now just using the simulator works fine. Apparently this is just one of those "quirks" that makes progr