RE: looking for docs for LuceneIndexTransformer

2003-06-09 Thread Conal Tuohy
Conal Tuohy wrote: > I've had some problems with generating a Lucene index using > an XSP based on the sample, and while I was trying to debug > the problems I found the LuceneIndexTransformer which is not > documented anywhere I can see. Can anyone explain how it is > supposed to work? ... t

Re[2]: CSS in Cocoon

2003-06-09 Thread Peter Velychko
Hello, Monday, June 9, 2003, 11:46:57 PM, you wrote: TB> So if I replaced the dialog.xsl to read: TB> TB> text/css TB> Assuming the sitemap has not changed, it should work? TB> It does not. ??? You may try to use In your sample there is only closing quotation mark as a default value of the

Re: New Sites

2003-06-09 Thread Steve Brackenbury
At 05:27 PM 6/9/2003 +0100, you wrote: Hi, On Sunday 9th June, we put live Phase One of our migration of Standard Life Investment's sites... The site looks great and the response appeared to be snappy. The box is an IBM RS6000 running AIX, and the software stack is Apache/Tomcat/Cocoon 2.0.4. ...

Installing Cocoon on Solaris Sun One Application Server 7

2003-06-09 Thread Jason Nah
Title: Installing Cocoon on Solaris Sun One Application Server 7 Howdy All, In relation to a previous post... "Sitemap parsing error?"... I'm posting about the installation and running of Cocoon 2.04 on a Solaris machine running SunONE application server 7. I have managed to install the app

RE: CSS in Cocoon

2003-06-09 Thread Tim Bachta
Thanks, that worked. -Original Message- From: Amelie Cordier [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 4:52 PM To: [EMAIL PROTECTED] Subject: RE: CSS in Cocoon Hello Why using params in your xsl? Why don't you try something like that : In your xsl : And in the sitemap

RE: CSS in Cocoon

2003-06-09 Thread Amelie Cordier
Hello Why using params in your xsl? Why don't you try something like that : In your xsl : And in the sitemap : This is what I do and it works perfectly but I don't know if it'a a good solution :) Cheers ! Amelie > So if I replaced the dialog.xsl to read: > > text/c

RE: CSS in Cocoon

2003-06-09 Thread Tim Bachta
So if I replaced the dialog.xsl to read: text/css Assuming the sitemap has not changed, it should work? It does not. ??? -Original Message- From: Conal Tuohy [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: RE: CSS in Cocoon Tim, presumab

RE: How is rectangle interpreted in gnumeric style sheet??? Help Please!

2003-06-09 Thread Yan, Charlene
All, It is about poi for Excel spreadsheet generation. Basically my question is whether it is possible to put a rectangle shape into a cell using the gnumeric transformation sheet. If it is not doable, can I generate the same thing by directly using Java code to write a servlet? Please your

RE: CSS in Cocoon

2003-06-09 Thread Conal Tuohy
Tim, presumably dialog.xsl is supposed to insert a element into the html, pointing at the stylesheet which is passed as a parameter? But the dialog.xsl appears to expect a parameter called "html.stylesheet", whereas the parameter you are actually passing it (from the sitemap) is called "css-style

RE: Lucene indexing / crawling problem

2003-06-09 Thread Conal Tuohy
> Have you enabled the "link view" for all the pages you want to crawl? > > HTH > > Michael Yes I have ... and a content view ... but even pages from the same pipeline may be crawled or NOT crawled. - To unsubscribe, e-mail: [EM

CSS in Cocoon

2003-06-09 Thread Tim Bachta
I am trying to use a stylesheet in a xsl page and am getting a null pointer exception coming from my xsl page. My syntax is below, I am new to Cocoon so please excuse my mistakes. I appreciate the help. dialog.xsl text/css sitemap Thank you Tim B -

blank patterns with CVS rebuild

2003-06-09 Thread Guardiola, Derek (ELS-STL))
I have rebuilt cocoon from its CVS "latest source distribution". I'm not sure exactly which version that is distributed but I believe it might be 2.0.4 due to the timestamp. After troubleshooting some pipeline and map:match pattern issues, I realized that the generated sitemap_xmap.java file that

Re: is there any function like mysql_escape_string in esql?

2003-06-09 Thread Christian Haul
Valentine Z. wrote: Is there any way to tell the mysql driver escape strings passed with sql queries using ESQL logicsheet or mod db? mod db uses prepared statements thus the driver does the escaping automatically, ESQL can be told to use prepared statements as well by using esql:parameter, see t

RE: Calling Actions from the Flow with Javascript

2003-06-09 Thread Jonathan Spaeth
Title: RE: Calling Actions from the Flow with Javascript I have experienced this, as well. Jon -Original Message- From: Bobby Mitchell [mailto:[EMAIL PROTECTED]] Sent: Monday, June 09, 2003 12:49 PM To: [EMAIL PROTECTED] Subject: Calling Actions from the Flow with _javascript_ I

Re: [patched livesites.xml] Re: CVS livesites.xml - what is " couldn't

2003-06-09 Thread Steven Noels
On 9/06/2003 17:41 Upayavira wrote: Sounds like you have exactly what you want. Leave the file as is and send it. Don't remove anything. Yep! -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at

Re: Document function

2003-06-09 Thread ali
Hello Joerg, I am using 2.1 and indeed XSLTC is the default processor. I changed it to Xalan and it works great. Thanks alot. Ali > what Cocoon version do you use - or if you know, do you use XSLTC or > Xalan? There seems to be a bug for top level xsl:variable and document() > when using XSLTC:

is there any function like mysql_escape_string in esql?

2003-06-09 Thread Valentine Z.
Is there any way to tell the mysql driver escape strings passed with sql queries using ESQL logicsheet or mod db? __ Valentin. mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED]

Calling Actions from the Flow with Javascript

2003-06-09 Thread Bobby Mitchell
I have been able to call an action that has been declared in the root sitemap, but not from my sub-sitemap. Has this problem, http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105171947003418&w=2, been looked at further? Bobby M --

RE: blank pattern values in sitemap_xmap.java with CVS rebuild

2003-06-09 Thread Guardiola, Derek (ELS-STL))
I'm working a little bit more. Thought I would share what I have foudn. sitemap.xls [lines 455] // Prepare the pattern for "" this._expr = this.preparePattern("", ""); The @pattern shows up properly, but the return value from the XSLTFactoryLoader:escapeBraces is

