OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] How to declare a int variable in XSL

[ Lists Home | Date Index | Thread Index ]

[David Carlisle]

> 
> xsl-list is a better list than xml-dev for xsl questions.
> 
> > Do anyone know how to declare a int variable in XSL.
> xsl (Xpath) does not have an integer type.
> 
> > i want to put some delimeter for each iteration in <xsl:for-each>
> > except the first iteration.
> <xsl:if test="position() &gt; 1"> .....
> 

Not with xsl:for-each, though.  Position() would always be 1.

Tom P




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS