Cocoon standalone and statistics question

2006-02-13 Thread bokluk
I am running apache as standalone daemon. 1.has this negative issues? 2.how can I get usage statistics (like hits, opened pages, etc.) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: collection() error

2006-01-30 Thread bokluk
both "for" in XSLT and XPath? Martynas On 1/30/06, bokluk <[EMAIL PROTECTED]> wrote: > (How) is collection function implemented in cocoon? > I tried following code: > > > > > > TITLE= > > > > And it gave me following err

collection() error

2006-01-30 Thread bokluk
(How) is collection function implemented in cocoon? I tried following code: TITLE= And it gave me following error: Extra illegal tokens: '$', 'x', 'in', 'collection', '(', ''../prosa/xdocs?select=*.xml;recurse=yes;on-e

create html from dynamically created xml

2006-01-29 Thread bokluk
Hi cocooners!   My situation is following:   I have xml file A.xml. From it I want to create file B.xml. And after that to create file C.html from B.xml. Only the A.xml is static file. Is it possible to be done with cocoon and sitemap? Can someone please show me small example?   Thank