Re: Monday Night: Free POI, lots of Pizza, And all the infoyou can takein one night about POI and the C

2002-07-15 Thread Derek Hohls
Any chance that *all* the links off of: http://www.trilug.org/~acoliver/poiPres18.html could be updated to point to a 'non localhost' machine (eg cvs.apache.org) Thanks! [EMAIL PROTECTED] 13/07/2002 04:37:25 http://www.trijug.org/ - Monday night, if you're not doing too much and you live

Re: [Q] util:include-uri relative path

2002-07-15 Thread Christian Haul
On 14.Jul.2002 -- 11:10 AM, Vadim Gritsenko wrote: From: Christian Haul [mailto:[EMAIL PROTECTED]] On 12.Jul.2002 -- 10:58 PM, Christian Haul wrote: On 12.Jul.2002 -- 04:24 PM, Vadim Gritsenko wrote: From: Christian Haul [mailto:[EMAIL PROTECTED]] Now, if you really want to

RE: Looking for help in the upcomming release

2002-07-15 Thread Carsten Ziegeler
Many thanks to all of you who helped the Cocoon team assuring a better quality for the upcomming release! Thanks! As far as I can tell by the responses and by the commit mails, we have fixed all main problems. Or did I oversee something? I'm currently building the distribution and will do a

Re: requesting a form text block as xml

2002-07-15 Thread Bert Van Kets
yep I'm using Cocoon 2 and with some help from Bruno Dumon I created an XSP that receives the request string, does a JTidy parse and creates a DOM stream. This DOM stream is automatically converted to a SAX stream by Cocoon 2. This way I'm sure the processing flow won't be broken when the

Insert full date and time into Oracle databse using esql:parameter

2002-07-15 Thread yuryx
Hi all! Is there any way to insert full datetime value into oracle database using the following syntax: xsp:logic java.util.Date today=new java.util.Date(); /xsp:logic ... esql:queryinsert into query_stack (t_stamp,username,q_body,q_type) values ( esql:parameter

Re: Insert full date and time into Oracle databse using esql:parameter

2002-07-15 Thread Christoph Gaffga
Why you don't try this: esql:queryinsert into query_stack (t_stamp,username,q_body,q_type) values ( NOW(), esql:parameterxsp:expruname/xsp:expr/esql:parameter, esql:parameterxsp:exprparam/xsp:expr/esql:parameter,

RE: HTML tree from a Directory generator.

2002-07-15 Thread ROSSEL Olivier
Is there somewhere a XSL that outputs a HTML+javascript tree view of a directory generator output? Why aren't you using the directory2html.xsl merged with the simple-xml2html.xsl? http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/webapp/samples/

same cocoon distribution do not work as servlet and command line

2002-07-15 Thread Sebastien SACARD
Hi, I'm trying to run cocoon on command line and as a servlet under tomcat. From the different mailing lists I've been reading, it seems that the binary distribution of cocoon (2-0.2) can't work as a command-line application, whereas the source distribution can. My experience seems to

i18n inside XSL

2002-07-15 Thread Albert Cervera Areny
Hi, I've been able to use an HTML file (which I've not designed) as my stylesheet and in which I call each XML document I want to process. I get this XML file as a parameter to the stylesheet. The thing is now that I'd like to be able to translate the file I'm gonna call and it is a

RE: i18n inside XSL

2002-07-15 Thread Piroumian Konstantin
From: Albert Cervera Areny [mailto:[EMAIL PROTECTED]] Hi, I've been able to use an HTML file (which I've not designed) as my stylesheet and in which I call each XML document I want to process. I get this XML file as a parameter to the stylesheet. The thing is now that I'd like

Re: Insert full date and time into Oracle databse using esql:parameter

2002-07-15 Thread yuryx
Christoph Gaffga wrote: Why you don't try this: esql:queryinsert into query_stack (t_stamp,username,q_body,q_type) values ( NOW(), This doesn't work (with sql exception ) It worked with 'sysdate' word instead of now() statement , but I have solve problem with use Data objects for

