xsl-list
[Top] [All Lists]

Re: Proposal: Copying with Sorting

2003-01-06 13:47:55

"Michael Kay" <michael(_dot_)h(_dot_)kay(_at_)ntlworld(_dot_)com> wrote in 
message
news:001301c2b582$b80e5c40$6601a8c0(_at_)pcukmka(_dot_)(_dot_)(_dot_)

[snip]

2. Would it be possible for exp2 to contain a reference to a 
locally defined xsl:variable (not a top-level one)?

No, the xsl:sort-key element is top-level, so there will be no
locally-defined variables in scope. Do you have a use case where this
creates a problem?

I think that such is any case of xsl:sort with (a combination of)
parameters, e.g.:

<xsl:sort select="a/b/*[name() = $byName]" order="$order"/>

where the parameters are set in the calling template.


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



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