RE: XMLForm Control of flow

2002-06-14 Thread Reinhard Poetz
There is am Mail from Konstantin -- http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=102380667528528w=2 Regards, Reinhard -Original Message- From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 10:15 AM To: Cocoon-Users (E-mail) Subject: XMLForm

How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
I have to use a lot of namespaces and I want to remove them at the last transformation step. I found several solutions but none of them works for me: exclude-result-prefixes (in the stylesheet) [http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=100101165325379w=2] omit-xml-declaration (in the

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
Thank you for this solution. - Do you know if this influences the performance? - Is there a special reason why exclude-result-prefixes doesn't work or is it a bug? Regards, Reinhard -Original Message- From: Manos Batsis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 12:45

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
-Original Message- From: Manos Batsis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 1:21 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: How to remove namespace declarations and prefixes? - Do you know if this influences the performance? Reinhard,

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
From: Manos Batsis [mailto:[EMAIL PROTECTED]] From: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Is there a difference in performance - your solution compared to a working exclude-result-prefixes-attribute? Depends on whether you want to add a new stylesheet or modify the existing

[Summary] How to remove namespace declarations and prefixes?

2002-07-01 Thread Reinhard Poetz
Thank you Harry and Manos! I want to provide a summary of this thread - maybe this could be included into some docs. Problem: ... I use namespaces and I want to remove them in my result xml ... (original mail: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=102551958020786w=2)

RE: sitemap.xmap could not be found. (possible context problem)

2002-07-01 Thread Reinhard Poetz
Make sure that you don't have two excalibur-jars in your lib-directory. Regards, Reinhard -Original Message- From: Michael Zehrer [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 5:54 PM To: Cocoon-Users (E-Mail) Subject: sitemap.xmap could not be found. (possible context

[Summary] Profiling with Cocoon 2.1

2002-07-10 Thread Reinhard Poetz
Hi Michael, I use Cocoon2.1dev (I checked it out last week). As it works successfully for me I wrote a summary using my notes I was taking during activating profiling - please try it. If you have problems please respond to [EMAIL PROTECTED] too) - o - Summary: Profiling

RE: Excluding cinclude namespace thru a stylesheet following a cinclude transformation

2002-09-20 Thread Reinhard Poetz
Daniel, http://outerthought.net/wiki/Wiki.jsp?page=RemoveNamespaces Regards, Reinhard -Original Message- From: Daniel Fournier [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 6:55 PM To: [EMAIL PROTECTED] Subject: Excluding cinclude namespace thru a stylesheet

RE: == Database driven website with Cocoon ==

2002-09-30 Thread Reinhard Poetz
Jerome, Here a suggestion without knowing Leigh Dodds' tutorial ... I would write an action that puts the path as a variable into the sitemap. map:pipeline map:match pattern=blabla map:act type=your-action map:generate src={your-path}/

RE: Can't display images