blank pattern values in sitemap_xmap.java with CVS rebuild

2003-06-09 Thread Guardiola, Derek (ELS-STL))
I have rebuilt cocoon from its CVS "latest source distribution". I'm not sure exactly which version that is distributed but I believe it might be 2.0.4 due to the timestamp. After troubleshooting some pipeline and map:match pattern issues, I realized that the generated sitemap_xmap.java file that i

New Sites

2003-06-09 Thread Kevin McDermott
Hi, On Sunday 9th June, we put live Phase One of our migration of Standard Life Investment's sites... www.standardlifeinvestments.com canada.standardlifeinvestments.com us.standardlifeinvestments.com mutualfunds.standardlifeinvestments.com retail.standardlifeinvestments.com uk.standardlifeinvestm

Re: [patched livesites.xml] Re: CVS livesites.xml - what is " couldn't

2003-06-09 Thread Upayavira
> i have a file (livesites.xml) marked with - or + > > the next step is to remove all (-) lines and send you the rest ? > > (sorry but its the first time i do something like this using cvs) Sounds like you have exactly what you want. Leave the file as is and send it. Don't remove anything. Re

Re: [patched livesites.xml] Re: CVS livesites.xml - what is " couldn'tconfirm"

2003-06-09 Thread Stavros Kounis
steven i have a file (livesites.xml) marked with - or + the next step is to remove all (-) lines and send you the rest ? (sorry but its the first time i do something like this using cvs) ---stavros On Mon, 9 Jun 2003, Steven Noels wrote: > On 9/06/2003 15:47 Stavros Kounis wrote: > > ste

Re: mod-db - Updating multiple rows

2003-06-09 Thread Amelie Cordier
Ok... it works perfectly thank to your sample Chris... thanks a lot. I don't know why but I've just changed 'name="request-param" type="request"' into 'name="request-param" type="all"'... Thanks again to Chris and Antonio... Amélie. > Amelie Cordier wrote: >>>Christian Haul dijo: > >> I've trie

How is rectangle interpreted in gnumeric style sheet??? Help Please!

2003-06-09 Thread Yan, Charlene
Jody, Thank you very much for taking the time to explain it to me. The style color is working. However, I have a new problem I'm wondering whether you can help. I need to put a rectangle in one of the cells. In Excel, I add the rectangle to a cell by first clicking the rectangle of the draw

Re: FOP problems with 2.1m2

2003-06-09 Thread J.Pietschmann
Spectron International, Inc. wrote: I'm having some problems with FOP in Cocoon 2.1m2. I have a pipeline that creates the xsl-fo document and then I convert it to PDF. If I save the xsl-fo and run it directly through FOP it works ok. When run from Cocoon it gives me the following exception: 15:29:1

Re: [patched livesites.xml] Re: CVS livesites.xml - what is " couldn'tconfirm"

2003-06-09 Thread Steven Noels
On 9/06/2003 15:47 Stavros Kounis wrote: steven this is the patched livesites.xml with 4 new entries could you please prepare a proper patch (cvs diff -u) to take in account as little changes as possible? you reformatted the entire file... -- Steven Noelshttp://oute

[patched livesites.xml] Re: CVS livesites.xml - what is " couldn'tconfirm"

