Installing Cocoon 2.1.6 -- Error while building...

2005-01-18 Thread J. Tomas Salvador
Title: Mensaje Hello, I'm trying to install Cocoon to learn more about it. I've installed Java2 SDK1.4.2_04 and my system is a Windows XP SP2. I set the JAVA_HOME variable to c:\j2sdk1.4.2_04 that is the installation directory of the Java SDK. Everything went well till I started to get

use of variables on XSL

2005-01-18 Thread emilio leiva serrano
Hello List! I need to use a variable as a accountant. I try to use xsl:variable/ but I have seen that I can´t change its value. What kind of tag can I use for a accountant? Thanks!! (Hi Thorsten!! As you can see my English is very poor... Jjejej y no me friegues!)

JSP taglib inside a JXTemplate ?

2005-01-18 Thread Laurent Perez
Hello I am currently using flowscripts to inject my Java objects inside jxtemplates, as several people here I guess :) However, I've found a very interesting JSP taglib I'd like to use in my application. Since JXTemplate does not support JSTL core tags (afaik, it uses its own taglib support),

Re: use of variables on XSL

2005-01-18 Thread Derek Hohls
Discussion of XSL properly belongs on that mailing list... but if you post some code (XSL and XML) that explains what you are trying to do, we might be able to help ;-) [EMAIL PROTECTED] 2005/01/18 12:23:44 PM Hello List! I need to use a variable as a accountant. I try to use

Re: use of variables on XSL

2005-01-18 Thread Antonio Gallardo
On Mar, 18 de Enero de 2005, 4:23, emilio leiva serrano dijo: Hello List! Hello! I need to use a variable as a accountant. I try to use xsl:variable/ but I have seen that I can´t change its value. What kind of tag can I use for a accountant? It is more an XSLT question. I guess by

Re: use of variables on XSL

2005-01-18 Thread emilio leiva serrano
Hi again!! I'm trying to make a table of notes (idnota and nota) with request values First xsl page: notas xsl:for-each select=notas/sql:rowset/sql:row/sql:id_nota idnota xsl:value-of select=./ /idnota /xsl:for-each xsl:for-each

Re: use of variables on XSL

2005-01-18 Thread Derek Hohls
Difficult to make sense of what you are trying to achieve, especially with the cont variable - what exactly do you want the counter to show? What does the XML structure after the first XSL look like? If: notas idnota data/ /idnota nota data/ /nota

modifying the style of required widgets in CForms

2005-01-18 Thread Marc Salvetti
Hello, i've been asked to put a background color on the required fields in cforms, i don't really understand where i need to add the attribute. I've been trying to edit forms-field-styling.xsl but - I don't like the idea of updating a file coming from the distribution - I don't find the right

Re: use of variables on XSL

2005-01-18 Thread Antonio Gallardo
On Mar, 18 de Enero de 2005, 6:05, emilio leiva serrano dijo: Hi again!! :-D The looks very procedural oriented. This is not the XSLT way. I noted you are using sql transformer. Is this correct? I'm trying to make a table of notes (idnota and nota) with request values First xsl page:

Re: Adding date and time to a xml file

2005-01-18 Thread Bertrand Delacretaz
Le 18 janv. 05, à 07:52, Derek Hohls a écrit : Side comment: aren't the extensions linked to a specific processor e.g. Xalan or Saxon... or there are extensions that work for all of them?... simple extensions like accessing an existing java class work well in most or all java-based XSLT

Re: Fwd: Can't start Cocoon 2.0.4 on Tomcat 4.1

2005-01-18 Thread Oleg Konovalov
Stefan, Thank you for a good advice, after putting 2 JARs (Xerces and Xalan) into tomcat-home\common\endorsed it worked just fine ! Thank you again, Oleg. --- Stefan Burkard [EMAIL PROTECTED] wrote: hi oleg not sure about this, but i think you should put the 3 jars into

Mounting Subsitemap out of ZIP archive

2005-01-18 Thread Sascha-Matthias Kulawik
Hello everybody, In our cocoon environment we're using the same cocoon instance for many projects. Currently we are referencing them out of the cocoon.war so we can update cocoon to a newer version easily. For implementing a better rollout, we thought to use zip archives like EAR or JAR's to

Re: modifying the style of required widgets in CForms

2005-01-18 Thread Mark Lundquist
On Jan 18, 2005, at 4:29 AM, Marc Salvetti wrote: Hello, i've been asked to put a background color on the required fields in cforms, i don't really understand where i need to add the attribute. I've been trying to edit forms-field-styling.xsl but - I don't like the idea of updating a file coming

Re: modifying the style of required widgets in CForms

2005-01-18 Thread Mark Lundquist
On Jan 18, 2005, at 10:12 AM, Joerg Heinicke wrote: On 18.01.2005 13:29, Marc Salvetti wrote: [...snip] The template for required is a different one: !--+ | Common stuff like fi:validation-message, @required. +-- xsl:template match=fi:* mode=common !-- validation message --

Re: modifying the style of required widgets in CForms

2005-01-18 Thread Marc Salvetti
Thanks a lot for your answers, i've just tried your idea, but i still can't get it to work. Here is what i tried xsl:import href=../resources/forms-samples-styling.xsl / xsl:template match=* mode=custom-styling xsl:param name=required / xsl:copy xsl:if test=$required='true'