Re: XML externe, namespaces

2005-07-27 Thread Bertrand Delacretaz
Le 27 juil. 05, à 07:42, Philippe Guillard a écrit : ?xml version=1.0 encoding=UTF-8? ResultSet xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=urn:yahoo:lcl xsi:schemaLocation=urn:yahoo:lcl http://api.local.yahoo.com/LocalSearchService/V1/ LocalSearchResponse.xsd

Re: XML externe, namespaces

2005-07-27 Thread Sylvain Wallez
Philippe Guillard wrote: Bonjour, J'ai un probleme de XML namespace. Ce me semble stupide, mais je suis pourtant bloque! Je crois comprendre qu'il est impossible de manipuler un node en XSL tant que son namespace n'a pas ete resolu. Il n'y a pas de notion de résolution associée aux

Flowscript et Upload

2005-07-27 Thread Janet Yvan
Salut. J’ai besoin d’uploader des fichiers d’icones avec CForms et les placer dans un de mes répertoires qui sert pour les resources d’images. J’ai cru comprendre que ça se faisait dans mon flowscript, mais je n’ai trouvé l’API JScriptnulle part ?? Quelqu’un aurait-il une idée (et / ou

cocoon, popoon, lenya bitfluxCMS

2005-07-27 Thread Ludovic Gasc
bonjour, J'ai du mal à comprendre les intéractions entre cocoon, popoon, lenya bitfluxCMS. Ce que j'ai compris c'est que cocoon lenya sont en java. popoon bitFluxCMS en php5. popoon est une implémentation de cocoon en php. cocoon popoon seraient des frameworks de CMS. lenya bitfluxCMS sont

Re: cocoon, popoon, lenya bitfluxCMS

2005-07-27 Thread Bertrand Delacretaz
Le 27 juil. 05, à 09:40, Ludovic Gasc a écrit : ...Ce que j'ai compris c'est que cocoon lenya sont en java. Oui, Lenya est basé sur Cocoon. popoon bitFluxCMS en php5. Oui popoon est une implémentation de cocoon en php. Très partielle, j'ai parlé encore la semaine passée avec

Re: Flowscript et Upload

2005-07-27 Thread Marc Salvetti
Pour cforms il y a cette javadoc : http://www.jdocs.com/cocoon/1.2.5.1/api/org/apache/cocoon/forms/formmodel/package-summary.html sinon pour l'upload j'avait fait ca il y a longtemps pour des photos, tu trouveras pe qq lignes a copier coller ici, mais je ne suis pas sur de la qualité de ce

Re: Flowscript et Upload

2005-07-27 Thread vjaulin
Janet Yvan wrote: Salut. J’ai besoin d’uploader des fichiers d’icones avec CForms et les placer dans un de mes répertoires qui sert pour les resources d’images. J’ai cru comprendre que ça se faisait dans mon flowscript, mais je n’ai trouvé l’API JScriptnulle part ?? Quelqu’un aurait-il une

Re: XML externe, namespaces

2005-07-27 Thread Bertrand Delacretaz
Le 27 juil. 05, à 10:26, Philippe Guillard a écrit : ...Hum.. une petite question encore non pas sur le default namespace mais sur le XML que je vais chercher: Normalement le block proxy est fait pour ca, sauf que je ne vois pas de difference entre les 2 generators: map:generate

Re: cocoon, popoon, lenya bitfluxCMS

2005-07-27 Thread Raphaël Franchet
Cocoon va te diriger dans la façon de transformer du xml en document, mais il te laisse libre en ce qui concerne le contenu du xml. Ainsi, divers CMS peuvent utiliser divers format XML de stockage. Et à moins que ces 2 CMS se soient mis d'accord sur un format commun, il y a peu de chance que

Re: Flowscript et Upload

2005-07-27 Thread Sylvain Wallez
Benjamin Francisoud wrote: Je pense que tu dois pouvoir simplifier la partie enregistrement des fichiers en utilisant fileupload: http://jakarta.apache.org/commons/fileupload/using.html Nn... fileupload se content de gérer les réponses de type multipart/form-data, ce que Cocoon fait

Re: Flowscript et Upload

2005-07-27 Thread Benjamin Francisoud
Je proposais fileupload pour le code de Marc Salvetti. Effectivement le binding est plus propre... je suis d'accord :) -- Benjamin Francisoud Sylvain Wallez wrote: Benjamin Francisoud wrote: Je pense que tu dois pouvoir simplifier la partie enregistrement des fichiers en utilisant

Re: XML externe, namespaces

2005-07-27 Thread Philippe Guillard
Ok. Ca veut dire que celui qui mixera les generateurs wsproxy et html (avec jtidy) aura invente l'outil de screenscraping ideal ! Phil Bertrand Delacretaz wrote: Le 27 juil. 05, à 10:26, Philippe Guillard a écrit : ...Hum.. une petite question encore non pas sur le default namespace mais

Re: XML externe, namespaces

2005-07-27 Thread Sylvain Wallez
Philippe Guillard wrote: Ok. Ca veut dire que celui qui mixera les generateurs wsproxy et html (avec jtidy) aura invente l'outil de screenscraping ideal ! Avec map:generate type=html src=http://www.google.com;, on n'en est pas loin :-) Sylvain -- Sylvain Wallez