Save output files

2002-07-15 Thread Thomas Balthazar
Hello the list, I'm using simple pipeline (cocoon 2.0.2): map:match pattern=tba/* map:generate src=docs/samples/tba/tba.xml/ map:transform src=docs/samples/tba/tba.xsl/ map:serialize type=html/ /map:match and i want to save the output (the html file) instead of simply viewing

RE: i18n inside XSL

2002-07-15 Thread Albert Cervera Areny
I think I didn't explain it very well. The thing is that I've got an XSL file that calls throw xsl:apply-templates select=document($document)/ Where $document is a parameter I give to the stylesheet (forget about the thing of the HTML, it's as you said I can't modify it).How would you translate

Re: requesting a form text block as xml

2002-07-15 Thread Colm O'Riordan
Thanks Bert, I would love a look if thats ok ! I am using 1.8 but I'm sure the XSP would be very similar or at least give me a good starting point. Thanks Again ! Bert Van Kets wrote: yep I'm using Cocoon 2 and with some help from Bruno Dumon I created an XSP that receives the request

RE: i18n inside XSL

2002-07-15 Thread Piroumian Konstantin
From: Albert Cervera Areny [mailto:[EMAIL PROTECTED]] I think I didn't explain it very well. The thing is that I've got an XSL file that calls throw xsl:apply-templates select=document($document)/ Where $document is a parameter I give to the stylesheet (forget about the thing of the

Re: Save output files

2002-07-15 Thread Steven Noels
Thomas Balthazar wrote: and i want to save the output (the html file) instead of simply viewing it with my browser. Can you please give me some clues. Cocoon offers a wonderful, if less-than-optimal documented command-line interface that crawls itself given a starting point URL. You can

xml:db api and xml database (tamino)

2002-07-15 Thread Barbara Post
Hi, I have the following error : ERROR (2002-07-15) 12:09.25:376 [sitemap.generator.file](/baepp/license/defaultgeneration) HttpProcessor[9090][4]/FileGenerator: Could not read resource xmldb:tamino://localhost/tamino/mydatabase/mycollection java.util.NoSuchElementException at

Deleting multiple rows with the modular DatabaseDeleteAction

2002-07-15 Thread Tuomo Lesonen
Hi, I can't figure out how to remove multiple rows with this action within a single request. Am I using the right syntax in HTML? : form method=post action=delete.html input type=checkbox name=inventory.id value=10 input type=checkbox name=inventory.id value=11 input type=checkbox

[ANN] Apache Cocoon 2.0.3 Release

2002-07-15 Thread Carsten Ziegeler
Apache Cocoon 2.0.3 Released The Apache Cocoon team is proud to announce the new release of Apache Cocoon. Apache Cocoon is an XML framework that raises the usage of XML and XSLT technologies for server applications to a new level. Designed for

xhtml2fo.xsl anyone

2002-07-15 Thread Bert Van Kets
I'm looking for a working version of a xhtml2fo.xsl file. I have found some on the net, but can't get some decent results. :-( Any help is welcome. Thanks, Bert - Please notify me if you did not receive

RE: [ANN] Apache Cocoon 2.0.3 Release

2002-07-15 Thread Morrison, John
Congrats everyone :) === Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no

Re: xhtml2fo.xsl anyone

2002-07-15 Thread Bertrand Delacretaz
Unfortunately I don't have a working XHTML to FO conversion, rather some experience to share: we wrote such a transformation for a customer project (too specific to share I'm afraid), and in retrospect I think the following structure would have been much more reusable and maintainable:

problems accesing work environment

2002-07-15 Thread Diego Lluna
dear all, i've been fighting with cocoon for some time already (without much success). I set up a new work environment, so as to leave original cocoon files untouched. it used to work, and now it doesn't. I've cleaned it up, as much as i've been able, but it keeps on throwing the same error:

