Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-18 Thread Christian Kurz
in the generate method mySessionData = } } } Now in your generate method just pick up whatever data hangs off of "mySessionData" and away you go -Original Message-From: Christian Kurz [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 1

Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-19 Thread Christian Kurz
a cocoon:/ URL, you will get the XML fragment in a variable inside your XSL. Neat and very efficient !!! -Message d'origine- De: Christian Kurz [mailto:crkurz;gmx.de] Date: vendredi 18 octobre 2002 08:42 À: [EMAIL PROTECTED] Objet: Re: ServerPageAction: XMLFragment reuse in XSL transformer

Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-10-19 Thread Christian Kurz
ill have to tell you how to do that (and if it's even possible)... -Original Message-From: Christian Kurz [mailto:[EMAIL PROTECTED]]Sent: Friday, October 18, 2002 1:42 AMTo: [EMAIL PROTECTED]Subject: Re: ServerPageAction: XMLFragment reuse in XSL transformer Thank you ver

Re: svg2jpeg error?

2002-10-19 Thread Christian Kurz
I had the same problem, I think it was related to running Batik on a headless system. There is more information at http://xml.apache.org/cocoon/installing/index.html, section UNIX with X server - Original Message - From: Harry J. Foxwell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Convert XMLFragment to DOM node

2002-10-20 Thread Christian Kurz
I am experiencing the same problem. Have you been able to solve this problem? Any hints? Thanks in advance, Christian

Re: Convert XMLFragment to DOM node (solved)

2002-10-22 Thread Christian Kurz
The problem was, that I hadn't sent the startDocument and endDocument events. - Original Message - From: Christian Kurz To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, October 21, 2002 12:09 AM Subject: Re: Convert XMLFragment to DOM node

Re: ServerPageAction: XMLFragment reuse in XSL transformer

2002-11-10 Thread Christian Kurz
aggregation... -Original Message-From: Christian Kurz [mailto:[EMAIL PROTECTED]]Sent: Saturday, October 19, 2002 4:53 AMTo: [EMAIL PROTECTED]Subject: Re: ServerPageAction: XMLFragment reuse in XSL transformer I'll try to implement a pipeline similar

AW: All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-06 Thread Christian Kurz
TK To my 2.0 times I also had the problem. The problem was gone since I use TK cocoon 2.1. I guess it has something to do with pipeline caching, but TK have never tested. Torsten, thanks for the quick feedback. My understanding was that 2.1 is still alpha. Do you have any system in production,

AW: All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-06 Thread Christian Kurz
All of this works fine when requesting the page using Netscape Navigator (valid page and images, no errors in log file). As soon as I use the Microsoft Internet Explorer to request the same page, the HTML page is returned, but the svg image has not been served properly. According to the

All hope lost: Can FragmentExtractor serve SVG images to IE (socket write error) ?

2003-06-05 Thread Christian Kurz
Hi, has anybody successfully served svg images (not svg rendered as JPG or PNG, this just works great!) to the IE using the FragmentGenerator? I would really appreciate any information or code snippets about sitemap setup and versions used (OS, JDK, Tomcat, Cocoon, Xalan). After trying to fix

RE: caching proposals: SQLTransformer and Request

2003-06-27 Thread Christian Kurz
I just skimmed through the mailing list to find ideas of how to cache a pipeline starting with a request generator and later on passing data through the SQLTransformer. Did you or anybody else follow up on this idea? NB: Caching of the request generator would probably also need to cache request