Re: xsl:import and dynamically generated xslt

2003-05-30 Thread Luca Marchetti
Luca Marchetti wrote: Ok.. resolved.. It was a bug in my Xalan implementation. Downloaded a ne xalan and all works well... Luca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Session ended - avoiding error pages?

2003-05-30 Thread Derek Hohls
Hi Users need to logon to gain access to the 'protected area' of the site - however, it appears that after a certain time the session expires, and the access rights are revoked; after that any attempt to access any link in the protected sections results in a Cocoon error. Three questions: 1.

Re: Session ended - avoiding error pages?

2003-05-30 Thread Alex Romayev
Hi Derek, I assume you're using the session-fw. --- Derek Hohls [EMAIL PROTECTED] wrote: Hi Users need to logon to gain access to the 'protected area' of the site - however, it appears that after a certain time the session expires, and the access rights are revoked; after that any

Re: [SOLUTION] FOP/HSSFSerializer's and non-english characters

2003-05-30 Thread Joerg Heinicke
Hello Yury, I hope you see the little problem with your solution: You change the library to make it work with Cocoon. So this is not a solution we can use for or integrate in Cocoon in general. In the future these very POI specific java files will go back to the POI project and will be

Re: SQLTransformer bug

2003-05-30 Thread Brian Johnson
I reported this bug and posted a fix many months ago, but nothing has been done with it. It seems to only affect certain databases. I'd be glad to forward you the code. Brian On Wednesday, May 28, 2003, at 09:36 AM, Carmona Perez, David wrote: Dear Cocooners, I've think I found a bug in the

Re: SQLTransformer bug

2003-05-30 Thread Andreas Kuckartz
That seems to be this one: [PATCH] SQLTransformer Query object prematurely closes connection causing NullPointerException when accessing ResultSet http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12173 Andreas - Original Message - From: Brian Johnson [EMAIL PROTECTED] To: [EMAIL

Re: SQLTransformer bug

2003-05-30 Thread Brian Johnson
According to bugzilla, It looks like the patch was applied back in January, but I don't see that anything has changed. Am I missing something? On Thursday, May 29, 2003, at 04:52 PM, Andreas Kuckartz wrote: That seems to be this one: [PATCH] SQLTransformer Query object prematurely closes

Cocoon 2.0.4 compiles under JDK 1.4.2

2003-05-30 Thread Scott McClure
I was able to compile Cocoon 2.0.4 under JDK 1.4.2, but I have not yet run many tests. I was unable to compile milestone 2 though, and I still am wondering where the extra session-fw libs are that seems to be non-existant. See my previous e-mail for details. scott

XMLForm questions

2003-05-30 Thread Eugene Kaganovich
Title: Message Hi, I've just started to play with Cocoon and in particular XMLForm. My goal isto create a template-based editor to generate XML documents following a specific schema. I figured, I'll use a simpleDOM-based model for the XForms, populate it using a set of forms, then

An IDIOT on WiKi!

2003-05-30 Thread Antonio Gallardo
Please check this page: http://wiki.cocoondev.org/PageInfo.jsp?page=XSPSyntax Surely an IDIOT was destroying our work. This is not fair. I think we must take some actions against this type of STUPID things! Best Regards, Antonio Gallardo

RE: An IDIOT on WiKi!

2003-05-30 Thread Steven Cummings
Does wiki not store revisions that can be rolled back? /S Antonio Gallardo [EMAIL PROTECTED] wrote: Please check this page: http://wiki.cocoondev.org/PageInfo.jsp?page=XSPSyntax Surely an IDIOT was destroying our work. This is not fair. I think we must take some actions against this type of

Re: An IDIOT on WiKi!

2003-05-30 Thread Boon Hian Tek
Steven Cummings wrote: Does wiki not store revisions that can be rolled back? /S Still someone has to spot it before that is done. Meanwhile, people can be confused and misled. But still, I love the free spirit of the Wiki too much to see this as sufficient reason to lock it down. What do you

Re: An IDIOT on WiKi!

2003-05-30 Thread Steven Cummings
That was one of my first thoughts. On the other hand, it wouldn't be that hard to require logging in before editing as some people already do anyway. It's not like it is even a big hassle, passwords aren't even required. It could be presented more like Why don't you briefly introduce yourself

Re: An IDIOT on WiKi!

2003-05-30 Thread Antonio Gallardo
Steven Cummings dijo: Of course it really can't be prevented, but if a cookie is set and an IP grabbed, then perhaps that person can be blocked in the future. Hi: First sorry to all the list for the subject of the mail. I was the one that started this thread. I was very upset because I needed

Re: An IDIOT on WiKi!

2003-05-30 Thread Niclas Hedhman
On Thursday 29 May 2003 08:34 pm, Antonio Gallardo wrote: When I started to use wiki. I loved that was freely editable, but after that I think we must find a mechanism to control contribution. I mean this kind of nonsense contributions that only destroy the builded work. Control is the last

Re: An IDIOT on WiKi!

2003-05-30 Thread Joerg Heinicke
Hello Antonio, don't take it so hard. The best means for making manipulation on the Wiki useless is the possibility of fast restoring. This makes it a harder work to manipulate than to restore - and this is no fun for the manipulator and he won't do it so often. Joerg Antonio Gallardo wrote:

Link Livesites: ExtremeComputing.org Cocoon 2.0.2

2003-05-30 Thread Bobby Corpus
ExtremeComputing.org is an organization of active and highly enthusiastic researchers from a variety of scientific and engineering fields engaged in high performance computing. URL: http://www.extremecomputing.org -- Bobby Corpus, Jr "Talk not of wasted affection; affection

Re: Jscript in xml pages. Disaperas after file generation

2003-05-30 Thread Rainer Ammermann
Hallo Galia, try using lt; for and gt; for . Since !-- -- defines a comment already at the XML/XSLT-level, it is ignored by the processor and thus not included into the HTML result tree. Best wishes Rainer Galia Angelova schrieb: Hi, I have a silly problem. After generating an

Re: Link Livesites: ExtremeComputing.org Cocoon 2.0.2

2003-05-30 Thread Derek Hohls
Would have been cool to see a credit at the end: Designed, built and powered with Linux and Cocoon. ;-) [EMAIL PROTECTED] 30/05/2003 05:10:02 ExtremeComputing.org is an organization of active and highly enthusiastic researchers from a variety of scientific and engineering fields engaged in

