Re: use of variables on XSL

2005-01-19 Thread Thorsten Scherler
Antonio Gallardo escribió: (BTW, this no me friegues sounds like Nicaraguan spanish! is n't? ;-) ) Yes, this no me friegues sounds like Nicaraguan spanish!!! Your friend Thorsten told me about it, and we allways are saying it!! lol. :-DD Best Regards, Antonio Gallardo. :) You are world famous

Re: use of variables on XSL

2005-01-19 Thread Antonio Gallardo
On Mie, 19 de Enero de 2005, 2:33, Thorsten Scherler dijo: Antonio Gallardo escribió: (BTW, this no me friegues sounds like Nicaraguan spanish! is n't? ;-) ) Yes, this no me friegues sounds like Nicaraguan spanish!!! Your friend Thorsten told me about it, and we allways are saying it!!

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!)

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

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: