RE: [xsl] Looping and assigning into variable

Subject: RE: [xsl] Looping and assigning into variable
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 28 Mar 2002 17:01:27 -0000
> I had the impression that XSLT processor parses input XML in
> SAX manner
> thus it matches an Element and applies relavant template only
> once. Am I
> wrong?

Yes, you are wrong. XSLT transforms a source tree to a result tree. You can
visit nodes in the source tree as often as you like.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


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


Current Thread