Cocoon and Xindice

2002-08-19 Thread praktikant
Hello! I'm a newbie. I tried to use the /db/addressbook shipped with Xindice. I've found some examples on http://cocooncenter.de. But the examples didn't run yet. If I try to run this : (db_test.xml) ?xml version=1.0 encoding=UTF-8? collection:results query=//person[contains(fname,'John')]

Cocoon and Xindice

2002-08-19 Thread praktikant
I want to get some xml data out of a xml database. I have written some xml code to get the xml data, but I get only the source code. Output of the browser: ?xml version=1.0 encoding=UTF-8 ? collection:results query=//person[contains(fname,'John')] resources=1

Re: Cocoon and Xindice

2002-08-19 Thread KOZLOV Roman
Hi, What source do you mean? The snippet you have sent is a result of xpath query on Xindice database (with xpath value //person[contains(fname,'John')] on the /db/addressbook collection). What do you mean by xml code to get xml data? Xindice data are retrieved by URL's with or without xpath

AW: Cocoon and Xindice

2002-08-19 Thread praktikant
[mailto:[EMAIL PROTECTED]] Gesendet am:Montag, 19. August 2002 09:45 An: [EMAIL PROTECTED] Betreff:Re: Cocoon and Xindice Hi, What source do you mean? The snippet you have sent is a result of xpath query on Xindice database (with xpath

Re: Cocoon and Xindice

2002-08-19 Thread John Moylan
This may be of some use to you, it's a snippet from my sitemap showing the use of stylesheets with Xindice. Note the use of map:transform src=stylesheets/jtest.xsl/map:transform You are also serializing as XML specifically in your sutemap which from your email, does not sound like the effect

AW: Cocoon and Xindice

2002-08-19 Thread praktikant
:Re: Cocoon and Xindice Hi, You have written that you get the xml data in the browser.If you need a html file in the browser, you have to use a stylesheet and your sitemap should be as follows: map:pipeline map:match pattern=db_test

Re: AW: Cocoon and Xindice

2002-08-19 Thread KOZLOV Roman
PROTECTED]] Gesendet am:Montag, 19. August 2002 13:37 An: [EMAIL PROTECTED] Betreff:Re: Cocoon and Xindice Hi, You have written that you get the xml data in the browser.If you need a html file in the browser, you have to use

AW: AW: Cocoon and Xindice

2002-08-19 Thread praktikant
it. -Ursprüngliche Nachricht- Von:KOZLOV Roman [mailto:[EMAIL PROTECTED]] Gesendet am:Montag, 19. August 2002 14:38 An: [EMAIL PROTECTED] Betreff:Re: AW: Cocoon and Xindice There is no difference. You have to transform your xml source

Re: AW: AW: Cocoon and Xindice

2002-08-19 Thread KOZLOV Roman
An: [EMAIL PROTECTED] Betreff:Re: AW: Cocoon and Xindice There is no difference. You have to transform your xml source to what you want. Roman praktikant wrote: Hi, that's the point. I do not have the xml-data. I only

Re: Cocoon and XIndice versions - FIXED

2002-03-25 Thread Alex McLintock
At 19:17 23/03/2002, Christian Zoffoli wrote: Vadim Gritsenko wrote: From: root [mailto:root] On Behalf Of Christian Zoffoli Alex McLintock wrote: Hi folks, I'm trying to find satisfactory versions of Cocoon and XIndice which work together. [cut] Several

Re: Cocoon and XIndice versions

2002-03-23 Thread Christian Zoffoli
Alex McLintock wrote: Hi folks, I'm trying to find satisfactory versions of Cocoon and XIndice which work together. [cut] my little how-to 1- copy batik-libs,xerces,xalan,xml-apis from $CATALINA_HOME/webapps/cocoon/WEB-INF/libs to $CATALINA_HOME/lib 2- add export CATALINA_OPTS

Re: Cocoon and XIndice versions - FIXED

2002-03-23 Thread Christian Zoffoli
Alex McLintock wrote: Hi folks, I'm trying to find satisfactory versions of Cocoon and XIndice which work together. [cut] my little how-to 1- copy batik-libs,xerces,xalan,xml-apis from $CATALINA_HOME/webapps/cocoon/WEB-INF/libs to $CATALINA_HOME/lib 2- add export CATALINA_OPTS

