Re: exist database

2004-03-07 Thread Nicolas Toper
This is true sometimes. it is stated somewhere in the codecomments.* nicolasJoerg Heinicke [EMAIL PROTECTED] wrote: On 07.03.2004 03:44, Christofer Dutz wrote: When using eXist through Cocoon remember to disable the Xindice pseudo-protocol driver. When initializing, Cocoon willl fail on loading

Re: IE explorer problem

2004-02-16 Thread Nicolas Toper
It's an HTML/XHTML problem. see wiki on HTML Serializer (and/or encoding problem) Le Lundi 16 Février 2004 11:24, Andrey Almirov a écrit : Hello All! 1. I have problem with using Cocoon 2.1-M1. I have the pipeline login. map:match pattern=login map:act type=login map:generate

Re: xmlns namespace references not removed by the HTML serializer.

2004-02-16 Thread Nicolas Toper
cf Wiki. Le Lundi 16 Février 2004 12:56, Carmona Perez, David a écrit : Hi all, Does anybody know why xmlns namespace references are not removed by the HTML serializer?. In my browser I can see some code like this: html xmlns:xf=ima.xf head META http-equiv=Content-Type

Re: Memory Requirements

2004-02-16 Thread Nicolas Toper
Why don't you use CLI? Le Lundi 16 Février 2004 13:28, [EMAIL PROTECTED] a écrit : Hello, How do I configure cocoon (2.1) to use as little memory as possible (i.e. possibly lower performance, but smallest possible footprint)? I have a very simple xml/xsl website, and I would like it to run on

Re: Windows/Tomcat/Cocoon Installation --htm attached.

2004-02-11 Thread Nicolas Toper
This is a great idea!!! Actually I've spent 2 days figuring out how to do it (eventually I installed Linux=) --- Jim Bloggs [EMAIL PROTECTED] a écrit : Greetings! I don't know whether this will be of any use, but I made out a how-to for installing Cocoon 2.1.3 on Tomcat 5.0.18 on Windows

Re: Is it possible to have poolable actions ?

2004-02-09 Thread Nicolas Toper
Well, yes you have to implement actions interface :=) See the archives and the wiki Le Lundi 09 Février 2004 17:23, MAHE Vincent FTRD/DIH/REN a écrit : Hi, I'm using When I test my webapp in DEBUG mode, I have the following lines in the sitemap.log file : DEBUG (2004-02-09)

File Upload with flow?

2004-02-09 Thread Nicolas Toper
Hi, I've read carefully the Wiki on this subject but somehow I can't make it... I took the component in Nagoya, renamed the package to nico (yeah... I know; it's for testing purpose only) and put it in WEB-INF/classes... But when I do var role= Packages.nico.FileUpload.ROLE: Cocoon throws a

FileUpload with Cocoon

2004-02-08 Thread Nicolas Toper
Hi, I'm writing an XSP to manage uploading of file and I'm wondering how do you know which class is used between PartOnDisk and PartInMemory? Actually I want to do a pretty simpel things: get the file and copy it to the user defined location... I was thinking of writing this XSP :=) Nicolas

Re: FileUpload with Cocoon

2004-02-08 Thread Nicolas Toper
[EMAIL PROTECTED] a écrit : Nicolas Toper wrote: Hi, I'm writing an XSP to manage uploading of file and I'm wondering how do you know which class is used between PartOnDisk and PartInMemory? I thought the wiki page answered this pretty clearly. PartOnDisk is used when autosave

Re: Multipart form upload

2004-02-06 Thread Nicolas Toper
Sorry, but are you using linux or win32 ? nico --- Geoff Howard [EMAIL PROTECTED] a écrit : Chris Wilder-Smith wrote: Geoff, On Thu, 2004-02-05 at 19:45, Geoff Howard wrote: Chris Wilder-Smith wrote: snip I get ** request class:

Re: Multipart form upload

2004-02-06 Thread Nicolas Toper
-06 at 16:19, Nicolas Toper wrote: Sorry, but are you using linux or win32 ? nico --- Geoff Howard [EMAIL PROTECTED] a écrit : Chris Wilder-Smith wrote: Geoff, On Thu, 2004-02-05 at 19:45, Geoff Howard wrote: Chris Wilder-Smith wrote: snip I get

