xsl-list
[Top] [All Lists]

RE: strange for-each/list behavior

2003-09-04 15:38:41
Hi

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
David Carlisle
Sent: Wednesday, September 03, 2003 11:05 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>