AW: Cocoon and XIndice versions

2002-03-23 Thread Axel Honfi
this in the archives. At least this worked with me, I hope you can make it run Axel -Ursprungliche Nachricht- Von: Alex McLintock [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 22. Marz 2002 18:04 An: [EMAIL PROTECTED] Betreff: Cocoon and XIndice versions Hi folks, I'm trying to find satisfactory

RE: Cocoon and XIndice versions - FIXED

2002-03-23 Thread Vadim Gritsenko
From: root [mailto:root] On Behalf Of Christian Zoffoli Alex McLintock wrote: Hi folks, I'm trying to find satisfactory versions of Cocoon and XIndice which work together. [cut] my little how-to 1- copy batik-libs,xerces,xalan,xml-apis from $CATALINA_HOME/webapps/cocoon

Cocoon and XIndice versions

2002-03-22 Thread Alex McLintock
Hi folks, I'm trying to find satisfactory versions of Cocoon and XIndice which work together. I am told that I need a CVS version of cocoon rather than the latest release - but the CVS snapshots don't currently work. (I am using Xinidice 1.0 and Tomcat 4.0something on RedHat Linux 7.2

Cocoon and XIndice versions

2002-03-22 Thread Alex McLintock
Hi folks, I'm trying to find satisfactory versions of Cocoon and XIndice which work together. I am told that I need a CVS version of cocoon rather than the latest release - but the CVS snapshots don't currently work. (I am using Xinidice 1.0 and Tomcat 4.0something on RedHat Linux 7.2

RE: Cocoon and XIndice versions

2002-03-22 Thread von Schwerdtner, Thomas (GXS, FPI)
Title: RE: Cocoon and XIndice versions There are instructions on the recent list archives on getting Cocoon/Tomcat working with jdk1.4 For starters, see: http://www.mail-archive.com/cocoon-users@xml.apache.org/msg08873.html I know nothing of Xindice but maybe that will get you going

RE: Cocoon and XIndice versions

2002-03-22 Thread Vadim Gritsenko
] Subject: Cocoon and XIndice versions Hi folks, I'm trying to find satisfactory versions of Cocoon and XIndice which work together. I am told that I need a CVS version of cocoon rather than the latest release - but the CVS snapshots don't currently work. (I am using Xinidice 1.0 and Tomcat

Re: cocoon and xindice

2002-03-16 Thread Christian Zoffoli
Axel Honfi wrote: Hello! O.K., my combination works, I can query and update XIndice, but how did anybody solve the problem of user-authentication with the user-data (username, password) saved in XIndice? Thanks for some clues Axel try

Re: cocoon and xindice

2002-03-13 Thread gcasper
Hi Axel, have a look in the scratchpad at the sunrise authentication components. For getting started how to use them look at: http://www.need-a-cake.com/stories/2002/02/28/usingTheSunriseComponents.html All you have to do to use the sample with Xindice is to replace foo-user.xml in the

cocoon and xindice

2002-03-12 Thread Axel Honfi
Hello! O.K., my combination works, I can query and update XIndice, but how did anybody solve the problem of user-authentication with the user-data (username, password) saved in XIndice? Thanks for some clues Axel - Please

Cocoon and Xindice idiots guide?

2002-03-11 Thread Alex McLintock
Would it be possible for someone to put together an idiots guide to using Xindice with Cocoon2? I am seeing conflicting advice in the mailing lists, docs, and website and it is really confusing me. (Hence I am not in a position to write the idiots guide myself :-( Assume I don't care about

Re: Cocoon and Xindice idiots guide?

2002-03-11 Thread Conny Pemfors
I give up, it's impossible /Conny - Original Message - From: Alex McLintock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 11, 2002 4:37 PM Subject: Cocoon and Xindice idiots guide? Would it be possible for someone to put together an idiots guide to using Xindice

RE: Cocoon and Xindice idiots guide?

2002-03-11 Thread Vadim Gritsenko
From: Alex McLintock [mailto:[EMAIL PROTECTED]] Would it be possible for someone to put together an idiots guide to using Xindice with Cocoon2? I am seeing conflicting advice in the mailing lists, docs, and website and it is really confusing me. (Hence I am not in a position to write the