Cocoon 2.02 and Weblogic 6.1 SP3

2002-07-15 Thread Ulf Ã…kerberg
Servicepack 3 for Weblogic seems to solve a lot of the problems with installing Cocoon that existed earlier, you had to unpack the war file and the jar files. Bea has now corrected a number of problems regarding jar files. Cocoon now seems to deploy allright if you install it as a war file,

testing error

2002-07-15 Thread Peter Flynn
I've added the following lines to the distribution sitemap.xmap (using the jakarta-tomcat-4.0.4-b2-01-LE-jdk14 distribution), immediately before the section commented Sites: map:match pattern=cc map:generate src=cc/homepage.xml/ map:transform src=cc/styles/homepage.xsl/

Re: xhtml2fo.xsl anyone

2002-07-15 Thread Bert Van Kets
thanks for sharing the experience Bertrand. There are two documents in Forrest I can use for this html2doc10.xsl and doc102fo.xsl (not sure about the correct names). I'll check them out and perhaps move them to doc11, this would make some Forresters very happy (reading this Konstantin?). Bert

MySQL Numbers and Xalan...

2002-07-15 Thread Lorenzo De Sio
Hi all, I've got the following problem (on C2.0): a rowset generated by the SQLTransformer (which seems to me to not allow specific control over column format) contains rows like these: row nomeTotale Toscana/nome costogesttotale4.6985818E8/costogesttotale

Re: MySQL Numbers and Xalan...

2002-07-15 Thread Bert Van Kets
Have you tried esql? It gives you a lot more control over how you request the data. There are enough docs and samples on esql to get you started. Bert At 14:21 15/07/2002 +0200, you wrote: Hi all, I've got the following problem (on C2.0): a rowset generated by the SQLTransformer (which

Re: MySQL Numbers and Xalan...

2002-07-15 Thread Joerg Heinicke
It's not a valid number in XSLT/XPATH: http://www.w3.org/TR/xpath#NT-Number A number may only consist of digits and '.'. You either have to convert it before transformation or search for a stylesheet which transforms such a number to a conformant one. Regards, Joerg Lorenzo De Sio wrote:

RE: Insert full date and time into Oracle databse using esql:parameter

2002-07-15 Thread Vadim Gritsenko
From: yuryx [mailto:[EMAIL PROTECTED]] Hi all! Is there any way to insert full datetime value into oracle database using the following syntax: xsp:logic java.util.Date today=new java.util.Date(); /xsp:logic ... esql:queryinsert into query_stack

RE: i18n inside XSL

2002-07-15 Thread Vadim Gritsenko
From: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] From: Albert Cervera Areny [mailto:[EMAIL PROTECTED]] I think I didn't explain it very well. The thing is that I've got an XSL file that calls throw xsl:apply-templates select=document($document)/ Where $document is a parameter

pipelining...

2002-07-15 Thread Othman Haddad
hi, what i want to do is constructing a chain like that: from an xsd file,i generate javaclasses, then i manipulate xml documents from that classes, marshalling and unmarshalling (like what castor does for instance), i want also to put a transfomration on

Re: [ANN] Apache Cocoon 2.0.3 Release

2002-07-15 Thread Giacomo Pati
Congrats to all! Cool work. I see I've missed alot according to the huge list of changes. Giacomo On Mon, 15 Jul 2002, Carsten Ziegeler wrote: Apache Cocoon 2.0.3 Released snipped-rest/ -

Re: passing a value into an XML form from somewhere else

2002-07-15 Thread Andrew C. Oliver
I still don't think I'm explaining this correctly.. I want to get the value of an HTTPRequest parameter that called the XMLForm but was *not* part of the XMLForm into the XMLForm or into the bean. http://www.superlinksoftware.com/cocoon/samples/bringmethis/action/postoffer.html?itemNo=3 So

Re: XML Form, extended validation and error messages