Re: obtaining Servername and Port in Sitemap

2004-02-04 Thread Nicolas Toper
Do you have the request module in your cocoon.xconf :)=? Le Mercredi 04 Février 2004 14:45, Derek Hohls a écrit : OK, so I am back to where I started ;-) i.e. I have a {request:xxx} that works fine under Cocoon 2.1.x, but does not work under Cocoon 2.0.x; i.e it just returns a blank. The

Re: obtaining Servername and Port in Sitemap

2004-02-04 Thread Nicolas Toper
Try it with the session transformer. Otherwise you might have to add in your cocoon.xconf the input module and of course the class files Le Mercredi 04 Février 2004 15:09, Derek Hohls a écrit : The only request modules I have are the ones shown below - if it is supposed to be here, but isn't,

Re: obtaining Servername and Port in Sitemap

2004-02-04 Thread Nicolas Toper
Lol yes it should be simpler... I said have you tried using the session transformer? I think it works for 2.0.4? Le Mercredi 04 Février 2004 15:25, Derek Hohls a écrit : Ok - now I am lost. I guess its going to be simpler to get the server version upgraded otherwise this type of thing will

Re: [HELP]Unable to get transformer handler for file:/apps/java/cocoon-2.1.3/build/webapp/cs6522/cs46906/public_html/hw2/songs.xsl

2004-02-04 Thread Nicolas Toper
I'd also check your XSLT file: Cocoon makes this error when your XSLT file is not valid: look at the other part of Cocoon message --- Loic Quintin de Kercadio [EMAIL PROTECTED] a écrit : Please check the definition of your components (in the sitemap) I suppose one is missing, but I cannot

Re: A notebook for Cocoon development

2004-02-03 Thread Nicolas Toper
What's the OS? The RAM seems a little bit just Le Mardi 03 Février 2004 12:12, mirko a écrit : Hi, I just need a notebook that will be sufficient to make my work in Cocoon (besides of my primary desktop computer) when I'm outside (spring is comming :) ). Will a PIII 500, 128MB notebook be OK

Re: A notebook for Cocoon development

2004-02-03 Thread Nicolas Toper
Well, the JVM takes at least 64 Mo to run normally and 256 Mo means 128 Mo for the servlet so yes it'll work but definitely not for production :=) But don't use Tomcat 4 with it:=) Le Mardi 03 Février 2004 12:16, John L. Webber a écrit : Hi Mirko, That'll probably work, but I'd advise going

XSP Question

