RE: Javadoc in XML Format?

2003-02-11 Thread Luca Morandini
Robert, I haven't looked into it, but I think this could be something of interest: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=104370951430904w=2 Regards, P.S. Plain text next time, please. - Luca Morandini GIS

Re: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Martin Dulisch
Hi Sylvain, what do you want to do with this project? Application development with cocoon or do you want to work at the cocoon sources? I do the first one. If you want to do the same I could describe my environment in eclipse. Martin - Original Message - From: [EMAIL PROTECTED] To:

Re: custom generator not working on a fresh install

2003-02-11 Thread Lionel Crine
Usually this error happens when I jar file is missing in the classpath or it is a syntax error in the sitemap. Hope this help. At 22:09 10/02/2003 +0100, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi again! nobody any idea? i'm getting desperate here, so any hint/pointer/tip

RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Sylvain.Thevoz
Hi Martin, I want to develop application like you. And I have installed this Tomcat plugin to debug my app and the Cocoon sources. I don't want to work at the Cocoon sources, only understand how it works for debugging. Yes please. A description of your environment in Eclipse would be greatly

Re: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Martin Dulisch
Sylvain, I use the tomcat plug-in only to start/stop tomcat out of eclipse. I dont use the tomcat project type. If you want to develop java components like actions or transformers than create a java project. If you do not develop java components than you can create a simple project. The project

context not found by CLI

2003-02-11 Thread Robert Sösemann
Hallo listmembers, I am using the Cocoon command line to generate static pages from my site. I was not successful with that, because every time an action which uses the ObjectModelHelper.getContext( method throws an Exception. (see below) This ONLY happens during the uses of the CLI, not when I

Re: Cinclude issues...

2003-02-11 Thread Nicola Ken Barozzi
Jeff Turner wrote, On 11/02/2003 5.14: On Mon, Feb 10, 2003 at 02:09:17PM -0500, Ben Young wrote: ... I've looked into the Forrest site.xml work and I like it for the most part, but the thought of managing a single navigational map for an entire 7,000+ page site seems a bit unruly. Ouch..

Including XML/XSP into another XSP sheet

2003-02-11 Thread Tom Place
In XSP, is it possible to include either an XML file or the XML output of another XSP file into an XSP document Eg if I wanted to include the XML ?xml version=1.0 encoding=UTF-8? navigation item link=blah text=blah/ /navigation into my XSP document ?xml version=1.0

Retrieving a String from the database in XSP

2003-02-11 Thread Tom Place
I am trying to retrieve a string from the database an place it into a variable (should be simple I know) However I am getting a compilation error I am trying to insert the string value correctly? String myString = null; esql:connectionesql:poolautorevs_pool/esql:pool

Re: A note about the best(?) (cocoon-) development environment...

2003-02-11 Thread Rob Hoopman
SAXESS - Hussayn Dabbous wrote: snip 5.) eclipse 6.) sunbow eclipse tools (xml/sitemap) snip I'm currently evaluating oxygen (http://www.oxygenxml.com), it has tag-closing DTD/Schema aware tag insert and XSLT transformation functionality and so far I'm impressed by it. Do any of you know

Re: Retrieving a String from the database in XSP

2003-02-11 Thread Leszek Gawron
On wto, lut 11, 2003 at 11:36:14 -, Tom Place wrote: I am trying to retrieve a string from the database an place it into a variable (should be simple I know) However I am getting a compilation error I am trying to insert the string value correctly? String myString = null;

RE: Retrieving a String from the database in XSP