2002-07-15 Thread Ivelin Ivanov
Thanks for the request. The architecturally cleanest way is to provide your own Validator which can use the Schematron Validator and add its own violations. However for convenience, I have added another method to Form. Now you can call form.addViolations( newViolations ); where newViolations

RE: i18n inside XSL

2002-07-15 Thread Albert Cervera Areny
Yes, it works! Thank you very much! From: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] From: Albert Cervera Areny [mailto:[EMAIL PROTECTED]] I think I didn't explain it very well. The thing is that I've got an XSL file that calls throw xsl:apply-templates

Re: Monday Night: Free POI, lots of Pizza, And all the info you cantakein one night about POI and the C

2002-07-15 Thread Andrew C. Oliver
Derek Hohls wrote: Any chance that *all* the links off of: http://www.trilug.org/~acoliver/poiPres18.html could be updated to point to a 'non localhost' machine (eg cvs.apache.org) Thanks! The 8080 links point to a local installation of Cocoon. Is there a remote installation of Cocoon

Running the Slide samples with JDBC?

2002-07-15 Thread gcasper
Hi, while trying the Slide samples of 2.1-dev CVS on Win2K , I can't get it running with JDBC store. It looks like Slide doesn't pick up the values configured in samples/slide/slide.xconf and the Slide nodestore ist always in memory and contentstore is always on filesystem. Am I missing

Re: Monday Night: Free POI, lots of Pizza, And all theinfo you cantakein one night about POI and th

2002-07-15 Thread Derek Hohls
OK - I'll wait till your server is up-and-running (I assume you will then upgrade the links to point to that) Thanks Derek [EMAIL PROTECTED] 15/07/2002 04:02:23 Derek Hohls wrote: Any chance that *all* the links off of: http://www.trilug.org/~acoliver/poiPres18.html could be updated

Re: Monday Night: Free POI, lots of Pizza, And all theinfo you cantakein one night about POI and th

2002-07-15 Thread Derek Hohls
OK - I'll wait till your server is up-and-running (I assume you will then upgrade the links to point to that) Thanks Derek [EMAIL PROTECTED] 15/07/2002 04:02:23 Derek Hohls wrote: Any chance that *all* the links off of: http://www.trilug.org/~acoliver/poiPres18.html could be updated

Antwort: Re: XML Form, extended validation and error messages

2002-07-15 Thread michael_hampel
Hello, thanks for your answer and providing the new feature. In the moment I am setting the error message in the perform() method by calling setValue of the appropriate Form and then output the message with xf:output referencing the appropriate path. i will try out your solution

C2.1-dev Error: clearBuffer(): illegal state-- stream is committed

2002-07-15 Thread Michael Zehrer
Hi List, using the latest CVS Version I#m getting strange errors from time to time, which are caused by: clearBuffer(): illegal state-- stream is committed any idea? The full trace is after this? Michael Root-Fehler1: clearBuffer(): illegal state-- stream is committed

Re: Save output files

2002-07-15 Thread Giacomo Pati
On Mon, 15 Jul 2002, Steven Noels wrote: Thomas Balthazar wrote: and i want to save the output (the html file) instead of simply viewing it with my browser. Can you please give me some clues. Cocoon offers a wonderful, if less-than-optimal documented command-line interface that crawls

R: MySQL Numbers and Xalan...

2002-07-15 Thread Lorenzo De Sio
Thanks, Joerg. I wrote a small quick and dirty stylesheet to perform such a transformation, though I suspect something happening in the SQLTransformer to convert numbers in the bad format, since MySQL, when directly queried, outputs conformant numbers. To Bert: thanks for the suggestion, but

Re: HSSFSerializer

2002-07-15 Thread Sven Kuenzler
Sven Kuenzler schrieb: [EMAIL PROTECTED] wrote: i want to use the HSSFSerializer which if i have understood correctly serializes an gnumeric (xml) - document into a excel-file. the problem is that i solely want to use this class without all the other cocoon-stuff. is that possible?

Cocoon2.0.2 Command line connection to database

