Flowscript encoding

2005-11-29 Thread Wojciech Gdela
Hello, Some time ago there was a discussion about implementing possibility to define flowscript encoding: http://thread.gmane.org/gmane.text.xml.cocoon.devel/48228 Is it implemented now? What is the syntax of this line? // encoding = UTF-8 -- Best regards, Wojciech Gdela

Re: Log4j - logging request uri

2005-10-12 Thread Wojciech Gdela
log4j diagnostic context with req.getRequestURI(). Worked for me, thanks! -- Pozdrawiam, Wojciech Gdela. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Log4j - logging request uri

2005-10-11 Thread Wojciech Gdela
logs: 2005-10-11 11:46:26,227 ERROR [sitemap.handled-errors] - Not found I would like something like: 2005-10-11 11:46:26,227 ERROR [sitemap.handled-errors] - (/foo/bla) Not found -- Best regards, Wojciech Gdela. - To unsubs

Re: debug with chainsaw

2005-04-08 Thread Wojciech Gdela
logger-class org.apache.avalon.excalibur.logger.Log4JLoggerManager log4j-config /WEB-INF/log4j.xconf And in WEB-INF/log4j.xconf It worked for me. -- Wojciech Gdela. - To unsubscribe, e-mail: [EMAIL

Re: xsl:includes within includes stylesheets...

2005-02-21 Thread Wojciech Gdela
ue in root sitemap, it should work: false false false xalan true It does not work only when you use cocoon: protocol in you xsl:include href attribute. See: http://issues.apache.org/bugzilla/show_bug.cgi?id=33603 -- Pozdrawiam, Wojc

Re: Using Cocoon's pseudo protocols in xsl:include

2005-02-17 Thread Wojciech Gdela
SL for the XSLs stored under common webapp. Is it possible? Yes, it is possible to use cocoon protocol in xsl:include, but if included stylesheet is generated dynamicaly you can encounter problem with caching, see: http://issues.apache.org/bugzilla/show_bug.cgi?id=33603 -- Pozdrawiam,

Incorect xsl stylesheets caching with xsl:include and cocoon: protocol

2005-02-10 Thread Wojciech Gdela
src="org.apache.cocoon.selection.HostSelector"> -- Pozdrawiam, Wojciech Gdela. --