AW: [C2] Bug in HTML-Serializer?

2001-06-25 Thread Jörn Heid
Nobody understands me ;( My fault, of course. The problem is that there's a newline in the ouput (that's my problem): > BUT I get this with the html serializer (see the newline) > > > mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. Juni 2001 09:00 An: [EMAIL PROTECTED] Betreff: Re: [C2] Bug in

Re: how to precompile the xsp ?

2001-06-25 Thread matthieu VIDAL
You should see in your work directory (if you're using Tomcat) you will see that your xsp pages are still transformed in java code and compiled - Original Message - From: Ling Kok Choon <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 4:32 PM Subject: how to precom

Re: [C2] Bug in HTML-Serializer?

2001-06-25 Thread matthieu VIDAL
Hi I don't think it's a bug, it's HTML. To: Cocoon-Users <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 8:59 PM Subject: [C2] Bug in HTML-Serializer? > With this stylesheet > > border="1"/> > I get this with the xml serializer > > src="/images/empty.gif"/> > BUT I get this with the html se

RE: Trouble starting cocoon2

2001-06-25 Thread giacomo
On Mon, 25 Jun 2001, RAO,YENUGANTI (Non-HP-Cupertino,ex1) wrote: Please could you clear the Bugzilla bug #2319 concerning this issue here? TIA Giacomo > Thank you dims, now it is working!! > > -Rao > > -Original Message- > From: Davanum Srinivas [SMTP:[EMAIL PROTECTED]] >

how to precompile the xsp ?

2001-06-25 Thread Ling Kok Choon
hi, I am developing a web application with Cocoon 2. But the xsp's performance is not very good ( very slow ), so is it posible to precompile the xsp file ? and may i know how to do it ? Thank you. >From Kok Cho0n. Name: Ling Kok

RE: Trouble starting cocoon2

2001-06-25 Thread RAO,YENUGANTI (Non-HP-Cupertino,ex1)
Thank you dims, now it is working!! -Rao -Original Message- From: Davanum Srinivas [SMTP:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 5:20 PM To: [EMAIL PROTECTED] Subject:Re: Trouble starting cocoon2 Please use JDK1.3.1

Re: Trouble starting cocoon2

2001-06-25 Thread Davanum Srinivas
Please use JDK1.3.1 and see if the problem persists. Thanks, dims --- "RAO,YENUGANTI (Non-HP-Cupertino,ex1)" <[EMAIL PROTECTED]> wrote: > Hi, > > I am having trouble in getting started with cocoon2 . My environment is as > follows. > > OS : Windows NT, > Java : JDK 1.2.2, > Servlet engine

Trouble starting cocoon2

2001-06-25 Thread RAO,YENUGANTI (Non-HP-Cupertino,ex1)
Hi, I am having trouble in getting started with cocoon2 . My environment is as follows. OS : Windows NT, Java : JDK 1.2.2, Servlet engine : Tomcat 3.2.2. I followed the steps listed in the Installing cocoon2 page. Finally when I tried invoking The cocoon servlet I got DR.Watson error. I ha

ASP and Cocoon

2001-06-25 Thread Tran, Minh-Quan B
Hello all, I'm new to cocoon and the mailing list. And I have a hard problem with cocoon. Have anyone ever done ASP with Cocoon? I'm trying to write a Producer which is to produce a DOM tree or an XML stream from data given to it from an asp page to create a report. If using the querry string

how can I redirect my Result ? Using fp tag

2001-06-25 Thread Gustavo Mejia
Hi, I am still trying to save my XML to a file, I am using fp tags, here I am trying to get and to save the field empno from the employee table, I need just exactly the same thing that I got in my browser, but now in a file (including the tags that describe the information of the field), but it d

c2 db application authentication...

2001-06-25 Thread java guru
Hi., I am trying to use the db authentication module that comes with c2. I could successfully authenticate user first time and put some info about user like user name into session... But what i need is to authenticate the user on subsequent visits to each application area(actions) separately.

Re: ESQL and Stored Procedures

2001-06-25 Thread Christopher Painter-Wakefield
At least under C1, the answer is, it depends on your particular database and JDBC drivers, and the type of SP you want to execute. For instance, with Sybase, I can execute stored procedures, but I can't get any return values or output using the ESQL taglib. This is a limitation of the ESQL tagl

RE: XSP: How to use one custom taglib from within another

2001-06-25 Thread Christopher Painter-Wakefield
William, you don't appear to be using the processing instruction to apply either of your logicsheets. Do you have them defined in your cocoon.properties? I use multiple custom taglibs under C1.8.2 without any difficulty, using the processing instruction to apply the taglibs. You must either

Re: cocoon2 + logicsheet

2001-06-25 Thread Christopher Painter-Wakefield
Kester, sorry about that. I wrote that particular document, but I intended it for the Cocoon 1 site. It was added to the Cocoon 2 docs, but I didn't say anything because I thought perhaps it was applicable to both. (I have no experience with Cocoon 2.) It sounds like it isn't a good match fo

[C2]: To Cocoon Team -- dynamic parameters

2001-06-25 Thread Christian Zoffoli
Hi to all. I tried the sitemap patch of Vadim Gritsenko ...and I have solved many problems. Why isn't it included in the official distribution? ...I think it's important to have dynamic parameters. Is there another way to do it ? How could I solve a problem like this? ...

[C2] Bug in HTML-Serializer?

2001-06-25 Thread Jörn Heid
With this stylesheet BTW, how can I remove all those spaces between > and http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>

Stop conversion of special characters?

2001-06-25 Thread Anthony E.
I am using special characters in my xml file: ie - emdash (& $ 1 5 1 ; ) — these display fine (as an emdash) when viewed in the browser, but the html source doesn't show "& # 1 5 1 ;" instead, it has the rendered emdash. How do I stop cocoon from rendering special characters in the resulting ht

how can I redirect my Result ? Using fp tag

2001-06-25 Thread Gustavo Mejia
Hi, sorry for the troubles but I am here again ! Could somebody tell how can I use FP tags in order to save my XML resulted from query ?  Here my code.   xmlns:fp="http://apache.org/cocoon/XSP/FP/1.0"   xmlns:request="http://www.apache.org/1999/XSP/Request"   xmlns:xsp="http://www.apache.org/1

how can I redirect my Result ?

2001-06-25 Thread Gustavo Mejia
And, also, how can I save this results into an specific file automataclly ?? Any Idea.. ?? I really appreciate all your help !!! Gustavo Gustavo Mejia wrote: > Hi ! > > I am here again ! > > I have a question, I have a very small application that makes a query to > my database, when I make th

Problem trying to access /cocoon/ with Cocoon2

2001-06-25 Thread Christophe de Kerviler
Hi, I'm already a cocoon user on Solaris and I'am trying to test Cocoon 2 When I start Tomcat (3.2) and type http://localhost:8080/cocoon/ I get this error Cocoon 2 - Internal server error type internal-server-erro

how can I redirect my Result ?

2001-06-25 Thread Gustavo Mejia
Hi ! I am here again ! I have a question, I have a very small application that makes a query to my database, when I make the request I got the result in other XML document but in my same page (well y the same browser) the question is, how can I redirect the results, in order that this results ap

Re: ident and spaces

2001-06-25 Thread pg86
I believe it has nothing to do with cocoon. Use tags for preformatted html output. Quoting Pål Wester <[EMAIL PROTECTED]>: > HI there... > > I'm having problems with the fact that cocoon pages > removes spaces, tabs and linefeed. It seems that > Netscape 6 parse the pages differently... > >

RE: ESQL and Stored Procedures

2001-06-25 Thread Beauprez Sven
Luca, see response 'RE: [C2.1] bug SQLTransformer.java' in cocoon-dev to donald Sven -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 12:53 PM To: Cocoon mailing list Subject: ESQL and Stored Procedures could someone tell me whether

Validating XML with C2

2001-06-25 Thread Eduardo Yanez
Hi every body, I can not find where is the XML validating flag in Cocoon 2 configuration for the validation of the XML files. Where is it? could any body tell me? Regards, Eduardo Yanez. - Please check that your question has

Re: How to use

2001-06-25 Thread Christian Haul
On 25.Jun.2001 -- 11:00 AM, Zeljko Rajic wrote: > >Parameter 'param1' value: > > param1 > > Looks OK > I'm receiving the following error as it seems the tag isn't > recognized/transformed correctly. Or is my usage wrong. I'm using Cocoon 2 > alpha 5. The error is: Pleas

C1.82 Text/XML Formaters Encoding

2001-06-25 Thread Andres Voldman
Hi! I am woking with a UTF-8 encoded xml file, and I am including some latin characters ( is a spanish text ). TEXTO[ú] * * 250 is the numerical representation of u acute. This works just perfecty if I am using . But, I get strange characters while using or I've been diging the web

Re[4]: How to use

2001-06-25 Thread Zeljko Rajic
Hi Daniel, on Monday, June 25, 2001, you wrote: >> > did you specify the Namespaces and the programming >> > language in your xsp-file correctly ? >> >> > e.g. like this: >> >> > > > language="java" >> > xmlns:xsp="http://apache.org/xsp"; >> > >> > xmlns:xsp-request="http://apache.org/xsp/requ

c2 xsp and sitemap pre-compilation...problems

2001-06-25 Thread java guru
Hi., I am trying to follow the instuctions on the c2 site regarding the pre-compilation of xsp and sitemap I am ending up with the following error...(remember, the build process was ok without xsp compile option suggested by the faq).. Following is the error.. and the build process window(

Re: c2 hosting?

2001-06-25 Thread Gritsenko
The simplest is to host it yourself. For instance - I have a cable Internet connection at home, which is always on. I simply run Tomcat and Cocoon (1.8) on Win 95 with my apps on it, and anybody on Internet can access it. To learn your IP or DNS host name, type ipcnfg at dos prompt. Viktor

c2 hosting?

2001-06-25 Thread java guru
HI guys., Anyone know of c2 hosting services (possibly free) or anyone generous enough to host c2 for development purposes...?? Appreciating ur response.. Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com ---

Re: Re[2]: How to use

2001-06-25 Thread Daniel Pfuhl
--- Zeljko Rajic <[EMAIL PROTECTED]> schrieb: > > > did you specify the Namespaces and the programming > > language in your xsp-file correctly ? > > > e.g. like this: > > > > language="java" > > xmlns:xsp="http://apache.org/xsp"; > > > xmlns:xsp-request="http://apache.org/xsp/request/2.0"; >

RE: Re[2]: How to use

2001-06-25 Thread Luca Morandini
> Are the values/URIs > for the namespaces anywhere documented? sure, just look at cocoon.xconf Best regards,   -    Luca Morandini    GIS Consultant     [EMAIL PROTECTED]   +39 0744 59  85  1 Office

SV: ident and spaces (Netscape problem)

2001-06-25 Thread Pål Wester
I found out that if i remove the DOCTYPE definition on top of the produced page, I get rid of the problem.   Is there any way to keep the formatting and get rid of the DOCTYPE at the first line? I've tried changing it to loose, but thats not good either.   mvh: Pål Westerhøgskoleing

Re[2]: How to use

2001-06-25 Thread Zeljko Rajic
> did you specify the Namespaces and the programming > language in your xsp-file correctly ? > e.g. like this: > language="java" > xmlns:xsp="http://apache.org/xsp"; > xmlns:xsp-request="http://apache.org/xsp/request/2.0"; I had set the namespace as follows: 'xmlns:xsp-request="http://apache.

ident and spaces

2001-06-25 Thread Pål Wester
HI there...   I'm having problems with the fact that cocoon pages removes spaces, tabs and linefeed. It seems that Netscape 6 parse the pages differently...   How can I preserve the spaces on the output?? mvh: Pål Westerhøgskoleingenør/programmerer never.no as, stortingsgt 30, 0161 Os

Re: How to use

2001-06-25 Thread Daniel Pfuhl
Hi Zeljko, did you specify the Namespaces and the programming language in your xsp-file correctly ? e.g. like this: http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; > HTH daniel --- Zeljko Rajic <[EMAIL PROTECTED]> schrieb: > Hi cocoon-users, > > I'm a newbie

xsp:include ?

2001-06-25 Thread Wieser Daniel
Hi, is it possible to include an xsp page (the resulting content) in an xsp page (like xsl:include)? If it isn't possible, how can I accomplish that. I'd like to aggregate the result of several xsp pages into one large xml file to generate a (PDF) report. Regards, Daniel -

How to use

2001-06-25 Thread Zeljko Rajic
Hi cocoon-users, I'm a newbie to XSP, thus maybe a stupid question: How do I use the tag correctly? I'm trying to do the following: Parameter 'param1' value: param1 I'm receiving the following error as it seems the tag isn't recognized/transformed correctly. Or is my u