RE: XML schema and XForms

2004-07-01 Thread Nina Juliadotter
not consider them to be an example of very clear XSL programming ;) Niels van Kampenhout Hippo -Original Message- From: Nina Juliadotter [mailto:[EMAIL PROTECTED] Posted At: Thursday, July 01, 2004 6:44 AM Posted To: Cocoon User List Conversation: XML schema and XForms Subject: XML schema

XML schema and XForms

2004-06-30 Thread Nina Juliadotter
Hi all, I'm about to start a project where I generate a web form (could be HTML, XHTML or WML) from an XML schema, transformed by an XSLT file. Obvously, Cocoon is an ideal platform for this. Has anybody else used Cocoon for this before and care to share their expericences? I'm also looking at

Reference to undeclared namespace prefix: 'xmldb'.

2004-04-20 Thread Nina Juliadotter
Hi everyone, I've finally managed to get Cocoon and Xindice to talk to eachother :) but I get this evil error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

xmldb namespace in xindice results file

2004-04-20 Thread Nina Juliadotter
Hi everyone, I've come across a strange problem that I'm not sure how to get around, or if it's just me doing something wrong. Short description: When I use cocoon to query the xindice database and display the results, the result file generated has an undeclared namespace xmldb. This has the

Re: Xindice 1.1b4 (dev-sorry), Cocoon 2.1.4 (dev - sorry), Tomcat 5.019

2004-04-16 Thread Nina Juliadotter
Thank you so much for your extensive and step-by-step reply. Scroll down to read on... I have this combination working on both Fedora Core 1 and Windows/2000 Professional. A quick step by step guide is given below, along with some sample pipelines. 1. Grab cocoon-2.1.4 and build it with

Re: Xindice 1.1b4 (dev-sorry), Cocoon 2.1.4 (dev - sorry), Tomcat 5.019

2004-04-16 Thread Nina Juliadotter
Thank you so much for your extensive and step-by-step reply. Scroll down to read on... I have this combination working on both Fedora Core 1 and Windows/2000 Professional. A quick step by step guide is given below, along with some sample pipelines. 1. Grab cocoon-2.1.4 and build it

Re: Xindice 1.1b4 (dev-sorry), Cocoon 2.1.4 (dev - sorry), Tomcat5.019

2004-04-16 Thread Nina Juliadotter
something like: %JAVA_OPTS%=%JAVA_OPTS% -Dxindice.configuration=/path/to/system.xml Leon Nina Juliadotter wrote: Thank you so much for your extensive and step-by-step reply. Scroll down to read on... I have this combination working on both Fedora Core 1 and Windows/2000 Professional

Re: Xindice 1.1b4 (dev-sorry), Cocoon 2.1.4 (dev - sorry), Tomcat 5.019

2004-04-16 Thread Nina Juliadotter
Hi Mark, Thanks for your attempts to solve my problem. I don't think I will try and get the embedded mode work, seems to be simpler to use standalone mode. Maybe I wasn't clear before, but of course I did go through the steps a, b and c below. And I wish it was as simple as my documents not

[Fwd: Re: Xindice 1.1b4 (dev-sorry), Cocoon 2.1.4 (dev - sorry), Tomcat 5.019]

2004-04-16 Thread Nina Juliadotter
Hi Mark, You are so sweet for trying it out for me! And I am really happy to hear that the configuration works and that I'm not insain. I think I may know where the problem lies now. As I gave up Cocoon a bit and thought I would write my own servlet to access the database, I used the source code

Xindice in Cocoon

2004-04-15 Thread Nina Juliadotter
Hi everyone, I've been trying to get Xindice up and running under Cocoon for the last 3 days now without success, is there ANYONE out there who have actually got it working? I've read all the documentation there is on the Wikis and so forth, but it really only has made me more confused, as they

Newbie: Searching with html form parameters

2004-04-14 Thread Nina Juliadotter
Hi everyone, Is there an obvious and reasonable simple way to search a XML repository (= a bunch of XML documents) using POST parameters supplied to by the user? What I have is an HTML form where the user can enter some search criteria and submit this, and get back all xml documents matching

Re: Select with xPath Expression

2004-04-14 Thread Nina Juliadotter
Try lt; instead of , that works for me. (Although this is not the right forum for xslt questions.) Cheers, Nina Hi there, What's wrong with: xsl:for-each select=screenshots/screenshot[position() 4] Cocoon says: The value of attribute select associated with an element type xsl:for-each

Cocoon's Lucene in WebLogic 8.1: redirection to index.html

2004-04-12 Thread Nina Juliadotter
Hi everyone, I'm trying to use cocoon on WebLogic 8.1, with varying success. I found the tip to change the map:match pattern= to map:match pattern=welcome in the main sitemap to avoid being automatically redirected by webLogic to an non-existing index.html, and was happy so far, I got Cocoon up