[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: how xslt2 affects usage of programming constructs

Subject: Re: how xslt2 affects usage of programming constructs
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Mon, 24 Jan 2005 20:01:49 +1100
Re:  how xslt2 affects usage of programming constructs
On Mon, 24 Jan 2005 09:11:19 +0100, Bryan Rasmussen <bry@xxxxxxxxxx> wrote:
> 
> 
> 
> 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.

Yes.

> 
> > >
> > > 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.

An isolated xsl:if that wraps the whole contents of an xsl:template is
still pretty good.

I use exclusively f:map() where normally one would use xsl:for-each.

However, sometimes xsl:for-each is the only way to achieve a specific
result -- e.g. printing a sequence of text nodes as opposed to
producing their concatenated contents (this started happening only
with Saxon 8.2B).

As already demonstrated in my recent code, I am increasingly using the
FXSL HOF wrappers of the corresponding "original" XPath F & Os -- such
as:

  f:mult() instead of '*'

  f:add() instead of '+'

  f:mod() instead of mod

  f:string-length() instead of string-length()

  f:name() instead of name()

  .  .  .  .  .  .  .  .       Put here almost all F & Os  (at present
the wrappers for the date-time functions are still not implemented).

  etc.

Another recent tendency is to implement HOF functions that behave as
specific xslt instructions -- e.g. the f:xsltSort() function.

In all above text the "f" prefix is bound to the following namespace-uri:

    "http://fxsl.sf.net/"



Cheers,
Dimitre Novatchev.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.