Weird Saxon errors

2002-11-16 Thread Jeremy Quinn
I just switched to using Saxon 6.5.2 with Cocoon 2.1-dev as lots of people say it is faster than xalan and xsltc. I get lots of strange errors in my stylesheets, that I cannot work out. These are stylesheets that are largely trivial, and work fine in Xalan and XSLTC. Has anyone else noticed

correct use of umlauts

2002-11-16 Thread Robert Sösemann
Hello, who can help, I have the following code fragment in my xsp page, but I always get an error because of the use of german umlaut entities like Ouml;. xsp:logic String keyword = esql:get-string column=k.word/;

How-to :: Cocoon 2.1 Dev instal for dummies - Windows 2000

2002-11-16 Thread Franck Lumpe
Hello everyone, I had some problems installing Cocoon 2.1 Dev, so I made a short how-to for anyone interested. I got it working thanks to previous messages in the list but took me a while to figure it so maybe this post will save time to somebody. Assuming a clean Windows 2000 system and

Re: How-to :: Cocoon 2.1 Dev instal for dummies - Windows 2000

2002-11-16 Thread Tony Collen
On Sat, 16 Nov 2002, Franck Lumpe wrote: Hello everyone, I had some problems installing Cocoon 2.1 Dev, so I made a short how-to for anyone interested. I got it working thanks to previous messages in the list but took me a while to figure it so maybe this post will save time to somebody.

inserting doctype from xsl

2002-11-16 Thread Alessio Sangalli
Perhaps it has already been discussed, but I didn't find any reference to this in the mail list archives. I wanted to check my code with the w3c validator; I get a fatal error because I didn't put the DOCTYPE thing at the beginning of the page. However I can't put it from inside xsl because I

Input Module Problem: Invalid pattern

2002-11-16 Thread Jeremy Quinn
Hi, I am trying to modify a request parameter 'query', based on the value of another request parameter 'region', before passing 'query' to the SearchGenerator. I am trying to use the DefaultsMetaModule in 2.1-dev, and am getting unexpected exceptions.

Re: inserting doctype from xsl

2002-11-16 Thread Jeremy Quinn
On Saturday, Nov 16, 2002, at 19:10 Europe/London, Alessio Sangalli wrote: Perhaps it has already been discussed, but I didn't find any reference to this in the mail list archives. Set it up in the relevant serializer in the map:components/map:serializers section of your sitemap like

Best Practice of caching XML

2002-11-16 Thread Thorsten Mauch
Hi All In my cocoon application i have a productdescription stored as a xml string. After i query the database i want do store this description is a cache. In terms of performance what is the recommended way do that. Store the string or as Dom docment ? what is the fastest way to

Re: inserting doctype from xsl

2002-11-16 Thread Alessio Sangalli
Jeremy Quinn wrote: On Saturday, Nov 16, 2002, at 19:10 Europe/London, Alessio Sangalli wrote: Perhaps it has already been discussed, but I didn't find any reference to this in the mail list archives. Set it up in the relevant serializer in the map:components/map:serializers section of

Re: dynamic select boxes in XMLForms?

2002-11-16 Thread Josema Alonso
Look closer at the demo and examine the itemset elements under the select elements. I see. I'm sorry I didn't notice them before. It's working, thank you very much. - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Thursday,

Re: correct use of umlauts

2002-11-16 Thread Joerg Heinicke
Hello Robert, you are coding XML and not HTML. The German umlauts are only declared in HTML as entities. In XML only lt;, gt;, apos;, quot; and ..; (which one was the 5th) are known? Why do you have Ouml; in your database? This would be really bad: a database should store a character in it,

RE: correct use of umlauts

2002-11-16 Thread William Brogden
-Original Message- From: Robert Sösemann [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 10:01 AM To: [EMAIL PROTECTED] Subject: correct use of umlauts Hello, who can help, I have the following code fragment in my xsp page, but I always get an error because

Re: inserting doctype from xsl

2002-11-16 Thread Miles Elam
There's more than one doctype you could have for HTML. Some folks may want to send HTML 3.2 with the appropriate header. It would be possible to have all of the doctypes ready to go out of the box. It would also mean a html32 serializer, a html4 serializer, a html401 serializer, etc. and

Re: dynamic select boxes in XMLForms?

2002-11-16 Thread Ivelin Ivanov
You are welcome! - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 3:21 PM Subject: Re: dynamic select boxes in XMLForms? Look closer at the demo and examine the itemset elements under the select

Problem running the Xform wizard-Howto tutorial

2002-11-16 Thread poornima ponnuswamy
I am trying to run the Xform wizard-How to tutorial in http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html I get the resource not found error message. I copied the sitemap.xmap file and pasted in the location \src\webapp\samples\xmlform replacing the one initally that came

Steps I followed in running the Xform wizard-Howto tutorial

2002-11-16 Thread poornima ponnuswamy
I am trying to run the Xform wizard-how to tutorial http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard-3.html and I am getting the exception Resources no found. These are the following steps I followed. 1. I created the howto folder in src\webapp\sample\xmlform (Should sample