Re: SVG serializer problem

2004-10-10 Thread Anna Afonchenko
Thanks Andreas. It is probably an IE issue, because the pipeline with **.htm worked from Mozilla. But I really need it to work from IE as well! Is there any way to enforce it? Thank you very much. Anna - Original Message - From: "Andreas Hartmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: aggregate takes too much time

2004-10-10 Thread [EMAIL PROTECTED]
XInclude is faster, but after several requests it slows down (don't know why) CInclude is as slow as . On Mon, 11 Oct 2004 08:30:01 +0200, Jan Hoskens <[EMAIL PROTECTED]> wrote: > Have you tried different options? Besides the sitemap aggregation there > are also some include transformators availab

Re: aggregate takes too much time

2004-10-10 Thread Jan Hoskens
Have you tried different options? Besides the sitemap aggregation there are also some include transformators available: the XInclude and CInclude may do the same as the aggregation. Kind regards, Jan [EMAIL PROTECTED] wrote: Hi all, Aggregating xml in cocoon takes too much time. I try to aggreg

aggregate takes too much time

2004-10-10 Thread [EMAIL PROTECTED]
Hi all, Aggregating xml in cocoon takes too much time. I try to aggregate >10 xml files ( from filesystem: file:/// ) It takes about 4-7 seconds just to aggregate w/o transforming :( Any other faster way to aggregate contents? -- Indonesia Cocoon: idcocoon-subscribe @ yahoogroups.com Superbij

Re: populating selection list from database

2004-10-10 Thread Scott Yeadon
Try this: http://cocoon.apache.org/2.1/userdocs/transformers/sql-transformer.html Add the above transformer to an internal pipeline, write a stylesheet which transforms the results into fd:selection-list markup and then in your form definition point the "src" attribute to your pipeline (e.g. coc

Re: populating selection list from database

2004-10-10 Thread Derek Hohls
Andrew I assume you are familar with the essentials of setting up a mySQL connection to Cocoon... you will then need a few "parts" to assemble this. 1. An entry in the form definition: My Field Label 2. And an entry in the sitemap to create the XML.

Re: multivalue list - set a value greater than 1000

2004-10-10 Thread Derek Hohls
Paul You need to overwrite the default behaviour on the binding which inserts a ',' as the separator for each set of a thousand in the number e.g. 15,000,000 for fifteen million. The *only* solution I have found (and I have had this problem twice now) is to have: in the binding file specificat

populating selection list from database

2004-10-10 Thread Miller, Andrew (BL)
Title: populating selection list from database My apologies for what I am sure is an easy question.  I am trying to think of how I should populate a cocoon forms selection list field from a MySQL query. I have a form definition and a form template working fine as is and I can get my sql qu

Re: JXTemplateGenerator: strange behaviour with jx:set

2004-10-10 Thread Taryn East
Oops, this is the email I should have said something about... this one actually describes the problem better... Can anyone actually give me a hand with this one? Even if it's just to point me in the direction of a better list to post the request to... Cheers, Taryn On Thu, 2004-10-07 at 16:45, T

Re: Unable to pass inputmodule value as parameter

2004-10-10 Thread Brian Vargas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, Another alternative, if your variable is in the query string, is to use the Request Parameter input module. Your sitemap would look something like: This causes the sitemap to ask the input module bound to the "request-param"

Re: Unable to pass inputmodule value as parameter

2004-10-10 Thread Andre Juffer
Gerrit-Jan, as far as I can see, the parameter 'date' in the sitemap is not set anywhere. I don't see immediately anything wrong in your files. I assume you are calling this pipeline with something like http://yourhost/.../cdls_artikelen.xml?date=something You probably would need to extract the