Re: [xsl] Looping a node in XSLT

Subject: Re: [xsl] Looping a node in XSLT
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 07 Mar 2007 04:10:35 +0100
Senthilkumaravelan Krishnanatham wrote:
I am not using Saxon 8.8 and use java parser to do the same.
for loop syntax is nt working in there,

?
Loop syntax is XSLT 2. My guess is you are using XSLT 1.0, it would've saved us both a lot of time if you stated processor, version etc up front. What do you mean with "Java parser", this is about XSLT?


IIRC, an XSLT 1 solution was already provided by another poster. Perhaps you can look it up and try it.

(If you mean you use Java as some host language for starting XSLT transformations, I highly recommend you to download and use Saxon, because it is also written in Java, open source, and gives you all the power of XSLT 2).

-- Abel

Current Thread