2004-02-03 Thread Nicolas Toper
Hi, How could I store a variable that comes from a logicsheet? I want to put an XML string (unparsed, just the string with the tags) in a variable. But the XML data comes from a XMLDB Request. How could I do that? Here is my try (of course it doesn't compile :=)) String xml = (String)

Re: JDBC-Driver and web.xml

2004-02-02 Thread Nicolas Toper
What do you mean if cocoon doesn't run as a webapp? Well, JDBC drivers are registered somewhere :=) cf the Servlet Spec for more details :=) Le Lundi 02 Février 2004 17:02, Stephan Coboos a écrit : Hello, I have a simple question: Why ist it necessary to register the jdbc driver in

RE: obtaining Servername and Port in Sitemap

2004-01-30 Thread Nicolas Toper
http://resin.mediahost.org/cocoon/samples/modules/request.xsp It's in in the samples: list of all input module in Cocoon 2.1.2 (if I remember right) + their variables --- Meyer, Christian [EMAIL PROTECTED] a écrit : Hi, thanks all for the fast answer. Could you get me the right URI for the

Re:Install cocoon

2004-01-30 Thread Nicolas Toper
You didn't seem to compile with the war target... You have a build directory and a webapp one?Anna Bikkina [EMAIL PROTECTED] wrote: I tried clean war and still have the same problems with ant and jdo packages. It complains cannot find those packages. I tried adding them to different places but

RE: Flow Redirect The auth-fw with cocoon:/ Not working

2004-01-30 Thread Nicolas Toper
in a protected url, and I am logged incorrectly.JD( CC'd users to move it over there. )-Original Message-From: Nicolas Toper [mailto:[EMAIL PROTECTED]Sent: 2004-01-30 1:56 PMTo: [EMAIL PROTECTED]Subject: RE: Flow Redirect The auth-fw with cocoon:/ Not workingJust let me rephrase please (by the way

Re: AW: When do I have to restart the servlet engine

2004-01-29 Thread Nicolas Toper
New class file: it depends what you do: add a jar, update a jar,... You have in web.xml an allow reload parameters which needs to be true to allox Cocoon to reload itself Le Jeudi 29 Janvier 2004 14:52, Ulrich, Dominik a écrit : Hi sitemap.xmap is reloaded after changes. In case of

Re: multiple match in the sitemap

2004-01-29 Thread Nicolas Toper
Ive tried it but never manager to make it working... Le Jeudi 29 Janvier 2004 16:14, Lionel Crine a écrit : Hi all, I'm trying to write this : map:when test= a | b /map:when but it's not working. Is it possible ? Lionel CRINE Ingénieur Systèmes documentaires Société : 4DConcept 22

Re: Features of cocoon

2004-01-29 Thread Nicolas Toper
Le Jeudi 29 Janvier 2004 16:32, Anna Bikkina a écrit : Hi, I was asked to look for portal servers in the industry . I found cocoon has a interesting mix of XML and the portal features. Can someone please confirm if the following features are available with cocoon. single sign on Depends

Re: [ESQL] sharing transactions

2004-01-28 Thread Nicolas Toper
Bad but working easy :=) if your ESQL is only called once a time it's OK. Otherwise, why not try the SQL Transformer?. Le Mercredi 28 Janvier 2004 10:30, Olivier Billard a écrit : Hi Cocooners ! I use the esql stylesheet to execute a transaction. But I would like to isolate the most business

Re: getting rid of namespace attribute

2004-01-28 Thread Nicolas Toper
Le Mardi 27 Janvier 2004 16:55, [EMAIL PROTECTED] a écrit : Wiki FAQ or read the archives -- Message transmis - Hi, This is rather an xlst question, but maybe some of you may have already experienced this : i'm turning xhtml into wml and i can't get rid of the xhtml default

Re: [ESQL] sharing transactions

2004-01-28 Thread Nicolas Toper
, Thanks for your answer. How could the SQL transformer help ? On 28/01/2004 10:41, Nicolas Toper wrote: Bad but working easy :=) if your ESQL is only called once a time it's OK. Otherwise, why not try the SQL Transformer?. Le Mercredi 28 Janvier 2004 10:30, Olivier Billard a écrit : Hi

Re: newbie has problems installing cocoon

2004-01-28 Thread Nicolas Toper
If I remember irght old Tomcat doens't detect war automatically. It depends on the version number. Might be worth checking? Le Mercredi 28 Janvier 2004 11:37, Joerg Heinicke a écrit : On 28.01.2004 07:42, Andrea Simonetti wrote: well, right; I have tried different combinations as a matter of

SaxExeption when migrating from 2.1.2 to 2.1.3

2004-01-26 Thread Nicolas Toper
Hi, When I try to migrate my webapp from 2.1.2 to 2.1.3 I got an Internal cocoon problem SaxException: try to output an integral value of 233 ... Do you know what this is? It comes from only a few files... - To unsubscribe,

xml namespaces?

2004-01-22 Thread Nicolas Toper
Speaking of NS, usually, it's easier to remove them all, especially with aggregates. What do you think? What would you do? Le Jeudi 22 Janvier 2004 12:30, Upayavira a écrit : Date : Thu, 22 Jan 2004 11:30:06 + Antonio Gallardo wrote:

Re: Problem with xindice on win32

2004-01-22 Thread Nicolas Toper
It's your cocoon.xconf: you didn't declare the xindice driver... I think there is something on that in the wiki Le Jeudi 22 Janvier 2004 13:03, Dmitry Diskin a écrit : Hi, I have the following in sitemap: map:generate src=xmldb:xindice://host:8080/db/web/news-arch/#{1}/ And I'm getting the

File upload/Multipart form

