RE: node-set as param

2001-07-11 Thread Voytenko, Dimitry
ssage-From: Dmitri Ilyin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 11, 2001 01:30To: '[EMAIL PROTECTED]'Subject: RE: node-set as param Hi Dmitri,   thank for answer,   I need to cound the nodes that

RE: node-set as param

2001-07-11 Thread Franck_Schmidlin
t;[EMAIL PROTECTED]> cc: Subject: RE: node-set as param Hi Anne-Claire, I need a XSLT style sheet, that counts that nodes, how can bind SAX event with XSLT??? > -Original Message- > From: Anne-Claire Trommenschlager > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11,

RE: node-set as param

2001-07-11 Thread Dmitri Ilyin
Hi Anne-Claire, I need a XSLT style sheet, that counts that nodes, how can bind SAX event with XSLT??? > -Original Message- > From: Anne-Claire Trommenschlager > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 10:49 AM > To: [EMAIL PROTECTED] > Subject: RE:

RE: node-set as param

2001-07-11 Thread Anne-Claire Trommenschlager
itri Ilyin [SMTP:[EMAIL PROTECTED]] > Date: mercredi 11 juillet 2001 10:30 > À:'[EMAIL PROTECTED]' > Objet:RE: node-set as param > > Hi Dmitri, > > thank for answer, > > I need to cound the nodes that have width = 2: > > > >

RE: node-set as param

2001-07-11 Thread Dmitri Ilyin
  -Original Message-From: Voytenko, Dimitry [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 10, 2001 8:36 PMTo: '[EMAIL PROTECTED]'Subject: RE: node-set as param Hi Dmitri,   just call       You'll get node-set in parameter "nodeset-p

Re: node-set as param

2001-07-10 Thread Gary L Peskin
In XalanJ2, see the evaluate extension function: http://xml.apache.org/xalan-j/extensionslib.html#evaluate Gary > Dmitri Ilyin wrote: > > Hi *, > > how can I select "node set" and set it as param in temlate call?? > > regards > > Dmitri

RE: node-set as param

2001-07-10 Thread Voytenko, Dimitry
Hi Dmitri,   just call       You'll get node-set in parameter "nodeset-param" in template "template-with-nodeset-param".   For instance for XML:                       in xsl:   .             ...                   Is that what you need?