[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] strange for-each/list behavior


Subject: Re: [xsl] strange for-each/list behavior
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 3 Sep 2003 23:05:28 +0100

> While transforming in.xml with strange1.xsl will a singular "A", in.xml 
> transformed with strange2.xsl will reproduce the entire list of letters from 
> in.xml.

I get the same output with both stylesheet in saxon..

$ saxon.exe  in.xml in1.xsl
A
B
C
D
D
D
B
C
C
C
A
A
A

davidc@DCARLISLE /c/tmp
$ saxon.exe  in.xml in2.xsl
A
B
C
D
D
D
B
C
C
C
A
A
A

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread