[Home] [By Thread] [By Date] [Recent Entries]

  • To: "Mohamed Raffi" <mohamedr@h...>
  • Subject: RE: How to declare a int variable in XSL
  • From: "Manos Batsis" <m.batsis@b...>
  • Date: Fri, 7 Jun 2002 12:53:45 +0300
  • Cc: <xml-dev@l...>
  • Thread-index: AcIOB52mpByBCvVATDu3PNZ9OJySzwAADlzQ
  • Thread-topic: How to declare a int variable in XSL


Please address XSLT questions to more related forums such as [1]. Using
plain text instead of html as the message format is a good idea ;-)
Variables in XSLT are finals once initialized for each template or
xsl:for-each iteration (or for every iteration if they are declared
globally). You need to solve this using Xpath. For example, if your
for-each matches FOO elements, the match expression should be something
like

<xsl:for-each select="FOO[position() &gt;1]">

Where &gt; denotes >

[1] http://www.mulberrytech.com/xsl/xsl-list/

Hth,

Manos


-----Original Message-----
From: Mohamed Raffi [mailto:mohamedr@h...] 
Sent: Friday, June 07, 2002 12:31 PM
To: xml-dev@l...
Subject:  How to declare a int variable in XSL


Hi,

   Do anyone know how to declare a int variable in XSL.
say i want to put some delimeter for each iteration in <xsl:for-each>
except the first iteration.
how can i do that?
please let me know.
Thanks in advance.
Raffi

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member