2004-01-22 Thread Nicolas Toper
Hello list ;=) Do you know if Cocoon handles multipart form like* form action=doaction input type=file / input type=text/ /form I can't find the answer in the documentation. Thanks for your answer. - To

Re: [map:aggregate] passing sitemap parameter

2004-01-21 Thread Nicolas Toper
Well, why can't we pass parameter to a map:part. I think it should be possible. Is there a reason why it is not the case? (like break Soc,...) Le Mercredi 21 Janvier 2004 11:10, Jan Hoskens a écrit : Hmm, that wasn't to smart of me, I was treating the map:part more or less like a

Encoding Problem (slightly OT)

2004-01-20 Thread Nicolas Toper
Hi, If I'm using UTF-8 encoding with a French file special characters as é or à makes an error... I don't understand why... Isn't UTF-8 supposed to integrate this characters or did I miss something? Nicolas - To

Cocoon parameters encoding problem

2004-01-20 Thread Nicolas Toper
Hi, I'm trying to get the following parameter working through the same file. Here is my sitemap snippet where the generator src is a sitemap working on the same principle as Forrest (it does contain much more informations however: basically the map.xml contains the high level semantics and

Re: Looking for data persistance method recommendation

2004-01-20 Thread Nicolas Toper
No Castor is infamously slow (or so I heard :=)) One advantage of Hibernate is that it is covered in the Wiki so Cocoon and Hibernate shouldnt be that hard to integrate Le Mardi 20 Janvier 2004 11:30, mirko a écrit : Nicolas Toper wrote: Have a look on Hibernate. They also explain well

Re: Looking for data persistance method recommendation

2004-01-20 Thread Nicolas Toper
hear this ? Werner On Tue, 20 Jan 2004 11:34:35 +0100, Nicolas Toper wrote: No Castor is infamously slow (or so I heard :=)) One advantage of Hibernate is that it is covered in the Wiki so Cocoon and Hibernate shouldnt be that hard to integrate Le Mardi 20 Janvier 2004 11:30, mirko a écrit

Re: Encoding Problem (slightly OT)

2004-01-20 Thread Nicolas Toper
No Le Mardi 20 Janvier 2004 12:05, Joerg Heinicke a écrit : On 20.01.2004 11:14, Nicolas Toper wrote: Hi, If I'm using UTF-8 encoding with a French file special characters as é or à makes an error... I don't understand why... Isn't UTF-8 supposed to integrate this characters or did

Re: How to build a flexible menu system - example anyone?

