Cocoon 2 powered website

2001-11-19 Thread Arnaud Bienvenu
for developping and supporting this excellent software. Arnaud Bienvenu http://www.generasound.com/ - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: esql and UnsupportedEncodingException - patch proposal

2001-08-09 Thread Arnaud Bienvenu
) {} +} catch(java.io.UnsupportedEncodingException e) { + throw new RuntimeException(e.toString()); } if (_esql_queries.empty()) { _esql_query = null; -- Arnaud Bienvenu http://www.generasound.com/ - Please

Re: esql and UnsupportedEncodingException - patch proposal

2001-08-09 Thread Arnaud Bienvenu
Oops, I found Michael's patch has a drawback : if you apply it and then you do not use the encoding attribute (i.e. esql:get-columns/), then you have an error : Exception java.io.UnsupportedEncodingException is never thrown in the body of the corresponding try statement. So finally the solution

Re: Can the sitemap pass parameters to XSP, like it passes them to XSL?

2001-08-09 Thread Arnaud Bienvenu
, please tell us :-) -- Arnaud Bienvenu http://www.generasound.com/ - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL

esql get-colums NullPointerException

2001-08-06 Thread Arnaud Bienvenu
-of select=$column-spec/), xsl:value-of select=$encoding/) + : /xsl:otherwise /xsl:choose /xsl:template This solution is inspired from the patch posted by Matthew Cordes on 2001-02-22 about the same problem but applying to Cocoon1. Comments are very welcome. Arnaud Bienvenu http

Re: util:get-file-contents with Cocoon2.1-dev

2001-07-19 Thread Arnaud Bienvenu
think this thread should migrate to cocoon-devel ? -- Arnaud Bienvenu http://www.generasound.com/ - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: It's about Cocoon 2.1-dev

2001-07-19 Thread Arnaud Bienvenu
Hi, I think the samples you are looking for are in webapp/docs/samples. You can see them in action at http://localhost:8080/cocoon -- Arnaud Bienvenu http://www.generasound.com/ - Please check that your

esql:query + esql:parameter bug

2001-07-19 Thread Arnaud Bienvenu
, and if some developer manage to fix it, he would be a real man (or woman)... -- Arnaud Bienvenu http://www.generasound.com/ - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org

Re: esql:query + esql:parameter bug

2001-07-19 Thread Arnaud Bienvenu
/cocoon2/logicsheet-concepts.html Thank you very much for your help, it's really useful. PS : I can get these docs up to date according to what have been said, if some developper thinks it may be a good idea, just contact me... -- Arnaud Bienvenu http://www.generasound.com

Re: logicsheet and taglib

2001-07-18 Thread Arnaud Bienvenu
On Wed, Jul 18, 2001 at 12:31:51PM +0200, Per Steffensen wrote: That is the difference between logicsheets and taglibs? A logicsheet defines a taglib http://xml.apache.org/cocoon2/logicsheet-guide.html -- Arnaud Bienvenu http://www.generasound.com

util:get-file-contents with Cocoon2.1-dev

2001-07-18 Thread Arnaud Bienvenu
=java xmlns:xsp=http://apache.org/xsp; xmlns:util=http://apache.org/xsp/util/2.0; page util:get-file-contents name=/tmp/data.txt encoding=iso-8859-1/ /page /xsp:page -- Arnaud Bienvenu http://www.generasound.com