Problem with CVS....

2003-07-30 Thread Antonio Gallardo
Hi: I tried to download the update at CVS and I get: [EMAIL PROTECTED] cocoon-2.1]$ cvs -z3 update -d -P cvs update: inflate: unknown compression method cvs [update aborted]: reading from server: Input/output error [EMAIL PROTECTED] cocoon-2.1]$ cvs -z3 update -d -P cvs [update aborted]:

[SOLVED]Re: Problem with CVS....

2003-07-30 Thread Antonio Gallardo
Hi: I just stop to trying and after an hour it start to work well :) Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with CVS....

2003-07-30 Thread Steven Noels
On 30/07/2003 8:14 Antonio Gallardo wrote: Hi: I tried to download the update at CVS and I get: cvs.apache.org is now running on a much beefier machine (minotaur) - it was the transition that caught you /Steven -- Steven Noelshttp://outerthought.org/ Outerthought -

Re: CLI does not follow all links while generating the offline version of the web site

2003-07-30 Thread Upayavira
On Wed, 30 Jul 2003 09:06:42 +0200, Maik Dobryn [EMAIL PROTECTED] said: Hi Upayavira, Thank You for the quick response. I have a resouce file folder (incuding a lot of subfolders) which has more than 150MB. The files in this folder are crawled by the cocoon directory generator which

General Questions about using Cocoon

2003-07-30 Thread Christoph Strehl
Hi all, I am new to Cocoon and I have read some Tutorials about it so I guess I got the basic idea what it is all about. I really like what Cocoon has to offer, but there are still a few questions that I need to ask before I start programming my first webapp with Cocoon. I hope you aren't angry

Web services (SOAP/WSDL) server

2003-07-30 Thread Joose Vettenranta
Hey, I tried to look from mailinglists and wiki to see if there would be anything usefull information about cocoon 2.1 and web services support. So, what is the current status of cocoon and webservices as server? Of course you can generate WSDL by yourself and do soap acting through

XML on the browser

2003-07-30 Thread Galia Angelova
Hello, I have the following question: Is it possible to use XMLand XSLon the browser with cocoon? If "yes" - are there any examples? Thanks in advance! Galia Angelova System architecht Acsior Ltd. Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

RE: XML on the browser

2003-07-30 Thread Jorg Heymans
With browsers like IE you can associate a stylesheet with your XML file and have it rendered on the client side by microsofts xslt processor. Check microsoft.com/xml and further Rgds Jorg -Original Message- From: Galia Angelova [mailto:[EMAIL PROTECTED]] Sent: Mittwoch,

RE: XML on the browser