2003-02-11 Thread Koya, Sharat
Title: Message try xsp:attribute for style bit.you have too many quotes encasing on the line - style = "esql:get-string column="STYLE"/"; try xsp:attribute name="the tag"/xsp:attribute or something along those lines -Original Message-From: Tom Place [mailto:[EMAIL

Re: AW: global sitemap parameters and programatic cocoon configuration

2003-02-11 Thread Jeremy Quinn
On Monday, February 10, 2003, at 08:15 PM, SAXESS - Hussayn Dabbous wrote: Only one last question, before i dive into it. Does this also work on cocoon-2.0.4, or do i have to wait until 2.1 is released ? Sorry, I do not know about 2.0.4, I just use 2.1 ;) regards Jeremy

anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread SAXESS - Hussayn Dabbous
Hy; If there is interest, i could organise something in Köln. (maybe not as nice a place as some of you offered in this list ;-) ) Just send me a note (possibly include a proposal for an agenda ... ) regards, Hussayn -- Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenhöfer Allee 125 50935

Re: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread Thorsten Scherler
Hi Hussayn, I would be interested. Agenda: - welcome - basics (history, future, concepts) - use of cocoon in business apps - ... ...did you though about something like this? King regards Thorsten SAXESS - Hussayn Dabbous wrote: Hy; If there is interest, i could organise something in Köln.

Re: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread SAXESS - Hussayn Dabbous
yes! Thorsten Scherler wrote: Hi Hussayn, I would be interested. Agenda: - welcome - basics (history, future, concepts) - use of cocoon in business apps - ... ...did you though about something like this? King regards Thorsten SAXESS - Hussayn Dabbous wrote: Hy; If there is interest, i

Passing parameters

2003-02-11 Thread Eduardo Zurita
Hello, I would like to pass a parameter to a JSP generator. This parameter must be a cookie value from the user's browser. is It possible? How to? Thanks in advance. Eduardo.

RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Sylvain.Thevoz
Martin, You said that you run Tomcat out of Eclipse. So you don't need a /WEB-INF directory in your Eclipse project, right? The Tomcat Eclipse runs Tomcat inside Eclipse. What is exactly the difference between outside and inside? To start/stop (outside) Tomcat from Eclipse, what do you change

Re: Passing parameters

2003-02-11 Thread SAXESS - Hussayn Dabbous
Hy; i think, that depends on where your jsp-generator runs. if you want to call another webapp (same server, or other server), this is not possible with standard cocoon. For this special case Lajos Moczar and me, we have built an add on, that allows to pass COOKIES from the browser to another

RE: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread Gerstel, Rachel
I already replied about the one in Wuerzburg, but would go to one in Koeln also. Thanks, Rachel As for an agenda, I am an admin, not a developer so I would be more interested in the set-up of cocoon. But, I still want to learn more about how it is used. -Original Message- From: SAXESS -

Re: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread Bertram
Hi Hussayn, I would be also interested. regards Klaus SAXESS - Hussayn Dabbous wrote: yes! Thorsten Scherler wrote: Hi Hussayn, I would be interested. Agenda: - welcome - basics (history, future, concepts) - use of cocoon in business apps - ... ...did you though about something like

Re: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread eduard rybaciow
cologne is fine ... Gerstel, Rachel schrieb: I already replied about the one in Wuerzburg, but would go to one in Koeln also. Thanks, Rachel As for an agenda, I am an admin, not a developer so I would be more interested in the set-up of cocoon. But, I still want to learn more about how it is

AW: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread Jan Harms
Hi Hussayn, I´m interested too. The topics I would like to hear about or discuss are: What do you use Cocoon for? (i.e. what types of applications) and, of course, best practices :-) BTW, is anyone of you going to the JAX 2003 Conference in Frankfurt (12.-16. May) ? Carsten and Matthew