Re: XML externe, namespaces

2005-07-27 Thread Philippe Guillard
Je voulais m'arreter la mais ca tombe bien, google!! Un search, local, ou map est maintenant assez bien ficele, je me prends un http403 avec le html generator, j'y arrive seulement avec le AppCoplet dans le portal 2.1.8 (??) pour le search uniquement. Je pense que google estime que l'acces

Re: XML externe, namespaces

2005-07-27 Thread Sylvain Wallez
Philippe Guillard wrote: Je voulais m'arreter la mais ca tombe bien, google!! Un search, local, ou map est maintenant assez bien ficele, je me prends un http403 avec le html generator, j'y arrive seulement avec le AppCoplet dans le portal 2.1.8 (??) pour le search uniquement. Je pense que

Re: Flowscript et Upload

2005-07-27 Thread vjaulin
Janet Yvan wrote: Merci, ça marche nickel... J'ai juste changé le getName() en getPath() pour avoir le chemin complet de la source... Dans le fb:save-form/, j'ai besoin de récupérer le nom du fichier pour le stocker dans le reste de mon flux XML, je dois faire ça ici ou je dois le faire dans

Re: Dynamic SVG bar graph

2005-07-27 Thread Derek Hohls
Jarry Most other browsers will support the use of a plugin for the viewing of SVG; IMO the Adobe one is good one to get (though it does have a bias towards IE). Derek [EMAIL PROTECTED] 2005/07/26 11:41:29 PM Joerg, Thanks again for you help. I am using Mac OS X and Safari as the browser, so

Re: Dynamic SVG bar graph

2005-07-27 Thread Derek Hohls
Jarry You need a suitable HTML link to the SVG source e.g. embed height=400 width=500 type=image/svg+xml url=mysource/myfile.svg / [EMAIL PROTECTED] 2005/07/26 08:37:18 PM Hi, Benni Thanks for your kindness. Now I can get SVG from MathML and can output it with svgxml serialize.

Re: Sleepycat DBXML and Cocoon

2005-07-27 Thread Christoph Hermann
Ivan Bogouchev / Иван Богушев schrieb: Hi, did anyone proceed with such an integration? Recently I've come across a great article [1] about the integration of Sleepycat's BDBXML and Cocoon. Does it have to be Sleepycat XML DB or could you also use eXist? I successfully integrated eXist

Flowscript and file uploads

2005-07-27 Thread Janet Yvan
Hi all. I have to upload files (icons) within CForms. Then, I have to put them in a directory of mines to be accessed as resources. I think I have to do this within my flowscript, but I didn’t find the API on the website. Do anybody have tried something like this ? Thanks a lot in

Re: JavaFlow: getting the application context

2005-07-27 Thread Thomas Lutz
Copy of my answer to your previous posting: I am using quite the same environment as you do...javaflow, jxtemplates, some custom generators. Looking around I found no application object, too, but :-) maybe the this concept might help: Create a standalone cocoon independent class, that is

Re: Sleepycat DBXML and Cocoon

2005-07-27 Thread Ivan Bogouchev / Иван Богушев
Hi,On 7/27/05, Christoph Hermann [EMAIL PROTECTED] wrote: Ivan Bogouchev / Иван Богушев schrieb:Hi, did anyone proceed with such an integration? Recently I've come across a great article [1] about the integration of Sleepycat's BDBXML and Cocoon. Does it have to be Sleepycat XML DB or could you

Re: Sleepycat DBXML and Cocoon

2005-07-27 Thread Christoph Hermann
Ivan Bogouchev / Иван Богушев schrieb: Hello, I think that I need a transformer because I embed the values of different queries into a template xml wich is generated by the file generator. Just an idea: You can write an XQuery script which returns the results you need and use this in/from

RE: JavaFlow: getting the application context

2005-07-27 Thread Bart Molenkamp
For Java components to get the context, you need to implement the Contextualizable interface from Avalon. Bart. -Oorspronkelijk bericht- Van: footh [mailto:[EMAIL PROTECTED] Verzonden: woensdag 27 juli 2005 6:17 Aan: users@cocoon.apache.org Onderwerp: JavaFlow: getting the

Accepting XML Post

2005-07-27 Thread Stewart, Gary
Hi people, I'm currently working on some XForms data client side (I also plan on integrating Chicoon later) and posting to a Cocoon server. The post works ok (I tested on a basic xsp request diagnosis page). The content type seems correct (application/xml) and the post seems to work ok. Now

Re: Multiple Cocoon instances in tomcat.

2005-07-27 Thread Upayavira
Aurélien DEHAY wrote: Hello. I am running 2 cocoon webapps in Tomcat. The libs are all in $TOMCAT_HOME/common/lib, so the WEB-INF/lib of each webapp is empty. There is a problem, I found in the log file of a webapp the activity (like cron block) of the other webapp. Is anyone else has

Re: Multiple Cocoon instances in tomcat.

2005-07-27 Thread Aurélien DEHAY
Upayavira wrote: Aurélien DEHAY wrote: Hello. I am running 2 cocoon webapps in Tomcat. The libs are all in $TOMCAT_HOME/common/lib, so the WEB-INF/lib of each webapp is empty. There is a problem, I found in the log file of a webapp the activity (like cron block) of the other webapp. Is

Re: Multiple Cocoon instances in tomcat.

2005-07-27 Thread Upayavira
Aurélien DEHAY wrote: Upayavira wrote: Aurélien DEHAY wrote: Hello. I am running 2 cocoon webapps in Tomcat. The libs are all in $TOMCAT_HOME/common/lib, so the WEB-INF/lib of each webapp is empty. There is a problem, I found in the log file of a webapp the activity (like cron block) of

Authentication Framework: Separate pipelines required for public versus private?

2005-07-27 Thread Cocoon User
Our site is very data driven. Because we didn't think it mattered, and it was simple, we designed it so the same pipeline is used for all pages (with a few exceptions). So the sitemap currenlty doesn't know and doesn't care whats public and private. The database contriols what pages are public

Re: Dynamic SVG bar graph

2005-07-27 Thread Jarry Liu
Derek and every one, Thanks for your kind help. Finally, I got it by using object type=image/svg+xml data=tmpsvg.svg width=420 height=50 /object, which links the SVG source to my html file. Here is my sample code: !-- sample.xml -- ?xml version=1.0? sample step1 p step1 /p

Build error using Eclipse

2005-07-27 Thread Ron Wheeler
I am trying to build Cocoon under Eclipse. This is the output that I get from Ant. I have got the Problem window down to 100 warnings - mostly about depricated functions with a few small erors about properties never being referenced and returns not declared. I did not create any local. files

Re: Build error using Eclipse

2005-07-27 Thread Joerg Heinicke
On 27.07.2005 21:14, Ron Wheeler wrote: [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found. You obviously need ant-contrib.jar. Joerg - To unsubscribe, e-mail:

sitemap error

2005-07-27 Thread Pokuru, Rao
When i change sitemap.xmap, i rebooted the tomcat and tried to access URL. At this point it should generated new sitemap_xmap.java and corresponding class files in the WORK folder, but it doesn't. So, i am getting NO MORE DTM IDs available error when i tried to access the URL. Please advice.

Re: Build error using Eclipse

2005-07-27 Thread Ron Wheeler
That was it. I had to add the ant-contrib.jar to the Eclipse Ant Preferences runtime list of libraries. Ron Joerg Heinicke wrote: On 27.07.2005 21:14, Ron Wheeler wrote: [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.

Javadoc buld error in Eclipse

2005-07-27 Thread Ron Wheeler
The build failed while trying to generate the javadocs. It looks like the command line is truncated but I am not sure if this is the problem or just a coincidence. Is there an obvious error in my setup? Can I suppress the generation of the javadocs? Does anything happen after this that I

Re: Javadoc buld error in Eclipse

2005-07-27 Thread Joerg Heinicke
On 27.07.2005 22:49, Ron Wheeler wrote: The build failed while trying to generate the javadocs. It looks like the command line is truncated but I am not sure if this is the problem or just a coincidence. Is there an obvious error in my setup? I don't think so. We have the same problem with

Re: document(...) broken when using xsltc

2005-07-27 Thread Joerg Heinicke
On 27.07.2005 15:54, Antonio Fiol Bonnín wrote: I have been changing my transforms to execute with XSLTC instead of interpreted Xalan. However, some of them did not work properly, showing erratic behaviour, or even throwing NullPointerException. In most cases (if not all), I have tracked the

Re: Javadoc build error in Eclipse

2005-07-27 Thread Ron Wheeler
In the build.properties, I found the following section. # Build Exclusions #exclude.deprecated=true #exclude.documentation=true #exclude.javadocs=true # Include Java source code into the binary jar files

Re: Javadoc buld error in Eclipse

2005-07-27 Thread Ron Wheeler
Thanks. That did the trick exclude.javadocs=true I kept the documentation turned on and appear to have got the documentation files generated. Ron Joerg Heinicke wrote: On 27.07.2005 22:49, Ron Wheeler wrote: The build failed while trying to generate the javadocs. It looks like the

Re: Error in forms-field-styling.xsl in svn

2005-07-27 Thread Joerg Heinicke
On 26.07.2005 13:54, Christoph Hermann wrote: input type=button id=[EMAIL PROTECTED] name=[EMAIL PROTECTED] value=... onclick=forms_submitForm(this)/ where it should be input type=button id=[EMAIL PROTECTED] name=[EMAIL PROTECTED] value=... ^^

Re: HTMLGenerator for parameter-data

2005-07-27 Thread Mark Lundquist
On Jul 27, 2005, at 3:04 PM, Benjamin Boksa wrote: I am looking for a simple way to transform HTML which came from a form to XML. HTML which came from a form...? Can you be a little more specific? —ml— - To unsubscribe,

Dynamic SVG with XSL

2005-07-27 Thread Andres Taborda
hello list, I are generate an document xml and display an part html + image svg. my source code have an fragment of svg (svg.. /svg) the browser display none 0 result. only the content html (tables, fonts,etc). the image svg not show the plugins of adobe are install in my browser. how to find an

Re: HTMLGenerator for parameter-data

2005-07-27 Thread g[R]eK
Benjamin Boksa napisał(a): Hi, I am looking for a simple way to transform HTML which came from a form to XML. Is there an easy way to do this (maybe some kind of generator)? If it cames from textarea you would be interested in using ModuleSource[1], but if it cames from file input you

Library names not generated correctly in Eclipse

2005-07-27 Thread Ron Wheeler
I must be missing some setup since the build seems to prefix some extra directories. I don't know which java compiler setting I need to set in Eclipse. Compiles fine but will not run under Tomcat I am not sure what these settings do. ide.eclipse.outputdir=${build.root}/eclipse/classes