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

Subject: RE: [xsl] strange for-each/list behavior
From: Américo Albuquerque <melinor@xxxxxxx>
Date: Thu, 4 Sep 2003 23:38:41 +0100
Hi

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> David Carlisle
> Sent: Wednesday, September 03, 2003 11:05 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] strange for-each/list behavior
> 
> 
> 
> > 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..
> 

I run both stylesheets in msxml3, saxon and xalan and got the same result
The only exeption was msxml that produced all letters in one line. Both
saxon and xalan produced one letter per line

msxml3:
"A B C D D D B C C C A A A "

saxon and xalan:
"A
B
C
D
D
D
B
C
C
C
A
A
A
"

(...)

Regards,
Americo Albuquerque


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


Current Thread