2002-07-15 Thread ASHLEY D'SOUZA
I want to use Cocoon2.0.2 to access a database using the command line. The following describes my setup: 1. Set up of CLASSPATH === I copied classes111.zip to the WEB-INF/lib directory. I see it in the classpath in the DEBUG output. I also tried modifying WEB-INF/web.xml for

lucene crawling, views

2002-07-15 Thread icewind
Hi All, Im having trouble getting lucene to index a hierarchical directory structure and I think that the problem may be the result of an incorrect setup of views. I have something like this: xmldocs/ one/ two/ ...

Cocoon2.0.2 Command line connection to database

2002-07-15 Thread ASHLEY D'SOUZA
I want to use Cocoon2.0.2 to access a database using the command line. The following describes my setup: 1. Set up of CLASSPATH === I copied classes111.zip to the WEB-INF/lib directory. I see it in the classpath in the DEBUG output. I also tried modifying WEB-INF/web.xml for

Re: HTML tree from a Directory generator.

2002-07-15 Thread Joerg Heinicke
What I want is to get a Windows explorer like view of a directory tree :-) Not a highlighted XML :-) That's clear. You should merge them and not use them consecutively. This means for example to use the collapse/expand code from simple-xml2html.xsl. If you don't want to do it yourself, you

how to use jscript or vbscript or objectrexx with xslt

2002-07-15 Thread Gerald Michalitz
hallo can you give me a hint how can i use jscript or vbscript or objectrexx with xslt i want to use the script code in the xsl-file put how does this work and how does the xml-file looks like thanks for your help gerald -

Re: Deleting multiple rows with the modular DatabaseDeleteAction

2002-07-15 Thread Christian Haul
On 15.Jul.2002 -- 01:40 PM, Tuomo Lesonen wrote: Hi, I can't figure out how to remove multiple rows with this action within a single request. Am I using the right syntax in HTML? : Tuomo, you need to define a set with a master that determines how many rows are affected. Look again at the

Re: HSSFSerializer

2002-07-15 Thread robert_kuzelj
hi sven, thanks. thou i havent had a closer look on it. i'll try it right tomorrow and tell you how it worked out. ciao robertj Robert Kuzelj Gaissacherstrasse 7 email: [EMAIL PROTECTED] 81371 Muenchentel:

AW: Error installing Cocoon 2.0.3

2002-07-15 Thread Gerald Michalitz
Hello, and thanks for all your effort getting 2.0.3 going. I downloaded it and attempted to build and install it today, and unfortunately was not able to access the default application. I am running linux with JDK 1.4 and Tomcat 4.0.4. I downloaded cocoon-2.0.3.tar.gz , ran ./build.sh

Re: AW: Error installing Cocoon 2.0.3

2002-07-15 Thread Ryan Hoegg
Thanks for the quick response, but unfortunately I have several classes I have written for other purposes that use features in 1.4 that I hope to hook into Cocoon. So I would very much like to use Cocoon with the JDK 1.4. Ryan Hoegg ISIS Networks Gerald Michalitz wrote: Hello, and thanks

RE: Error installing Cocoon 2.0.3

2002-07-15 Thread Vadim Gritsenko
From: Ryan Hoegg [mailto:[EMAIL PROTECTED]] Hello, and thanks for all your effort getting 2.0.3 going. I downloaded it and attempted to build and install it today, and unfortunately was not able to access the default application. I am running linux with JDK 1.4 and Tomcat 4.0.4. I

Re: Error installing Cocoon 2.0.3

2002-07-15 Thread Ryan Hoegg
Thanks, I guess I have more to learn about how Tomcat works. That was the problem Ryan Hoegg ISIS Networks Vadim Gritsenko wrote: From: Ryan Hoegg [mailto:[EMAIL PROTECTED]] Hello, and thanks for all your effort getting 2.0.3 going. I downloaded it and attempted to build and install it

Error installing Cocoon 2.0.3

