Subject: Re: how xslt2 affects usage of programming constructs
From: Bryan Rasmussen <bry@xxxxxxxxxx>
Date: Mon, 24 Jan 2005 09:11:19 +0100
|
Quoting Dimitre Novatchev <dnovatchev@xxxxxxxxx>:
> >
> > 2. have these constructs caused you to decrease usage of particular syntax
> from
> > 1.0 in favor of the new syntax
>
> Yes, I do not use xsl:call-template
i suppose you are using functions in its place.
> >
> > 3. has anyone observed the new ability of being able to increase the logic
> of
> > xpath statements has led to a significant decrease in usage of any xslt
> syntax.
>
>
> Probably the combined use of xsl:choose inside of an xsl:variable
> is quite less now.
>
i supposed that also if and for-each would be decreased.
|