2003-06-09 Thread Stavros Kounis
steven this is the patched livesites.xml with 4 new entries ---stavros On Mon, 9 Jun 2003, Steven Noels wrote: > On 9/06/2003 14:29 Stavros Kounis wrote: > > > i have to send the patched file direct to your, to this list ore somewhere > > else? > > The list, please. Thanks! > > > livesit

Re: mod-db - Updating multiple rows

2003-06-09 Thread Christian Haul
Amelie Cordier wrote: Christian Haul dijo: I've tried all the solutions you suggested to me but it doesn't work and I can't find anything in the log files :( Please change the log level for sitemap to debug and look again. Which version of Cocoon are you using? I may have badly explain my probl

Re: wildcards in type attribute not supported?

2003-06-09 Thread Joerg Heinicke
Hello Stefan, to make it short: no. Pipelines are built independent of the requested resource, so the {1} gets not or even could not get evaluated. (http://cocoon.apache.org/2.0/userdocs/concepts/sitemap.html) A solution would be to use Selectors. Joerg Stefan Kostopoulos wrote: Hi everybody!

Re: Xindice 1.0 and Cocoon 2.0.4

2003-06-09 Thread g4
No my bad. Definitely works with 2.04 ;) On Monday, Jun 9, 2003, at 14:14 Europe/London, g4 wrote: On Monday, Jun 9, 2003, at 13:53 Europe/London, Patrão wrote: Hi, I have a simple question. Can I access Xindice 1.0 through the Cocoon 2.0.4? or I have to use the CVS version of Xindice? Coco

Re: Document function

2003-06-09 Thread Joerg Heinicke
Hello Alexander, that's not /really/ true ;-) document() works, but there are some issues with it like the caching bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10203. Joerg Alexander Schatten wrote: Ali Mesbah wrote: Hi all, I'm getting a strange "XML Parsing Error: syntax error" fr

Re: Document function

2003-06-09 Thread Joerg Heinicke
Hello Ali, what Cocoon version do you use - or if you know, do you use XSLTC or Xalan? There seems to be a bug for top level xsl:variable and document() when using XSLTC: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20381. XSLTC is the default processor in 2.1, while it is Xalan in 2.0. Yo

Re: Document function

2003-06-09 Thread Alexander Schatten
Ali Mesbah wrote: Hi all, I'm getting a strange "XML Parsing Error: syntax error" from Cocoon while I try to transform an XML document with an XSLT which uses the Document function. I am not very sure about it, but as far as I remember: the document function does not work with Cocoon, and, bt

Re: CVS livesites.xml - what is " couldn't confirm"

2003-06-09 Thread Steven Noels
On 9/06/2003 14:29 Stavros Kounis wrote: i have to send the patched file direct to your, to this list ore somewhere else? The list, please. Thanks! -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog

Re: CVS livesites.xml - what is " couldn't confirm"

2003-06-09 Thread Stavros Kounis
steven sory for this question (...but) i have to send the patched file direct to your, to this list ore somewhere else? -- stavros On Mon, 9 Jun 2003, Steven Noels wrote: > On 9/06/2003 13:36 Stavros Kounis wrote: > > > our site www.osmosis.gr is realy powered by cocoon > > > > and all othe

Re: CVS livesites.xml - what is " couldn't confirm"

2003-06-09 Thread Steven Noels
On 9/06/2003 13:36 Stavros Kounis wrote: our site www.osmosis.gr is realy powered by cocoon and all others web site we have announce in cocon-users list you can test this here: http://www.osmosis.gr/xml/ all web sites under /xml/ are cocoon's sub sitemaps http://www.forestland.gr http://www.p

Re: problem saving sunshine profiles in database

2003-06-09 Thread Mustafa Yalniz
Hi Enrico, I have the same problem. I have tried using the similar approach that you have taken but seems something is wrong in copying into the database. The tags disappear in the database even if they are in the log file before sql transformer. Any help would be greatly appreciated. Best regar

Document function

2003-06-09 Thread Ali Mesbah
Hi all, I'm getting a strange "XML Parsing Error: syntax error" from Cocoon while I try to transform an XML document with an XSLT which uses the Document function. XSLT (metaoutput.xsl): http://www.w3.org/1999/XSL/Transform";> ... Error: XML Parsing Error: syntax error Location:

Re: Lucene indexing / crawling problem

2003-06-09 Thread Michael Wechner
Conal Tuohy wrote: I'm creating a Lucene index using an XSP based on the sample, but I have a strange problem. Some of the pages are crawled, but some are not crawled, and I can't see why. I have DEBUG logging for the core.search components, so I can see the crawler crawling the site. I can see

Re: CVS livesites.xml - what is " couldn't confirm"

2003-06-09 Thread Stavros Kounis
our site www.osmosis.gr is realy powered by cocoon and all others web site we have announce in cocon-users list you can test this here: http://www.osmosis.gr/xml/ all web sites under /xml/ are cocoon's sub sitemaps http://www.forestland.gr http://www.portovistonis.gr http://www.g-arseniou.gr

Re: Serious Encoding Problems (Umlaute)

2003-06-09 Thread Niclas Hedhman
On Saturday 07 June 2003 03:17 am, Alexander Schatten wrote: > Joerg Heinicke wrote: > > Alexander Schatten wrote: > >> (1) UTF-8 practically only works for english texts, and does not work > >> with ae oe ue and so on > > > > That's wrong. UTF-8 works for *every* character. You only must use it >

Re: xml validation

2003-06-09 Thread g4
On Monday, Jun 9, 2003, at 10:56 Europe/London, Stavros Kounis wrote: hi people i want to make same sql queries using cocoon and get the result in XML. is it possible to make e validation of this xml output (using DTD). for example i want my pipeline return a XML stream when this stream is vali

Re: CVS livesites.xml - what is " couldn't confirm"

2003-06-09 Thread Steven Noels
On 9/06/2003 12:31 Stavros Kounis wrote: in livesites.xml are some site with the comments:" couldn't confirm and no X-Cocoon header what does this comment mean ? I was checking whether the sites listed on that page still exist, and whether they are effectively 'powered by cocoon'. I only erad

Re: cocoon2.1 causing ungraceful shutdown on Tomcat4.1.18 ?

2003-06-09 Thread Antonio Gallardo
e nio dijo: > I have cocoon2.1dev and the newer cocoon2.1m2 which I observed > when deployed on Tomcat 4.1.18, causes Tomcat not to shutdown > gracefully. I get that status of Servlet did not call > System.exit(). You can try and verify my observation if you > have the Tomcat4.1.18 and start it

CVS livesites.xml - what is " couldn't confirm"

2003-06-09 Thread Stavros Kounis
in livesites.xml are some site with the comments:" couldn't confirm and no X-Cocoon header what does this comment mean ? -- stavros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: mod-db - Updating multiple rows

2003-06-09 Thread Antonio Gallardo
Hi Amelie: Nice example! This way we better explain things. The words sometimes are not too clear. Here right now is 4:00 a.m. At 9:00 a.m. comes other people to the office. We had a similar problem, but to be honest, I dont resolved it. The guru is my coworker Carlos Chavez. When he comes I wil

xml validation

2003-06-09 Thread Stavros Kounis
hi people i want to make same sql queries using cocoon and get the result in XML. is it possible to make e validation of this xml output (using DTD). for example i want my pipeline return a XML stream when this stream is valid or another XML stream (just like error message) if the stream was in

Re: Read XML document via http with variables

2003-06-09 Thread Joerg Heinicke
Hello Daniel, you probably must build the request string step by step, because the variable $cn would not get evaluated otherwise: http://localhost:8080/cocoon1/mount/02288/xmldb2/02288/ ?xpath=course[contains(prerequisites/courseno, ' ')] ... 1. But be aware of a problem using doc

Re: mod-db - Updating multiple rows

2003-06-09 Thread Amelie Cordier
Hi again > Christian Haul dijo: >> One thing is impossible, though: update may not affect key columns. >> This >> has been requested by Antonio but he didn't come up with a patch so >> far >> ;-) Yes, I read that on the mailing list archive last week :) > > Hi! > > I dont made the patch since

Portal LDAP Authentification

2003-06-09 Thread Maxime.Gheysen
Hello, My portal actually use a simple XML file for identification. Is there an easy way to change it to an Ldap method (I know how to generate an xml file with all the users using ldap)? Thanks - To unsubscribe, e-mail: [EMAIL

Re: Cocoon: presentation tier + J2EE EJB business tier --- a

2003-06-09 Thread Upayavira
> I came across an article by Ovidiu Predescu > (http://www.webweavertech.com/ovidiu/weblog/index.html) discussing a > topic originated by Eric van der Vlist > (http://www.xml.com/pub/a/2000/07/26/xslt/xsltstyle.html) which > appears to address this design approach. Are you familiar with this

RE: Cocoon: presentation tier + J2EE EJB business tier --- a vali d performant architecture?

2003-06-09 Thread Morrison, John
Steve Brackenbury wrote: > > Because the developers are inexperienced with XSL. I'd really like to > establish some "patterns-of'-usage" up front before development > starts. I'm hoping this will simplify things and as you pointed out > in your post Bertrand, will help focus developers on using X

Ldap authentification

2003-06-09 Thread Maxime.Gheysen
Hello, My LDAP server needs a user & password identification. In the Ldap documentation I only saw the tag, but not the user! And what are the other options for (other than simple)? Thanks - To unsubscribe, e-mail: [EMAIL PROTE