lucene searching

2002-05-03 Thread Christian Zoffoli
Hi to all. I have just downloaded the last CVS ...and I have found that lucene can't do any search on the indexed pages. The indexing process seems to work fine but Index Statistics says Total Count of Documents 0. Any suggestion? Cheers, Christian

problem inserting XML fragments

2002-04-30 Thread Christian Zoffoli
Hi to all. I have a problem trying to insert XML fragments, actually I'm using util:include-expr util:expr xsp:exprp( xsp-request:get-parameter name=text_full default=/ )/xsp:expr /util:expr /util:include-expr but It only includes first tag ptest/p instead

how to generate an unique id from a document stored in Xindice

2002-04-23 Thread Christian Zoffoli
Hi to all. Is there a way to generate an unique id from a document stored in Xindice ? Thanks, Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

execute scheduled commands in the sitemap

2002-04-16 Thread Christian Zoffoli
Hi to all. A little strange question... Is it possible to execute scheduled commands in the sitemap ? Thanks, Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: execute scheduled commands in the sitemap

2002-04-16 Thread Christian Zoffoli
Vadim Gritsenko wrote: From: root [mailto:root] On Behalf Of Christian Zoffoli Hi to all. A little strange question... Is it possible to execute scheduled commands in the sitemap ? No. You want this for (say) periodic PDF reports generation, isn't it? I want periodically

Re: execute scheduled commands in the sitemap

2002-04-16 Thread Christian Zoffoli
Marcus Crafter wrote: On Tue, Apr 16, 2002 at 06:14:15PM +0200, Christian Zoffoli wrote: I want periodically update an xml-db with some infos extracted by web pages (found on internet). es: www.pincopalla.it/meteo.html -- meteo.xsl -- update db stored into xindice (on every 6:00

Re: execute scheduled commands in the sitemap

2002-04-16 Thread Christian Zoffoli
Ovidiu Predescu wrote: On Tue, 16 Apr 2002 18:27:34 +0200, Christian Zoffoli [EMAIL PROTECTED] wrote: Marcus Crafter wrote: On Tue, Apr 16, 2002 at 06:14:15PM +0200, Christian Zoffoli wrote: I want periodically update an xml-db with some infos extracted by web pages

Re: BUG in RequestGenerator ?

2002-03-23 Thread Christian Zoffoli
Jeremy Quinn wrote: [ cut] what does the update-user_form_xupdate.xsl stylesheet look like? I found I had to do some pretty strange stuff to get mine to work () see: xml-cocoon2/src/scratchpad/webapp/mount/editor/editor/stylesheets/request2editor.xsl I had to end up declaring the

Re: BUG in RequestGenerator ?

2002-03-22 Thread Christian Zoffoli
Jeremy Quinn wrote: At 9:16 pm +0100 21/3/02, Christian Zoffoli wrote: Hi to all. I found a problem using RequestGenerator. The generated document seems not processable by any processor (xalan, saxon, MSXML) I have it working (Xalan), but it was a real struggle! I think part

BUG in RequestGenerator ?

2002-03-21 Thread Christian Zoffoli
Hi to all. I found a problem using RequestGenerator. The generated document seems not processable by any processor (xalan, saxon, MSXML) output example: -- ?xml version=1.0 encoding=UTF-8? request target=/betanews202-1/betanews/test.xml source=

XALAN, JDK 1.4.0 and [xalan BUG 6956]

2002-03-21 Thread Christian Zoffoli
I have found a problem using Xalan 2.3.1 in conjunction with cocoon 2.0.2-dev. The processor seems to meet the exception illustrated in the following link ( http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6956) when I try to process some documents. As illustrustrated at the end of the previous

Re: Form submit to XML

2002-03-07 Thread Christian Zoffoli
Vadim Gritsenko wrote: [cut] One way is to use the RequestGenerator on submission to get all the request parameters. Then write an XSL to convert it to the XML format that I desire (which means taking out the request fields). Then I could use the xmldb transformer to save it to

Re: [CONTRIB] DbXMLAuthenticatorAction - v0.2

2002-03-05 Thread Christian Zoffoli
Nicola Ken Barozzi wrote: From: Christian Zoffoli [EMAIL PROTECTED] This is to authenticate users on DBXML I've committed it in scratchpad with minor changes to formatting. For the next contribution (that I hope will come soon :-) please do not use tabs and use proper javadoc @tags

Re: XMLDBTransformer problems

2002-03-04 Thread Christian Zoffoli
Sam Robertson wrote: First of all, thanks for the outstanding work on cocoon2. I have been trying to use XMLDBTransformer which I got from the scratch pad. However, I'm having the same problem as another post on this mailing list. I get the following message: Failed to update

XMLDBTransformer -- little stupid patch to prevent the missing Namespace problem

2002-03-02 Thread Christian Zoffoli
...here is a little stupid patch ...waiting a fixed xalan and/or a better solution Christian --- XMLDBTransformer.java.chris Sat Mar 2 23:37:03 2002 +++ XMLDBTransformer.java Sat Mar 2 23:37:45 2002 @@ -430,6 +430,19 @@ try {

[CONTRIB] DbXMLAuthenticatorAction - v0.2

2002-03-02 Thread Christian Zoffoli
This is to authenticate users on DBXML. Bye, Christian Zoffoli /* * The Apache Software License, Version 1.1 * * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification

Re: XMLDBTransformer - UPDATE and the missing namespace

2002-03-01 Thread Christian Zoffoli
...removing xalan*.jar for the dir WEB-INF/lib and using resin it works fine (probably ...the processor integrated in resin hasn't this kind of problem). Christian P.S. Probably it works also with xt and saxon (...I suspect some mistakes in my configuration where could I find some good

XMLDBTransformer - UPDATE and the missing namespace

2002-02-28 Thread Christian Zoffoli
I have found a problem on the xupdate document submitted by XMLDBTransformer to the XUpdateQueryService, it seems that the namespace xmlns:xu=http://www.xmldb.org/xupdate; was erased by the original document. Why ?? ...after reading the bug pointed by Vadim Gritsenko at the beginning of the

XMLDBTransformer -- UPDATE

2002-02-27 Thread Christian Zoffoli
I'm very happy to see a XMLDBTrasformer in the scratchpad of Cocoon2!!! ... but I have some problems with the update ...it doesn't seem to work ...is it possible or it's my fault ? the result of a simple query [ xindice xpath_query -c /db/beta -q / ] - ?xml version=1.0?