Re: Jscript in xml pages. Disaperas after file generation

2003-05-30 Thread Upayavira
On 30 May 2003 at 10:38, Rainer Ammermann wrote: Hallo Galia, try using lt; for and gt; for . Since !-- -- defines a comment already at the XML/XSLT-level, it is ignored by the processor and thus not included into the HTML result tree. Best wishes Rainer AFAIK doing that will result

Re: Jscript in xml pages. Disaperas after file generation

2003-05-30 Thread Emmanuil Batsis (Manos)
Try xsl:comment // javascript code here /xsl:comment CDATA is the ideal but does not work well with that crap browser everyone seems to be using. hth, Manos Upayavira wrote: On 30 May 2003 at 10:38, Rainer Ammermann wrote: Hallo Galia, try using lt; for and gt; for . Since !-- --

Tidy.property

2003-05-30 Thread Mustafa Ali, Halgurt
Hi, Can somebody shortly tell me how to set tidy.properties in the cocoon sitemap.xmap? Many thanks, Halgurt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: SQLTransformer bug

2003-05-30 Thread Carmona Perez, David
Thanks Brian! David -Mensaje original- De: Brian Johnson [mailto:[EMAIL PROTECTED] Enviado el: jueves, 29 de mayo de 2003 22:30 Para: [EMAIL PROTECTED] Asunto: Re: SQLTransformer bug I reported this bug and posted a fix many months ago, but nothing has been done with it. It

Re: An IDIOT on WiKi!

2003-05-30 Thread Geoff Howard
At 04:44 PM 5/30/2003, you wrote: On Thursday 29 May 2003 08:34 pm, Antonio Gallardo wrote: When I started to use wiki. I loved that was freely editable, but after that I think we must find a mechanism to control contribution. I mean this kind of nonsense contributions that only destroy the

Re: Jscript in xml pages. Disaperas after file generation

2003-05-30 Thread Galia Angelova
Thank you! ![CDATA[ .]] worked Have a nice weekend!Galia"Emmanuil Batsis (Manos)" [EMAIL PROTECTED] wrote: Try// _javascript_ code hereCDATA is the ideal but does not work well with that crap browser everyone seems to be using.hth,ManosUpayavira wrote: On 30 May 2003 at 10:38, Rainer

Re: Link Livesites: www.g-arseniou.gr

2003-05-30 Thread Konstantin Piroumian
It's cool that your are using i18n transformer! How do I learn it? Simple: there's a missing translation at: http://www.g-arseniou.gr/xml/g-arseniou.gr/iContact?locale=el (hint: article_text) ;) Regards, Konstantin From: Stavros Kounis [EMAIL PROTECTED] www.g-arseniou.gr on other one site