2004-01-20 Thread Nicolas Toper
i use a Forrest port. Can send it to you if you want Le Mardi 20 Janvier 2004 17:39, Luke Penca a crit : I used a javascript menu named CoolMenus (www.dhtmlcentral.com) and had Cocoon generate the definition file on a periodic basis. Luke. -Original Message- From: [EMAIL

Re: role-based access to pages and parts of pages - ideas?

2004-01-12 Thread Nicolas Toper
Hi, I'm interested: I've done the same work but with an XSL Stylesheet but a java class would be better. Where can we get it? Le Samedi 10 Janvier 2004 15:49, Stefan Klein a écrit : Alex, I really like Stefan's idea of authorization transformer, which filters data based on your

Re: Forrest and dynamic site.xml

2004-01-09 Thread Nicolas Toper
I'm doing already that with the following problem: I'm making a webapp which works for 30 websites with personnalized and localized (not langage but content) contents. Besides some parts are protected or partially protected. So here is my architecture (I used Forrest Pattern but not Forrest

Re: content aggregation + links to used files

2004-01-07 Thread Nicolas Toper
xsl:value-of select=./@path/ /xsl:template /xsl:stylesheet It's an XSLT FAQ and more about it can be found here: http://www.dpawson.co.uk/xsl/sect2/N5536.html#d5360e970. Joerg On 05.01.2004 16:04, Nicolas Toper wrote: In that case use that in another transformer: it'll remove

Re: Choosing the doctype of an xml serialization within pipeline at run-time

2004-01-07 Thread Nicolas Toper
From what I understand Cocoon instances serializers at the sitemap interpretations. Le Mercredi 07 Janvier 2004 12:21, Pierre Attar a écrit : Hi, I need to decide, straight in a pipeline, which doctype to apply to an xml serialization: it is impossible for me to know it before. Therefore,

Re: content aggregation + links to used files

2004-01-07 Thread Nicolas Toper
The file name is news*.xml The namespace is the Directory Generator's one so not at all sevencs Besides your match wont' work b/c it looks for a specific tags. I don't know well enough to correct it but I can tell you at least that NS won't work b/c it is simply not the good one: you're

Re: [Help]sub-sitemaps throwing NullPointerException after edit of main sitemap!

2004-01-06 Thread Nicolas Toper
? There are xsl transforms in the sub sitemaps.Couldthey be somehow be getting Lost? Thanks for the help, very appreciated. Iain - Original Message - From: Nicolas Toper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 05, 2004 5:48 PM Subject: Re: [Help]sub-sitemaps

Re: PHP Generator, How to make it run?

2004-01-06 Thread Nicolas Toper
Just one question: did you try serializing just after the PHP Generator with map:serialize type=xml / ??? Le Mardi 06 Janvier 2004 16:37, Davide a écrit : Hi all, i'm trying to use the PHP generator but without success... I had a look ath the cocoon wiki php generator page and followed the

Re: PHP Generator, How to make it run?

2004-01-06 Thread Nicolas Toper
the PHPServlet is in beta stage still... I've tried to use it with a lot of problems... Le Mardi 06 Janvier 2004 18:14, Tony Collen a écrit : Davide wrote: Hi all, i'm trying to use the PHP generator but without success... I had a look ath the cocoon wiki php generator page and followed

Authentication FW: several user with the same ID in session?

2004-01-06 Thread Nicolas Toper
Hi, I'm working on a project where several users will be connected with the same account. I'm using the Auth-FW and I noticed this is not possible. Any idea what to do? If I need to modify the source code, does any ppl need something like that? If yes (and if my employer agree) I'll send over

Re: PHP Generator, How to make it run?

2004-01-06 Thread Nicolas Toper
Sorry, I didn't get what you wanted to do? Le Mardi 06 Janvier 2004 18:36, Davide a écrit : ok, so you tell me to forget the PHP generator...and for me is a big problem... I said that with apache i had php working so... I have a cocoon application where i manage authentication. Can I from

Re: Using Cocoon 2.1.3 as an EAI Tool

2004-01-05 Thread Nicolas Toper
I wouldn't recommend modular DB action: it might be too simple for what you need. Le Lundi 05 Janvier 2004 10:18, Amitabha Mitra a écrit : Hi, I am trying to use Cocoon2.1.3 as an EAI Tool - what I want to achieve is: 1. Read XML File from a folder (XML data generated by third-party system)

Re: content aggregation + links to used files

2004-01-05 Thread Nicolas Toper
If the orginal docs aren't XML you should have a look at Chaperon Le Lundi 05 Janvier 2004 11:11, [EMAIL PROTECTED] a écrit : Hi all! I want to create an xml document by extracting defined elements from files conforming to a known format. When assembling the document I need to keep in mind

Re: content aggregation + links to used files

2004-01-05 Thread Nicolas Toper
it depends on which information you need exactly: the name of the file: put it as a parameter into the URL and pass it to the XSL Le Lundi 05 Janvier 2004 13:36, [EMAIL PROTECTED] a écrit : Hello Nicolas! Hi everybody! Nicolas wrote: If the orginal docs aren't XML you should have a look at

Re: content aggregation + links to used files

2004-01-05 Thread Nicolas Toper
Hi, If I understand everything: you want a big XML files like that: root news file path=news/news1.xml article [...] /article /file /news news file path=news/news1.xml article [...] /article /file /news /root And your problem is the XML file

Re: content aggregation + links to used files

2004-01-05 Thread Nicolas Toper
In that case use that in another transformer: it'll remove all NS from the XML ?xml version=1.0 encoding=UTF-8? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xsl:output method=xml version=1.0 encoding=UTF-8 indent=yes/ xsl:template match=* !-- remove

Re: content aggregation + links to used files

2004-01-05 Thread Nicolas Toper
it's because as soon as you use a ns in your xml document, the xsl spec says that an unnommed xml tag refers to the default ns. So basically: root xmlns:ns=ns xmlns:ns2 ns2:one two /... two has actually ns as ns bc it is the default ns for this subsection of this xml doc Le Lundi 05

Re: content aggregation + links to used files follow up

2004-01-05 Thread Nicolas Toper
, in some pipeline in my project I use this to create generic and simple XSL: it just wouldn't work without it (or I don't know the * for NS; is there one?) but at other times I keep the NS b/c I have different documents with different meanings... Nicolas Le Lundi 05 Janvier 2004 17:24, Nicolas

Re: [Help]sub-sitemaps throwing NullPointerException after edit of main sitemap!

2004-01-05 Thread Nicolas Toper
Well, what if you reverse to the old sitemap? What did you do to the main sitemap? Le Lundi 05 Janvier 2004 18:31, Iain McNally a écrit : Hi, I've been using coocon for some time now and everything usually work out ok but I'm having a major issue at the moment with sub-sitemaps. I have

Re: [Help]sub-sitemaps throwing NullPointerException after edit of main sitemap!

2004-01-05 Thread Nicolas Toper
in the day to day use of the application. - Original Message - From: Nicolas Toper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 05, 2004 5:36 PM Subject: Re: [Help]sub-sitemaps throwing NullPointerException after edit of main sitemap! Well, what if you reverse to the old

Re: How to get XML into session?

2003-12-29 Thread Nicolas Toper
http://cocoon.apache.org/2.1/developing/webapps/contexts.html all is there. Quite complete and you'll understand how session with cocoon works Nicolas Jouve SI Le Lundi 29 Décembre 2003 17:06, [EMAIL PROTECTED] a écrit : Hi, I can't find how to put some cleaned up XML into a session

Re: how to stop jetty (windows)

2003-12-29 Thread Nicolas Toper
Hi, See the archives for your question. But basically: no. The Ctrl + C way is fine (and is the same with *nix). You would have to use another jar for jetty (the one in the jetty docs) but what's the point since this jetty is for use in development. Nicolas Jouve SI Le Lundi 29 Décembre 2003

Re: XSL a processor hog?

2003-12-26 Thread Nicolas Toper
Hi, You should try using Saxon which should be twice as fast and if you're not using it already: XLTC instead of XSLT Le Vendredi 26 Décembre 2003 12:11, Nuno Miguel Borges Leong a écrit : Hi, We have a web application using cocoon for presentation layer. I'm currently trying to optimise our

Re: how to configure JXPathMetaModule?

2003-12-24 Thread Nicolas Toper
Le Mercredi 24 Décembre 2003 12:17, Joakim Verona a écrit : What's the problem with the Transformer URL Encoder? Thanks Konstantin, It's really kind of difficult to get URL encoding working with cocoon. I've tried various workarounds for the basic problem that raw-request-parameters doesnt

Re: how to configure JXPathMetaModule?

2003-12-24 Thread Nicolas Toper
It is working fine with me (after some research and tuning though :=)) Le Mercredi 24 Décembre 2003 12:17, Joakim Verona a écrit : Thanks Konstantin, It's really kind of difficult to get URL encoding working with cocoon. I've tried various workarounds for the basic problem that

