Re: Cocoon action

2002-02-03 Thread yuryx
So easy? :) Thanx Sidharth! Yury Sidharth wrote: just write String myParameter=request.getParameter(name) siteparams.put(hello,myparameter) then on sitemap match pattern=test act redirect to uri={hello}/ /act /match - Original Message - From: yuryx [EMAIL

Re: Cocoon action

2002-02-03 Thread yuryx
my CLASSPATH enviroment contain path to $JRE/rt.jar and I have this compilation error's: public Map act (Redirector redirector, ---javac can't found class SourceResolver resolver, --- javac can't found class Map objectModel, String source,

RE: C2 Newbie: XSP Logicsheet in sitemap ?

2002-02-03 Thread Vadim Gritsenko
Derek, From: Derek Hohls [mailto:[EMAIL PROTECTED]] Vadim Thanks for the sample code - both of these look quite a bit more complicated than the samples in the XSP Logicsheet, but I will work through them to try and understand both the grammar and logic. Ahem... I have not seen the

IRC Channel

2002-02-03 Thread tvon
Hey all, I was looking for a cocoon irc channel and I noticed references to #Cocoon on irc.openprojects.net from almost a year ago.the channel is empty, but I think irc is a pretty valuable resource so I was wondering if anyone is in a position to mention the channel on

RE: C2 Newbie: XSP Logicsheet in sitemap ?

2002-02-03 Thread Derek Hohls
Vadim Thanks for clarifications. Sample code I was referring to is in the XSP Logicsheet section of the online manual: http://xml.apache.org/cocoon/userdocs/xsp/logicsheet.html and especially the section Using Logicsheets (Taglibs) (as in the various 'greeting' samples that, as I said, do not

RE: C2 Newbie: XSP Logicsheet in sitemap ?

2002-02-03 Thread Derek Hohls
Vadim Thanks for clarifications. Sample code I was referring to is in the XSP Logicsheet section of the online manual: http://xml.apache.org/cocoon/userdocs/xsp/logicsheet.html and especially the section Using Logicsheets (Taglibs) (as in the various 'greeting' samples that, as I said, do not

RE: C2 Newbie: XSP Logicsheet in sitemap ?

2002-02-03 Thread Vadim Gritsenko
From: Derek Hohls [mailto:[EMAIL PROTECTED]] Vadim Thanks for clarifications. Welcome! Sample code I was referring to is in the XSP Logicsheet section of the online manual: http://xml.apache.org/cocoon/userdocs/xsp/logicsheet.html and especially the section Using Logicsheets (Taglibs)

Re: Installing Cocoon2 on MacOSX

2002-02-03 Thread Andre Thenot
Martina, Just follow all the instructions in the docs that pertain to unix and you should be fine. I suggest you make a directory in /Applications called Local (so it looks like /usr/local, but it's visible from the Finder). Install Apache's Tomcat in there, and put Cocoon's war file in the

Re: IRC Channel

2002-02-03 Thread Jozsa Kristof
On Sun, Feb 03, 2002 at 02:07:13PM -0500, [EMAIL PROTECTED] wrote: Hey all, I was looking for a cocoon irc channel and I noticed references to #Cocoon on irc.openprojects.net from almost a year ago.the channel is empty, but I think irc is a pretty valuable resource so I was wondering

Re: bug in i18n transformer

2002-02-03 Thread Piroumian, Konstantin
I checked the SAX API (looking at http://www.saxproject.org/?selected=quickstart ) and it explicitly says that 'a SAX driver is free to chunk the character data any way it wants, so you cannot count on all of the character data content of an element arriving in a single characters event'

Incoming pipeline?

2002-02-03 Thread Michael Homeijer
Hi, For a prototype I have the need to store form data in a Xindice (db:xml) database. I was thinking of writing an action that generates xml data based on the request, calls a transformer and then stores the xml data in Xindice). Right now I am trying to find code that will be helpfull with

database xml content store

2002-02-03 Thread Mark Ayad
Hi All, I'm currently designing a project which uses a database to store the xml content, my first though is that the xsl would have to stay outside of the database ? Has anyone implemented this or can anyone point out any potential show stoppers ? Regards Mark