2002-07-15 Thread Ryan Hoegg
Hello, and thanks for all your effort getting 2.0.3 going. I downloaded it and attempted to build and install it today, and unfortunately was not able to access the default application. I am running linux with JDK 1.4 and Tomcat 4.0.4. I downloaded cocoon-2.0.3.tar.gz , ran ./build.sh clean

Link Livesites:

2002-07-15 Thread florent
Hi, InOvodevelops multimediaInformation Systems based on XML. We are very pleased to useCocoon 2 asthe XML framework. I think you would be interessted in referecingthe lastwebsite we have produced : http://www.foret-de-soignes.be It is interfacing a native XML documents

RE: Looking for help in the upcomming release

2002-07-15 Thread John Morrison
Was this a co of the head or cocoon_2_0_3_branch? What were you trying to build (build.sh webapp?) what options? J. From: Ryan Hoegg [mailto:[EMAIL PROTECTED]] Hi, Tested using Linux, JDK1.4, Tomcat 4.0.4. Initial Results: Build Failed. Error details follow: BUILD FAILED

Re: ESQL QUERY SUMMARY

2002-07-15 Thread Carlos Maté
Chris, Thank you very much for yor answers. I have moved my application to a new develop enviroment using cocoon 2.0.3 and the latest versions of navigators and Web server. The problem has been solved. SUMMARY: I found two threads executing the same xsp page. I changed the develop

Re: [BUG?] Strange behaviour with area/ tag

2002-07-15 Thread tinu
tinu [EMAIL PROTECTED] writes: Just for completeness: The reported bug is due to Konqueror's XML display capabilities, not to Cocoon (should always try several browsers). Sorry for the noise Tinu I simply display an XML file containing the following tag area1/area This gives me (in

Re: passing a value into an XML form from somewhere else

2002-07-15 Thread Andrew C. Oliver
can I do ?/itemno=x okay, I'll try it. Ivelin Ivanov wrote: The name of the itemNo attribute has to have a / prefix: /itemNo. I will make a change in the Form impl to tolerate parameters without leading /. Send me the code of your action if this doesn't work. Ivelin -

[Q] How to turn off certain debug messages...

2002-07-15 Thread Per Kreipke
How can I turn off the 'core.store.janitor' logger that emits messages every few seconds into core.log? Per - Please check that your question has not already been answered in the FAQ before posting.

trigger multiple pipelines in Cocoon

2002-07-15 Thread Gerardo_Flores
I was just wondering how one would actually execute multiple pipelines from one browser session. Specifically, I want to be able to write multiple files from one submit of a form on an html page. I have an html page with an embedded javascript that just parses in contents of a textarea in a a

Actions and multipage form processing

2002-07-15 Thread Matthew Hailstone
I'm finding that actions are looking/sounding really useful. I just can't figure out how to use them efficiently yet. Here is my desire: 1) Form gets data from user 2) Cocoon processes form and returns customized form based on values from form in step 1. a) Gets value(s) from input fields and

To Admin - Important/Urgent/Serious

2002-07-15 Thread SB
I unsubscribed from this mail list and still geting mails. Again, I sent mail to [EMAIL PROTECTED] didnt get any response, probably my email is not in their database. So I subscribed again, and unsubscribed today. and I got mails from cocoon-users today too. After I unsubscribe, my mails dont

Re: To Admin - Important/Urgent/Serious

2002-07-15 Thread Suchandra Nag
same here .. Please someone help me to unsubscribe from the list .. My email_id is [EMAIL PROTECTED] Thanks in advance Suchandra SB wrote: I unsubscribed from this mail list and still geting mails. Again, I sent mail to [EMAIL PROTECTED] didnt get any response, probably my email is not in

Depth in DirectoryGenerator

2002-07-15 Thread
Hi All, I try to use DirectoryGenerator to create dynamic directory list. In documentation said, it's possible to set arbitrary depth of directory recursion. For example, I have set depth to 5: map:pipeline map:match pattern=directory.xml map:generate type=directory