Re: Parameters to an XSP?

2003-12-23 Thread Nicolas Toper
could you be a little bit more specific please :=)? nicolas Le Mardi 23 Décembre 2003 16:51, [EMAIL PROTECTED] a écrit : Hi, I've finally managed to build an XSP (connect.xsp) that can connect to my database. I even built a logicsheet (connect.xsl) that handles most of the java stuff and

Re: Parameters to an XSP?

2003-12-23 Thread Nicolas Toper
amp; instead of rb The indicates an entity... Le Mardi 23 Décembre 2003 17:34, beyaRecords - The home Urban music a écrit : Hi, have just done my first cocoon tutorial., and it works!!! ;-) There is only only problem. In my xml file I have a paragraph which says the following:

Re: Parameters to an XSP?

2003-12-23 Thread Nicolas Toper
on the fly? regards Uzo On 23 Dec 2003, at 16:41, Nicolas Toper wrote: amp; instead of rb The indicates an entity... Le Mardi 23 Décembre 2003 17:34, beyaRecords - The home Urban music a écrit : Hi, have just done my first cocoon tutorial., and it works!!! ;-) There is only

Re: Html formatting

2003-12-23 Thread Nicolas Toper
read in all content between the paragraph tags and convert any non-html-specific elements like to amp;? regards Uzo On 23 Dec 2003, at 16:52, Nicolas Toper wrote: What do you mean by properly? A PCdata section. An XML Well-formed document A catalog entity? Le Mardi 23 Décembre

