Link Livesites:

2002-12-28 Thread Vincent Majer
Hi, I don't know if my site can be listed in your Live Sites, but i'm using XML/XSL files with tomcat/cocoon 1.8.2 to produce a static html website, for all the informative pages (around 1000 html files are created this way). You can see that here : http://www.histoiredumonde.net It's very

Re: esql in Cocoon-2.1-dev not working well with Oracle? due to skip-rows element?

2002-12-28 Thread Antonio Gallardo
aps olute dijo: I did not have the need for this, so I will assume its okay, my code works without this. 2-The esql:skip-rows and esql:max-rows are also optionals that means that it will not triggered if you dont request it. Apparently one of them is not optional, if it was, I would

ESQL bug, or even whorse?!?!?!

2002-12-28 Thread Luis Gois
Hello. I'm facing a situation where I've tried almost everything and don't understand why ESQL doesn't work for a particular situation : a) I have 3 cascading queries, i.e., the 2nd query placed inside esql:row-results of 1st query and 3rd query inside esql:row-results of 2nd query;

i18n catalogue and sql

2002-12-28 Thread Cocoon User
hy people i have found very usefull the i18n processing but what happend when you have large text? is it possible for catalogues to retrieve data from an sql server mySQL for example xml page -ID- catalogue -ID- data from SQL thnx stavros

Re: Cocoon reversing element attributes at output?

2002-12-28 Thread Steven Noels
Anna Afonchenko wrote: I am writing xsl file that will catch some nodes (according given XPath) and will output these nodes as a string. Here is the code snippet that outputs the matching node: xsl:textlt;/xsl:text xsl:value-of select=concat(name(),' ')/ xsl:for-each select=@* xsl:value-of

Re: [warning] Wiki being moved

2002-12-28 Thread Steven Noels
Steven Noels wrote: I'm moving the Wiki to its new location on http://wiki.cocoondev.org/ I'll quit fussing around for now - did some Forrestizing along the way. I didn't really pay much attention on validity of the generated HTML, and only checked in Moz1.2 and IE6 on W2K. If anyone has big

[ANNOUNCE] CVSView, a server-side CVS repository generator.

2002-12-28 Thread Matthieu Sozeau
Hi! I've been working on this lately and finally got it reach a distributable state and invite (urge!) you to try it. CVSView has the same basic functionnalities as the ViewCVS CGI, is generic (i.e. it just generates metadata about the repository's contents)

installation question

2002-12-28 Thread edel claire ryder
Hi, I was wondering if someone could help me with this problem. I have just installed cocoon and when I try to access http://localhost:8080/cocoon, I get the following error: type internal-server-error message

Re: Cocoon tutorial ... non production cocoon 'sand box'

2002-12-28 Thread J. Norment
What dedication! ( I'm impressed! ) Thanks for the tip. I will keep it in mind, if I want to get the tutorial working in the original install directory. For the time being though, my primary interest is in creating a separate development cocoon-space. ( I had been hoping to use a simple

Re: ESQL bug, or even whorse?!?!?!

2002-12-28 Thread aps olute
I dont have much to offer but I will commiserate with you. I just noted that java codes have been moved around in 2.1-dev to organized to blocks, and yes files like EsqlHelper.java has gotten larger comparing 2002/07/05 to 2002/11/21. I have not checked the 2.0.1 vs 2.0.3 versions, so there

Re: Cocoon tutorial ... non production cocoon 'sand box'

2002-12-28 Thread aps olute
I would build like so: ./build.sh clean-webapp #this builds a cocoon.war but it is bare min Don't expect to see much other than an error of failed to load sitemap.xmap as there isnt much there. So you modify it and put pipelines that work. Another alernative is search on this list

Problem Installing Cocoon on Mac OS X

2002-12-28 Thread Chet Rindfuss
I'm trying to install Cocoon on Mac OS X 10.2.3. Java version 1.3.1 TOMCAT version 4.1.18. Apache and TOMCAT appear to be working correctly. I've tried using the binary cocoon.war file for version 2.0.4, but when I try to localhost:8080/cocoon I get the following exception: Failed to generate

Problem with get map:parameter/ in xsp

2002-12-28 Thread Björn Voigt
Hello cocooners, i am try to read in my xsp-page a map:parameter from my sitemap looks like this map:match pattern=body-**/page-1-*-*.xml map:generate type=serverpages src=context://portal/resources/free/page2.xml map:parameter name=linkid value=100/ /map:generate

Re: Problem with get map:parameter/ in xsp

2002-12-28 Thread Björn Voigt
Sorry for wasting your time I've just found a solution for my problem in the mailinglist-archives Björn Voigt - Please check that your question has not already been answered in the FAQ before posting.

Re: wsproxy generator

2002-12-28 Thread Ivelin Ivanov
Sorry, misunderstood. I am not sure about excalibur. - Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 27, 2002 3:19 PM Subject: RE: wsproxy generator right, but my response was about HTMLGenerator - he needed the results to go

RE: [demostration] Re: xsl through pipelin [anyone can help?]

2002-12-28 Thread Conal Tuohy
Instead of creating elements with xsl:element name=foo namespace=bar/, you can also use a namespace alias. The namespace-alias xsl element is used mostly for this purpose (xsl generating xsl). Cheers Con See http://www.google.com/search?q=namespace%2Dalias