Subject: RE: Converting attributes to elements and preserving the hierarchy
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 19 Dec 2001 09:58:34 -0000
|
> How do I decide when to use <xsl:for-each> or a template ?
For beginners: always use template rules, until you understand them well
enough to know their strengths and weaknesses.
For advanced users: use xsl:for-each only when you are absolutely confident
that the structure of the source documents handled by your stylesheet is not
going to change.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|