Re: Looking for Cocoon professional developers in Sweden...

2003-12-22 Thread Nicolas Toper
It is a good idea... A separate ML is a good idea and besides Cocoon is so broad that a few company are really in competition in the same markets. But the question is also the other way around: I'm currently looking for a job and I'd like to continue to work with Java/XML/Cocoon stuff but I

Re: gzip compression

2003-12-15 Thread Nicolas Toper
Apache could do that automatically... Otherwise, I'd use Tomcat and a filter servlet to do it: you could find some all ready to be used on the Web... Le Lundi 15 Décembre 2003 18:46, Carmona Perez, David a écrit : Hi all, Does someone how can I make some action that activates compressing

RE: encoding, UTF-8

2003-11-27 Thread Nicolas Toper
Are you sure, the viewer is UTF8? -Message d'origine- De : Lionel Crine [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 novembre 2003 11:58 À : [EMAIL PROTECTED] Objet : encoding, UTF-8 Hi, I want to put the entire plateform into UTF-8. For now, cocoon is using ISO-8859-1. Here what I've

RE: aggregating defined resources

2003-11-26 Thread Nicolas Toper
Well I've tried to do that and it would be really practical to do so with the ability to use a select inside. I didn't succeed. I think in that case you're supposed to use a C/Xinclude instead. It'll give you more flexibility. If you want to call a resource do that: resource name=test ..

RE: aggregating defined resources

2003-11-26 Thread Nicolas Toper
i have this workaround currently as well, too bad it's not supported... Aggregation could be made a bit more clever (note i'm running 2.0.4) eg straight support for generators, but i guess that's a different topic. thanks for the confirmation! Jorg Nicolas Toper wrote: Well I've tried to do

RE: aggregating defined resources

2003-11-26 Thread Nicolas Toper
sorry? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 26 novembre 2003 15:06 À : [EMAIL PROTECTED] Objet : RE: aggregating defined resources which - To unsubscribe, e-mail:

RE: removing namespaces...

2003-11-26 Thread Nicolas Toper
continue your search basically you need to make a new stylesheet to exclude all ns and call it with a transformer -Message d'origine- De : Patrick Hess [mailto:[EMAIL PROTECTED] Envoyé : mercredi 26 novembre 2003 16:59 À : [EMAIL PROTECTED] Objet : removing namespaces... I currently

RE: removing namespaces...