2002-10-07 Thread Reinhard Poetz
Make sure that the image is available at that link: ./test.html ./pics/test.jpg Maybe you have to insert something like this: map:match pattern=pics/*.jpg map:read src=pics/{1}.jpg mime-type=image/jpg/ /map:match Try to access your image directly (entering the URL into the adress bar)

RE: Cannot access sub-sitemaps of Cocoon's doc

2002-10-07 Thread Reinhard Poetz
Barbara, Maybe a typo of you but you need a slash at the end to reach the samples: http://localhost:9090/cocoon/samples/ Regards, Reinhard -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 12:41 PM To: [EMAIL PROTECTED] Subject:

RE: [Q] Pipeline best practices

2002-10-13 Thread Reinhard Poetz
Hi Ivelin, -Original Message- From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 4:25 PM To: [EMAIL PROTECTED] Subject: [Q] Pipeline best practices For example how many pipelines in a sitemap are reasonable? How do one chooses when to put multiple

RE: [SUMMARY] Pipeline match optimization (Re: [Q] Pipeline best practices)

2002-10-14 Thread Reinhard Poetz
The results of this thread from my point of view can be found at http://outerthought.net/wiki/Wiki.jsp?page=DesignPipelines. Are there any other points? Regards, Reinhard -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 8:57 AM

RE: Cocoon and EJB

2002-10-26 Thread Reinhard Poetz
Peter, Would you mind integrating it into the CocoonWiki (http://www.outerthought.net)? If no and it's easier for you I can do it for you. Regards, Reinhard -Original Message- From: Hunsberger, Peter [mailto:Peter.Hunsberger;stjude.org] Sent: Friday, October 25, 2002 4:59 PM To:

RE: Cocoon and EJB

2002-10-30 Thread Reinhard Poetz
Would you mind integrating it into the CocoonWiki (http://www.outerthought.net)? If no and it's easier for you I can do it for you. Reinhard, go ahead and add it if you wish; everything in the document is based on stuff from the Cocoon-user archives, with some modifications. As I

RE: jar files in cocoon/WEB-INF/lib

2002-10-30 Thread Reinhard Poetz
It should be enough to copy the jars in the lib directory. Regards, Reinhard -Original Message- From: Oskar Casquero [mailto:jtacaoio;bi.ehu.es] Sent: Wednesday, October 30, 2002 8:35 PM To: [EMAIL PROTECTED] Subject: jar files in cocoon/WEB-INF/lib Hello, When a jar file is saved in

RE: jar files in cocoon/WEB-INF/lib

2002-10-30 Thread Reinhard Poetz
, Reinhard Litrik De Roy www.litrik.com - Original Message - From: Reinhard Poetz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 8:45 PM Subject: RE: jar files in cocoon/WEB-INF/lib It should be enough to copy the jars in the lib directory. Regards

RE: authentication frustration

2002-10-31 Thread Reinhard Poetz
I too will be very hard at work on a SAP project from November 18th till February 2003. I will be developing iViews for the SAP Enterprise Portal. One of the things I'll be testing is integrating Cocoon in an iView. Should be interesting, specially with the web3 component (i got running

RE: XMLForms vs Struts

2002-10-31 Thread Reinhard Poetz
Ivelin, As this is an often discussed question: Do you mind adding it to the CocoonWiki? If no I could do it for you ... Regards, Reinhard -Original Message- From: Ivelin Ivanov [mailto:ivelin;apache.org] Sent: Thursday, October 31, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: Re:

RE: XMLForm and pop-up menu

2002-11-04 Thread Reinhard Poetz
Sylvain, As far as I know - no. What should be the content of the pop-up menu? Regards, Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:Sylvain.Thevoz;swisscom.com] Sent: Monday, November 04, 2002 2:19 PM To: [EMAIL PROTECTED] Subject: XMLForm and pop-up menu

RE: XMLForm and pop-up menu

2002-11-04 Thread Reinhard Poetz
be simply a list of word. The user should choose a word in the pop-up menu (and only these words) instead of enter a word. Sylvain -Message d'origine- De: Reinhard Poetz [mailto:reinhard_poetz;gmx.net] Date: lundi, 4. novembre 2002 14:49 À: [EMAIL PROTECTED] Objet: RE: XMLForm

RE: XMLForm and pop-up menu

2002-11-04 Thread Reinhard Poetz
forms. Sylvain -Message d'origine- De: Reinhard Poetz [mailto:reinhard_poetz;gmx.net] Date: lundi, 4. novembre 2002 15:43 À: [EMAIL PROTECTED] Objet: RE: XMLForm and pop-up menu Do you mean a selection field: Here an xml snippet from Ivelin's example: xf:selectOne ref=os

RE: XMLForms vs Struts

2002-11-05 Thread Reinhard Poetz
, but I am not sure in which section would this one article go. Please let me know where it went. Thank you, Ivelin - Original Message - From: Reinhard Poetz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 8:02 AM Subject: RE: XMLForms vs Struts

RE: Difference between cocoon: and file:// in map:part

2002-11-14 Thread Reinhard Poetz
Piotr, At http://xml.apache.org/cocoon/userdocs/concepts/sitemap.html you should find some answers to your questions. Regards, Reinhard -Original Message- From: Piotr Legiecki [mailto:piotrlg;sci.pam.szczecin.pl] Sent: Thursday, November 14, 2002 1:53 PM To: [EMAIL PROTECTED]

RE: R: Difference between cocoon: and file:// in map:part

2002-11-14 Thread Reinhard Poetz
Piotr, -Original Message- From: Piotr Legiecki [mailto:piotrlg;sci.pam.szczecin.pl] Sent: Thursday, November 14, 2002 2:36 PM To: [EMAIL PROTECTED] Subject: Re: R: Difference between cocoon: and file:// in map:part Luca Morandini wrote: Piotr, the cocoon: pseudo-protocol

RE: R: Difference between cocoon: and file:// in map:part

2002-11-14 Thread Reinhard Poetz
Piotr, Here I don't need to transform one xml to another one. I need html as output. 2. map:aggregate element=site map:part src=content/menu.xml/ map:part src=content/books.xml/ /map:aggregate map:transform

RE: Coccoon 2.1 and XForms

2002-11-14 Thread Reinhard Poetz
-Original Message- From: Balint Halasz Sent: Thursday, November 14, 2002 3:55 PM To: '[EMAIL PROTECTED]' Subject: Coccoon 2.1 and XForms Hi, I am new in the list and cocoon as well. In my project XForms may be used. I have read that Cocoon 2.1 supports XForms, however this

RE: developing/installing custom actions without restarting app server?

2002-11-14 Thread Reinhard Poetz
I'm wondering, is being cached somewhere? Is there a way to install the action and make it work without restarting the server? No, as far as I know there is no way Regards, Reinhard - Please check that your question has

RE: R: Strings to SAX events

2002-11-14 Thread Reinhard Poetz
-Original Message- From: Damian Chojna [mailto:d.chojna;adv.pl] Sent: Thursday, November 14, 2002 6:02 PM To: [EMAIL PROTECTED] Subject: Re: R: Strings to SAX events Hi Reinhard, thanks for the last post. I also need to add a string as XML elements into an XSP generator and I

RE: Coccoon 2.1 and XForms

2002-11-15 Thread Reinhard Poetz
-Original Message- From: Balint Halasz [mailto:balint.halasz;FATHOMTECHNOLOGY.com] Sent: Friday, November 15, 2002 11:08 AM To: [EMAIL PROTECTED] Subject: RE: Coccoon 2.1 and XForms Thank u Michael. However I am not as lamer as I might look like. However I couldn’t found Cocoon

RE: Sitemap help?

2002-11-15 Thread Reinhard Poetz
-Original Message- From: Jeremy Quinn [mailto:jeremy;media.demon.co.uk] Sent: Friday, November 15, 2002 6:39 PM To: [EMAIL PROTECTED] Subject: Sitemap help? I was trying to make a pipeline like the one below work, but could not. It never gets selected. I thought this kind of

RE: pipeline result through SOAP?

2002-11-19 Thread Reinhard Poetz
In the scratchpad there are some examples with Axis. I have never looked into them but maybe the can help you. Regards, Reinhard -Original Message- From: Josema Alonso [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 2:06 AM To: Cocoon-Users Subject: pipeline result

RE: Sitemap redirect with target _top ?

2002-11-19 Thread Reinhard Poetz
Hans, I think there is no way because this can't be set in Cocoon (or any other web middleware). I would include a javascript in the target page which will make it to the top page. Regards, Reinhard -Original Message- From: Dr. Hans M. Rupp [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: JDOM

2002-12-03 Thread Reinhard Poetz
Sylvain, According to the lib/core and lib/optional directories JDOM is currently not used. But if you need it (e.g. in a custom transformer) it's very easy to use it. Regards, Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03,

RE: JDOM

2002-12-03 Thread Reinhard Poetz
remark is very interesting. What do you think about? Have you an example of use? Regards Sylvain -Message d'origine- De: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Date: mardi, 3. décembre 2002 15:38 À: [EMAIL PROTECTED] Objet: RE: JDOM Sylvain, According to the lib/core

RE: JDOM

2002-12-03 Thread Reinhard Poetz
-Original Message- From: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 4:23 PM To: [EMAIL PROTECTED] Subject: RE: JDOM No, it was only a thought. I meant you can collect the incoming data and store it in a JDom. Regards, Reinhard

RE: Display problem

2002-12-03 Thread Reinhard Poetz
Peter, I don't understand your task completly but maybe this helps: If you have a certain number of xml files in a directory you can use the directory generator to produce a list of all files in it and if you like of it's subdirectories. Regards, Reinhard -Original Message- From:

RE: Viewing XML files through Cocoon

2002-12-03 Thread Reinhard Poetz
David, Did you set up the necessary pipelines in the sitemap.xmap? Do you get the cocoon examples or the cocoon docs? Regards, Reinhard -Original Message- From: David Cahill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 5:39 PM To: Cocoon Subject: Viewing XML files through

RE: RE: Changing Xalan XSL (WAS Re: SVG - java socket exception)

2002-12-03 Thread Reinhard Poetz
-Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 7:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: Changing Xalan XSL (WAS Re: SVG - java socket exception) Thanks for that - I did search the archives and found

RE: Changing Xalan XSL (WAS Re: SVG - java socket exception)

2002-12-03 Thread Reinhard Poetz
Chris, The problem you have is a well-known problem of Cocoon or more precicly of Xalan. There are many mails in the archives about this topic (e.g.: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=101994024218728w=2). If you want to use Saxon have a look at

RE: Problems resolving internal paths

2003-01-01 Thread Reinhard Poetz
Hi Alexander, Try to use relative paths in your src attributes (your base directory is always the current sitemap) - this should solve your resource not found problems. Regards, Reinhard -Original Message- From: Alexander Czernay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January

RE: file generator error

2003-01-09 Thread Reinhard Poetz
map:match pattern=virus_info.xml map:generate src=http://www.moreover.com/cgi-local/page?o=xmlc=Virus%20warnings/ map:transform src=styles/info.xsl/ map:serialize type=xml/ /map:match Anybody has an idea? map:generate src=.../cgi-local/page?o=xmlamp;c=Virus%20warnings/