2003-07-30 Thread Carmona Perez, David
Mozilla has also this capability. You must return an XML file to the browser and indicate a stylesheet through a directive David -Mensaje original- De: Jorg Heymans [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 30 de julio de 2003 15:26 Para: '[EMAIL

RE: General Questions about using Cocoon

2003-07-30 Thread Carmona Perez, David
See my answers below... David -Mensaje original- De: Christoph Strehl [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 30 de julio de 2003 13:07 Para: Coocoon Asunto: General Questions about using Cocoon Hi all, I am new to Cocoon and I have read some Tutorials about it so I

RE: Custom serializers and session

2003-07-30 Thread Jorg Heymans
Can't you access your session in a custom generator or transformer and insert the information you want into the SAX stream that is being passed to the serializer? Just a guess ... -Original Message- From: Carmona Perez, David [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 30.

A problem propagates forever

2003-07-30 Thread Carmona Perez, David
Sometimes I request fails (because I'm debugging and tuning things) and it keeps on failing (maybe due to the cache). The generator is file-based. If I rename the base file, everything runs now OK (the URL is a new one, because the file name is encoded in the URL), everything works ok.

Re: XML on the browser

2003-07-30 Thread Joerg Heinicke
No, you only need the matches for the XML and the XSL files with the mime-type text/xml applied to the XML and text/xsl to the stylesheet (text/xsl is not an official one, but without it, IE won't transform your XML and Mozilla has no problems with text/xsl). Joerg Galia Angelova wrote: So I

Re: XML on the browser

2003-07-30 Thread Galia Angelova
Thanks to all of you :-) Have a nice day!Franz Philipp Moser [EMAIL PROTECTED] wrote: Am Mittwoch, 30. Juli 2003 15:15 schrieb Galia Angelova: Hello, I have the following question: Is it possible to use XML and XSL on the browser with cocoon?Yes it is If "yes" - are there any examples?If you are

Re: XML on the browser

2003-07-30 Thread Derek Hohls
Just a question on the side - is it possible to do mulitple (sequential) stylesheet processing in this way? (as in a Cocoon pipeline). [EMAIL PROTECTED] 30/07/2003 03:51:55 Am Mittwoch, 30. Juli 2003 15:15 schrieb Galia Angelova: Hello, I have the following question: Is it possible to use

RE: Custom serializers and session

2003-07-30 Thread Carmona Perez, David
Yes, thats a solution, but its a pity that serializers are 2nd class citizens in Cocoon!. David -Mensaje original- De: Jorg Heymans [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 30 de julio de 2003 15:38 Para: '[EMAIL PROTECTED]' Asunto: RE: Custom serializers

Re: xsl:variable select=document()/ problem

2003-07-30 Thread C Bram Dit Saint Amand
You are right Joerg, I was experiencing the bug in XSLTC you mentionned, since it works with Xalan. So I thank you very much for your help, really. But this kind of problem shows once more how Cocoon cannot be considered as a serious framework for industry projects. I'm sorry but that's true when

RE: [ANN] Apache Cocoon 2.1 Release Candidate

2003-07-30 Thread Ralph Goers
I can't seem to get the download for rc1 to work. Broken link. Ralph -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 2:25 AM To: Cocoon-Dev; Cocoon Docs; Cocoon-Users; [EMAIL PROTECTED] Apache. Org; [EMAIL PROTECTED] Subject: [ANN]

Re: Issues with using embedded FOP libraries alongside Cocoon

2003-07-30 Thread J.Pietschmann
Collin VanDyck wrote: Trying to solve this problem, I copied these files (that were in WEB-INF/lib, with the exception of cocoon.jar) into a single jar: cocoon-libraries.jar, and placed it in the main deploy directory. I'm not really knowledgable, only from a cursory glance at the spec I conclude

org.apache.cocoon.ProcessingException: Premature end of file.: null:-1:-1:org.xml.sax.SAXParseException: Premature end of file

2003-07-30 Thread Ricardo Coutinho
Title: org.apache.cocoon.ProcessingException: Premature end of file.: null:-1:-1:org.xml.sax.SAXParseException: Premature end of file Hi all Env: Tomcat : 4.01 Cocoon : 2.1m2 OS: W2k Jdk: 1.4.2 I am at the beginning of an attempt to port a cocoon implementation from websphere to

Re: XML on the browser

2003-07-30 Thread J.Pietschmann
Derek Hohls wrote: Just a question on the side - is it possible to do mulitple (sequential) stylesheet processing in this way? (as in a Cocoon pipeline). No. Both IEx and Mozilla take only one XSLT. You can emulate XSL transformation pipelines with a single style sheet though, at the cost of some

Re: A problem propagates forever

2003-07-30 Thread J.Pietschmann
Carmona Perez, David wrote: Sometimes I request fails (because I'm debugging and tuning things) and it keeps on failing (maybe due to the cache). The generator is file-based. If I rename the base file, everything runs now OK (the URL is a new one, because the file name is encoded in the URL),

Re: Send Parameter from sitemap to XSP

2003-07-30 Thread Alexander Schatten
Bartomiej Urbaski wrote: sitemap: map:generate src=example.xsp type=serverpages map:parameter name=foo value=bar/ /map:generate and xsp: xsp:logic String foo = parameters.getParameter(foo, ); /xsp:logic thank you, this works... unfortunately it still does not solve my problem. the point

Re: Problem with large file-download served by Cocoon 2

2003-07-30 Thread Alexander Schatten
Alexander Schatten wrote: I have a small internal file-sharing application with cocoon. the problem is: there is a document with about 22MB. Cocoon 2 should send this doc back to the client, unfortunately the dowload stops every time (from different clients) at about 16MB. has anyone an idea

Re: Embedded html in xml tags converting to pdf

2003-07-30 Thread J.Pietschmann
Tim Bachta wrote: I am using cocoon to create a PDF file. The problem that I am having is some of my xml contains embedded html tags. These tags are showing up as plain text when my PDF is created, what I would like them to do is show as their specific tag that is stated. Is there a way of

Re: Embedded html in xml tags converting to pdf

2003-07-30 Thread JD Daniels
Just add more templates to you xsl stylesheet.. ie: xsl:template match=STRONG fo:inline font-weight=boldxsl:apply-templates//fo:inline /xsl:template - Original Message - From: Tim Bachta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 7:10 AM Subject: Embedded

Re: Merging attribute values to unique list

2003-07-30 Thread J.Pietschmann
James Cummings wrote: I'm wondering the best way to do something in cocoon-2.1.. This is a pure XSLT question. You'll find a variety of tokenization code snippets in the XSL FAQ, reachable from http://www.mulberrytech.com/xsl/xsl-list/ You should also take a look eth the EXSLT tokenize()

RE: Embedded html in xml tags converting to pdf

2003-07-30 Thread Tim Bachta
How would that work, the html tags are values of xml nodes, and the template match looks at the xml nodes itself. Am I mistaken in this? Tim -Original Message- From: JD Daniels [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 11:48 AM To: [EMAIL PROTECTED] Subject: Re:

Re: org.apache.cocoon.ProcessingException: Premature end of file.:nu ll:-1:-1:org.xml.sax.SAXParseException: Premature end of file

2003-07-30 Thread J.Pietschmann
Ricardo Coutinho wrote: I am at the beginning of an attempt to port a cocoon implementation from websphere to tomcat. When trying to access a page I am getting the following error on the screen and : ... Message: Premature end of file. ... Request URI activity/cdm/search/all/Search Search the

RE: Problem with large file-download served by Cocoon 2

2003-07-30 Thread Luke Penca
I have no error messages in my log files. See my original post under BLOBs not being served up after awhile for a further description of my issue. Thanks in advance, Luke. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wed 7/30/2003 11:07 AM To:

Re: Send Parameter from sitemap to XSP

2003-07-30 Thread Geoff Howard
Alexander Schatten wrote: Bartomiej Urbaski wrote: sitemap: map:generate src=example.xsp type=serverpages map:parameter name=foo value=bar/ /map:generate and xsp: xsp:logic String foo = parameters.getParameter(foo, ); /xsp:logic thank you, this works... unfortunately it still does not

RE: Problem with large file-download served by Cocoon 2

2003-07-30 Thread Cedric Picard
I've never experienced such a problem, but then again, I've never used cocoon to serve large files for download. All I can think of would be related to an HTTP request timeout. -Original Message- From: Luke Penca [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 17:18 To: [EMAIL PROTECTED]

JXForms dynamic flowscript problem

2003-07-30 Thread Tuomo L
Hi, I'm trying to get JXForms + flow working using a dynamic javascript-resource by transforming an xml-file with a stylesheet and serializing with the TextSerializer (mime-type=text/javascript). The following error occurs: apply in not a function. In sitemap I have: map:serializers

Re: General Questions about using Cocoon

2003-07-30 Thread Christoph Strehl
Thanks for your reply David. The Caching-information-page ( http://wiki.cocoondev.org/Wiki.jsp?page=Caching ) at Wiki seems to be out of order right now. Can you or someone else explain in short terms, how caching works in Cocoon? I am not asking you to explain me how to do it, I just want to get

RE: JXForms dynamic flowscript problem

2003-07-30 Thread Tuomo L
Well, after changing map:call function=jxForm to ^ map:call function=jxform, I'm getting this: Original Exception: java.lang.ClassCastException at org.apache.cocoon.components.jxforms.flow.javascript.JXForm.getCocoon(JXForm.java:80) at

Re: CLI does not follow all links while generating the offline version of the web site

2003-07-30 Thread Maik Dobryn
Upayavira, thank You a lot for Your support. I found out that for example a HTML directory content list contains four links. Four links were found by Cocoon, but only three were processed. Another interesting thing is: If the resource external file contains HTML with his own links, this

Re: Woody : multipage Form and File Upload Widget

2003-07-30 Thread Bruno Dumon
On Wed, 2003-07-30 at 19:55, maisonneuve nico wrote: hi , i begin with woody form, and i would know: - if it's possible to create a multi-page form (like XMLForm example) ? there's no special support in woody for that, but you can simply create multiple separate forms. - is a File upload

Error

2003-07-30 Thread Pierotti, Nick
On web page http://cocoon.apache.org/2.0/introduction.html there is grammatical error in the last sentence of this paragraph: Ok, great, so now instead of having one uniform language with visual semantics (HTML) we have a babel of languages each with its own semantics. How this can possibly help

New InputModule docs

2003-07-30 Thread Tony Collen
Hi Everybody, I just wrote up some docs for two InputModules that were previously (mostly) undocumented... the GlobalInputModule and the RequestParameterModule. You can view them at the bottom of the wiki page at http://wiki.cocoondev.org/Wiki.jsp?page=InputModules Would it make sense to give

RE: Embedded html in xml tags converting to pdf

2003-07-30 Thread Tim Bachta
Xsp result message-textnulllt;P toUpdate=1gt;lt;STRONGgt;Notelt;/STRONGgt;:lt;/Pgt; lt;Pgt;This is a test note.amp;nbsp; It links to lt;A href=http://www.kopent.com/vyzogt;http://www.kopent.com/vyzolt;/Agt ;lt;/Pgt; lt;Pgt;amp;nbsp;lt;/Pgt;

RE: JXForms dynamic flowscript problem

2003-07-30 Thread Tuomo L
Thanks for your answers Chris. I'll try those things you stated, although I'm starting to feel it would probably be wise to just wait and see what will happen to this form-stuff. So many options at the moment, so little documentation. -Tuomo On Wed, 30 Jul 2003, Chris Clark wrote: I'm not an

[GT2003] Call for Participation

2003-07-30 Thread Steven Noels
Dear all, with only two months left before the 7th of October, it's about time we start planning and setting up the next edition of the Cocoon GetTogether. For those of you who are new to this, please have a look at the previous event website at http://outerthought.org/cocoon/gettogether/ As

[ANN] Apache Cocoon 2.1 Release Candidate

2003-07-30 Thread Carsten Ziegeler
The Apache Cocoon team is proud to announce the new release of Apache Cocoon. Check out the Cocoon website http://cocoon.apache.org/2.1 for more information. Apache Cocoon is an XML framework that raises the usage of XML and XSLT technologies for server applications to a new level. Designed for

woody validation rule actif or not:

2003-07-30 Thread maisonneuve nico
hi, i propose a way for not validate a widget ( example, in a account form, i use the loginNameExistanceChecker rule in creation mode but not in update mode ) Example : function form2xml(form) { var documentURI = cocoon.parameters[documentURI]; var document =

woody dynamic validation rule

2003-07-30 Thread maisonneuve nico
hi , i would make a account form with woody and store informations in a xml file (in fact in a XML database) with this structure : user id017f664e8bad00f69dd0d652/id loginnicolas/login passwordcococo/password namemaisonneuve/name firstnamenicolas/firstname roleuser/role email[EMAIL