2003-11-26 Thread Nicolas Toper
be a transformer removing the namespaces, declaration and prefixes. -- Reinhard -Original Message- From: Nicolas Toper [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 5:07 PM To: [EMAIL PROTECTED] Subject: RE: removing namespaces... continue your search basically you

RE: Compilation of Cocoon / Binary Distribution / Different Configurations,

2003-11-07 Thread Nicolas Toper
I completely agree. I'm a fairly new Cocoon user and it took me a while to get used to it... Besides, look at MySQL or JBoss: they try to have an easy install process. Even Microsoft is doing it too... I think it's good to smooth the installation process for a new user. The easiest it is, the

RE: Compilation of Cocoon / Binary Distribution / Different Configurations,

2003-11-07 Thread Nicolas Toper
[mailto:[EMAIL PROTECTED] Envoye : vendredi 7 novembre 2003 14:55 A : [EMAIL PROTECTED] Objet : Re: Compilation of Cocoon / Binary Distribution / Different Configurations, Nicolas Toper wrote: for instance I know tons of webdeveloper with no formal training and admin sys competencies. They use EasyPHP

RE: Compilation of Cocoon / Binary Distribution / Different Configurations,

2003-11-07 Thread Nicolas Toper
/ Different Configurations, Nicolas Toper wrote: Yes, but we would need to rethink the Cocoon build/releases cycles to simplify the installation... no, I do not see why; As an expert one could rather easily provide such an binary installation package. no problem at all I see. But we first need

RE: Compilation of Cocoon / Binary Distribution / Different Configurations,

2003-11-07 Thread Nicolas Toper
. Tim Holloway -Original Message- From: Nicolas Toper [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 9:54 AM To: [EMAIL PROTECTED] Subject: RE: Compilation of Cocoon / Binary Distribution / Different Configurations, Yes you're right, I meant something more easier to use

RE: Recursive reading from database

2003-11-05 Thread Nicolas Toper
Why don't you use the SQL Transformer combined with the FilterTransformer? It might be easier? -Message d'origine- De : Otmar Vobejda [mailto:[EMAIL PROTECTED] Envoy : mercredi 5 novembre 2003 10:47 A : [EMAIL PROTECTED] Objet : Recursive reading from database Hi, i'm a beginner in the

RE: [Portal] Content Management within a portal?

2003-09-26 Thread Nicolas Toper
why don't you use the portal engine with cocoon? http://www.google.fr/search?sourceid=navclienthl=frie=UTF-8oe=UTF-8q=por tal+engine+cocoon From what you say, it does what you want to do :=) -Message d'origine- De : Darach Cawley [mailto:[EMAIL PROTECTED] Envoyé : vendredi 26 septembre

RE: [Portal] Content Management within a portal?

2003-09-26 Thread Nicolas Toper
a look myself though, but if anything we will probably reuse parts of it. Thanks, Darach. -Original Message- From: Nicolas Toper [mailto:[EMAIL PROTECTED] Sent: 26 September 2003 09:21 To: [EMAIL PROTECTED] Subject: RE: [Portal] Content Management within a portal? why don't you use

RE: Building cocoon: where are block descriptions?

2003-09-25 Thread Nicolas Toper
Wiki :=) -Message d'origine-De: Javier Ramos [mailto:[EMAIL PROTECTED]Envoy: jeudi 25 septembre 2003 18:29: [EMAIL PROTECTED]Objet: Building cocoon: where are block descriptions? Hello, I want to build a minimal cocoon application by excluding blocks in the

RE: MS Word Transformer

2003-08-14 Thread Nicolas Toper
Hi, I see 2 solutions: 1/ You could try using the Office's new XML capabilities (I think it's called Xdoc) and therefore just serialize into another XML document (only for Office 11). 2/ There are a few Java/Word soft (POI is one of them). Just write the serializer from the classes. Actually,

RE: MS Word Transformer

2003-08-14 Thread Nicolas Toper
yup but it doesn't work on non IE browser (or used to) I tried this and it crashed my Netscape (although it was a copple of years ago). nicolas -Message d'origine- De : Steve Krulewitz [mailto:[EMAIL PROTECTED] Envoyé : mardi 12 août 2003 16:31 À : [EMAIL PROTECTED]; [EMAIL PROTECTED]

RE: How to use stores for persistence

2003-08-14 Thread Nicolas Toper
Hi, Do you need one or several store? Nicolas Toper -Message d'origine- De : Olivier Billard [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 août 2003 10:45 À : Apache Cocoon Users Objet : How to use stores for persistence Hi all, I would like to use store components for persistent

RE: SQL Choice with cocoon

2003-08-14 Thread Nicolas Toper
Basically, they're all working well with Cocoon assuming that JDBC is working :=) Personnally, I would advise MySQL since your DB will be small. nicolas -Message d'origine- De : Lionel Crine [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 août 2003 16:23 À : [EMAIL PROTECTED] Objet :

RE: MS Word Transformer

2003-08-14 Thread Nicolas Toper
ok get it sorry :=) nicolas -Message d'origine- De : Steve Krulewitz [mailto:[EMAIL PROTECTED] Envoyé : mardi 12 août 2003 16:55 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : RE: MS Word Transformer yup but it doesn't work on non IE browser (or used to) I tried this and it