Re: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread Martin Stricker
If there is interest, i could organise something in Köln. (maybe not as nice a place as some of you offered in this list ;-) ) Just send me a note (possibly include a proposal for an agenda ... ) I might be interested (but I currently don't actively use cocoon, and my time is *very limited*.

WebServiceProxy: host parameter is null

2003-02-11 Thread Tudor Malene
Hi everybody! I installed the latest version of cocoon 2.1 from the CVS, and when I'm trying to run: http://localhost:8080/cocoon/samples/webserviceproxy/cocoonhive/ I get the following exception: Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null

Re: Retrieving a String from the database in XSP

2003-02-11 Thread Derek Hohls
In addition to the other chnages, try: String ; //add at the start of the XSP and style = esql:get-string column="STYLE"/; ie you do not need the "" - the get-string does just that! Derek [EMAIL PROTECTED] 11/02/2003 01:36:14 I am trying to retrieve a string from the database an

Re: AW: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread hgadm
I am also interested in a 'Cocoon meeting' in the Cologne area (Sa or Su please because I am working in the UK) Cheers Holger Adelmann On Tue, 11 Feb 2003, Jan Harms wrote: Hi Hussayn, I´m interested too. The topics I would like to hear about or discuss are: What do you use Cocoon for?

Re: AW: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread Darren Petrie
Hussayn, I would be interested in a Cocoon meeting in Koln. Darren Petrie On Tuesday, February 11, 2003, at 02:49 PM, [EMAIL PROTECTED] wrote: I am also interested in a 'Cocoon meeting' in the Cologne area (Sa or Su please because I am working in the UK) Cheers Holger Adelmann On Tue, 11

[HELP]Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null

2003-02-11 Thread Tudor Malene
Description:org.apache.cocoon.ProcessingException: Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null: java.lang.IllegalArgumentException: host parameter is null

Requirements for Hosting

2003-02-11 Thread Guenther Schmidt
Hi everyone, I've been doing all my projects in PHP so far and I'm sick and tired of it. I'm just beginning to touch base with Cocoon and am deeply impressed with it already. However I've got no Java know how so I don't know if it is enough to find a hosting service that merely provides a Java

more specific question about parameters from querystring to JSP

2003-02-11 Thread Eduardo Zurita
I want to pass the parameter "username" with value "joe" to my generator (myservice.jsp) The problem is: The user tries the page http://myserver/test.html?username=joe And i have the following in sitemap.xmap: map:pipeline map:match pattern="test.html" map:act type="request"

Re: more specific question about parameters from querystring to JSP

2003-02-11 Thread SAXESS - Hussayn Dabbous
You dont need the ? try (error marked with '== look here ': map:pipeline map:match pattern=test.html map:act type=request map:parameter name=parameters value=true/ map:generate type=jsp src=services/myservice.jsp{requestQuery}/ == look here /map:act

Re: more specific question about parameters from querystring to JSP

2003-02-11 Thread SAXESS - Hussayn Dabbous
you can make it even simpler: map:pipeline map:match pattern=test.html map:act type=request map:generate type=jsp src=services/myservice.jsp{requestQuery}/ /map:act map:transform src=services/stylesheets/myservice.xsl/ map:serialize type=html/

Re: more specific question about parameters from querystring to JSP

2003-02-11 Thread Eduardo Zurita
Thanks, it worked !!! - Original Message - From: SAXESS - Hussayn Dabbous [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 2:56 PM Subject: Re: more specific question about parameters from querystring to JSP You dont need the ? try (error marked with '== look

passing sax events through transformer

2003-02-11 Thread Lionel Crine
Hello, I'm trying to pass sax events through my transformer but nothing is happening. here is my pattern : map:match pattern=protected/request map:generate type=request/ map:transform type=xslt src=demo/request.xsl/ map:transform type=My_transformer/ ==It seems that

Re: Passing parameters

2003-02-11 Thread Nesto
Hi Eduardo! Your question is general, I don' know if I understand it well. However, in the past weeks I had the same problem. Here I post you the solution I found, with the great help of this community. Hope this help for your problem to. I wanted to write a matcher for an URI of this type:

How to get an absolute path ?

2003-02-11 Thread Olivier Billard
Hi all ! I am using Cocoon 2.0.4 with Tomcat 4.1.18. In an XSP page, I would like to get the hard path of the webapp or a sub-dir of the webapp, to use Lucene with an index directory. I know I can get the relative path of the webapp with xsp-request:get-uri/, but I want to get the absolute path

Session managing problem

2003-02-11 Thread Nesto
Hi! I have a problem with the session managing. I'm trying towrite a user interface of an existing system using cocoon as publishing framework. The system is composed of a set of JSPs that generates xml data from a database. So the pipelines inthe sitemap I wrote are all of this type:

Re: passing sax events through transformer

2003-02-11 Thread Lionel Crine
It's working now At 16:11 11/02/2003 +0100, you wrote: Hello, I'm trying to pass sax events through my transformer but nothing is happening. here is my pattern : map:match pattern=protected/request map:generate type=request/ map:transform type=xslt

AW: How to get an absolute path ?

2003-02-11 Thread Jan Harms
Hi Olivier, in a servlet the ServletContexts getRealPath() method does what you want. In Cocoon there is the class org.apache.cocoon.environment.Context which should do the same. Hope this helps -Jan Harms -Ursprüngliche Nachricht- Von: Olivier Billard [mailto:[EMAIL PROTECTED]]

Antwort: Session managing problem

2003-02-11 Thread manfred . weigel
Hi Nesto! you are talking about two different user sessions. The first client is the UI (IE), the server is the Webapp Server running cocoon which becomes the client for the server remoteHost on port 8080. AFAIK there is no (standard) way to merge two (or more) different http sessions, but if

Re: Session managing problem

2003-02-11 Thread SAXESS - Hussayn Dabbous
i created a cocoon add on for exactly your scenario. I do also access my webapp via jsp pages, that return XML content and let cocoon do the presentation issues. works fine and reasonably perormant so far. I manage to pass session cookies through cocoon and i'm happy with it. we (Lajos and me)

resource-exists problem

2003-02-11 Thread Ines Robbers
Hello! Can someone help me with this: map:pipeline map:match pattern=test/* map:act type=resource-exists map:parameter name=url value={1}.xml/ !-- it's available -- map:generate src=test/{1}.xml/

RE: resource-exists problem

2003-02-11 Thread Luca Morandini
Ines, are you absolutely sure the jobs.xml file is located in the same directory of your sub-sitemap ? The url parameter is relative to the sitemap directory. Therefore, if the jobs.xml existed in the test directory, you would use value=test/jobs.xml to properly assess its existence. Regards,

error links to the sitemap

2003-02-11 Thread Lionel Crine
I have a strange error. I wrote this pipeline : !-- generate an xml request file -- map:match pattern=ixia/request map:generate type=request/ map:transform type=xslt src=demo/request.xsl/ map:transform type=IXIASOFTQuery/ map:serialize type=xmltext/ /map:match

how always regenerate sitemap.xmap

2003-02-11 Thread Lionel Crine
How can I do that ? - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

AW: resource-exists problem

2003-02-11 Thread Ines Robbers
Hi Luca, Thanks for your help! * The url parameter is relative to the sitemap directory. * Therefore, if the jobs.xml existed in the test directory, you * would use value=test/jobs.xml to properly assess its existence. I managed to get it working. map:pipeline map:match pattern=test/*

RESOLVED: custom generator not working on a fresh install

2003-02-11 Thread peter riegersperger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 if anyone's interested: the problem was that my jar-file was in tomcat/common/lib and cocoon/WEB-INF/lib. removing it from common/lib helped. apparently, cocoon was using the jar-file from /common/lib and was unable to find its own classes

Re: how always regenerate sitemap.xmap

2003-02-11 Thread Martin Holz
Lionel Crine [EMAIL PROTECTED] writes: How can I do that ? Look into cocoon.xconf. There is a element sitemap check-reload=no ../ Set this to yes. Regards Martin -- Martin Holz [EMAIL PROTECTED] Softwareentwicklung / Vernetztes Studium - Chemie FIZ CHEMIE Berlin

Writing Request to File System

2003-02-11 Thread jthaemlitz
I'm a newbie. I have Cocoon running. I have a stylesheet that can submit and recieve values from the RequestGenerator. What I want to do is Get http RequestGenerator XML (I have that) Run it though a stylesheet (I have that) Then write it to a file on my TomCat server (I NEED THIS) Then

RE: anyone interested in a cocoon-users meeting in Köln/germany ?

2003-02-11 Thread hgadm
I will also try to attend the JAX on that Monday when there will be the Cocoon workshop. Regards, Holger Adelmann On Tue, 11 Feb 2003, Matthew Langham wrote: BTW, is anyone of you going to the JAX 2003 Conference in Frankfurt (12.-16. May) ? Carsten and Matthew will be doing a

RESOLVED: PDF Problem

2003-02-11 Thread Ines Robbers
Hi there, Quite a while ago I asked why the PDF-examples in Cocoon: Building XML Applications by Ziegler Langham don't work - at least on Cocoon version 2.0.4 I found the reason in the XSL:FO stylesheet: It's supposed to be master-reference=page instead of master-name=page Does anyone

Re: RESOLVED: PDF Problem

2003-02-11 Thread jthaemlitz
This was a change that occured in FOP version 0.20.4, earlier versions of FOP used the master-name attribute. master-reference is the correct one to use. JohnPT

Re: RESOLVED: PDF Problem

2003-02-11 Thread J.Pietschmann
Ines Robbers wrote: It's supposed to be master-reference=page instead of master-name=page Does anyone know more about this? The easiest way to learn about this was to look into the FOP FAQ: http://xml.apache.org/fop/faq.html#faq-N100DE You should have seen the error message described

Re: Cinclude issues...

2003-02-11 Thread Ben Young
Ok, Jeff. I've been pondering this site.xml thing all day. asideBTW, thanks for the upgrade suggestion. 8o)/aside I have a couple questions about semantic linking that maybe you can field. I don't want to give up the old linking method just yet, but I would like to use semantic linking for

Re: A note about the best(?) (cocoon-) development environment ...

2003-02-11 Thread Robert Simmons
NetBeans at www.netbeans.org has these features in its XML editor. -- Robert - Original Message - From: Rob Hoopman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 12:43 PM Subject: Re: A note about the best(?) (cocoon-) development environment ... SAXESS -

Re: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Robert Simmons
Debugging is easy if you have a JPD compatible debugger. Look at the Java documentation on the Java command for info on how to run tomcat in debug mode and then attach to it remotely. I use this technique with JBoss all the time. -- Robert - Original Message - From: [EMAIL PROTECTED] To:

Re: Carriage returns in HTML serialization

2003-02-11 Thread Antonio Gallardo
Mark H dijo: I'm having problems with HTML serialization: it's putting tags on a new line which is making a DIV section higher than it should be i.e. This is a browser issue, not a Cocoon issue. I recently buyed a nice book of HTML because I getted this kind if UFO errors. ;-) Source:HTML for

xsp util and file contents

2003-02-11 Thread Tom Place
Hi, I’m trying to insert xml into my xsp, this xml is for navigation purposes so ideally I would like to use one navigation file in many different xsp documents. I have looked at the mail archive to find out the details about this but I cant seam to get it to work! My example is below: ?xml

Jobs in the UK

2003-02-11 Thread Robert Simmons
Search for XML and XSLT in the UK job board revealed 55 positions!!! Check them out if you are contemplating speaking Brit for a while. http://www.theitjobboard.com/searchresults.php?keywords=XML+xslttype=0location%5B%5D=999days=0 -- Robert

Re: xsp util and file contents

2003-02-11 Thread Leszek Gawron
On wto, lut 11, 2003 at 09:13:08 -, Tom Place wrote: Hi, I’m trying to insert xml into my xsp, this xml is for navigation purposes so ideally I would like to use one navigation file in many different xsp documents. Apart from your problem : why don't you use aggregation?

Re: Cinclude issues...

2003-02-11 Thread Ben Young
how many entries does site.xml have? none yet. 8o) I would need to have one available for each concept (page, partial page, directory) that I want the content managers to be able to link to. Is it because of semantic linking or because you want them in the navigation? It's mainly because of

Re: xsp util and file contents

2003-02-11 Thread Robert Simmons
XSP is just XML. Just write a transformer that copies the XML into the XSP file. Run this transformer before you run the XSP transformer in the sitemap and viola, problem solved. Hmm, I'm starting to get the hang of this thing scary. -- Robert - Original Message - From: Leszek

Re: A note about the best(?) (cocoon-) development environment...

2003-02-11 Thread Frank Ridderbusch
On Mon, 10 Feb 2003 11:40:57 + Jeremy Quinn [EMAIL PROTECTED] wrote: Hi, I'm just curious. I assume you XXE used only with UTF-8 or ascii. I also gave XXE a short whirl, but I was unable to load documents with encoding=ISO-8859-1 that contained german öäü... characters. XXE

RE: xsp util and file contents

2003-02-11 Thread Tom Place
Thanks for your help. Just to clarify, you mean put an XSL transform between the XSP page and the original XSL transformer? This could work however is there not an easier way of doing this as I am going to be inserting several different things at several points on different sheets - this will

Semantic linking (Re: Cinclude issues...)

2003-02-11 Thread Jeff Turner
On Tue, Feb 11, 2003 at 03:22:53PM -0500, Ben Young wrote: Ok, Jeff. I've been pondering this site.xml thing all day. Btw, the LinkRewriterTransformer is currently only in 2.1. Although as the InputModules it depends on are also in 2.0.4, it could be ported fairly easily. asideBTW, thanks for

What does this error mean? missing Component?

2003-02-11 Thread e nio
A test of a simple access to an sql db using ESQL gives me an error of in sitemap.log: 3035 DEBUG (2003-02-11) 18:30.10:622 [sitemap] (/xcon/samples/ctwig/ctw/esqlmy.xml) Thread-37/ExcaliburComponentSelector: generators: ComponentSelector could not find the component for hint [serverpages]

Cocoon hosting

2003-02-11 Thread Alex Romayev
Hi, I'm looking for a cheap hosting provider to host a low volume Cocoon site based on 2.1 dev code. Does anyone have any experience with the ones mentioned at the cocoon hosting page or any others? Since I'm using 2.1 dev version, I assume it is better if they are not running Cocoon, since

Re: Cocoon hosting

2003-02-11 Thread Niclas Hedhman
On Wednesday 12 February 2003 11:10, Alex Romayev wrote: Hi, I'm looking for a cheap hosting provider to host a low volume Cocoon site based on 2.1 dev code. Does anyone have any experience with the ones mentioned at the cocoon hosting page or any others? How low is low volume?? I could

Re: Requirements for Hosting

2003-02-11 Thread Niclas Hedhman
On Tuesday 11 February 2003 22:45, Guenther Schmidt wrote: Hi everyone, I've been doing all my projects in PHP so far and I'm sick and tired of it. Good for you. I'm just beginning to touch base with Cocoon and am deeply impressed with it already. However I've got no Java know how so I

Re: Session managing problem

2003-02-11 Thread arturl
Hello, I try to merge app in PHP with cocoon in the same way. The problem is passing cookies, so if you wouldn't mind sending me more info about this I would appreciate. Artur I do also access my webapp via jsp pages, that return XML content and let cocoon do the presentation issues. works

Jumping within sitemap?

2003-02-11 Thread Sonny Sukumar
Hi guys, I'm wondering if it's possible to jump from one place in the sitemap to another. I made up the following code, but it's basically what I'm aiming to do: map:match pattern=checkout map:act type=is-logged-in/ !-- Customer is logged in, so proceed to first checkout step

Re: Possible threading issues with xsltc + BCEL ???

2003-02-11 Thread Michael Melhem
Hi Guys, Xalan guys have updated the xsltc code to resolve this issue. Will update the xsltc jar in Cocoon head if there are no objections. Regards, Michael On Fri, Feb 07, 2003 at 12:43:42PM +0100, Michael Melhem wrote: On Thu, Feb 06, 2003 at 04:18:55PM -0500, Vadim Gritsenko wrote: