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

Re: xslt performance issue position() function used in

Subject: Re: xslt performance issue position() function used in predicate very slow
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Sat, 26 Aug 2006 22:21:58 +0200 (CEST)
Re:  xslt performance issue position() function used in
Michael Kay wrote:

> So whereas the sequence (a,b) is not necessarily in
> document order, the sequence ./(a,b) is, by virtue of the
> "/" operator.

  Ok, thanks.  If I understood well, in the following
example:

    <xsl:variable name="a" select="elem/a"/>
    <xsl:variable name="b" select="elem/b"/>

    <xsl:sequence select="elem/b, elem/a"/>
    <xsl:sequence select="$b, $a"/>
    <xsl:sequence select="elem/(b, a)"/>

when applied in the context of:

    <elem>
      <a/>
      <b/>
    </elem>

the sequences will be resp. (with an ad-hoc syntax):

    (<b/>, <a/>)
    (<b/>, <a/>)
    (<a/>, <b/>)

  In the two first cases, duplicates can also appear, not in
the last one.

  Is it correct?

  Thanks,

--drkm






















	
 p4.vert.ukl.yahoo.com uncompressed/chunked Fri Aug 25 12:13:40 GMT 2006 
	
		
___________________________________________________________________________ 
Dicouvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! 
Yahoo! Questions/Riponses pour partager vos connaissances, vos opinions et vos expiriences. 
http://fr.answers.yahoo.com 

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-2011 All Rights Reserved.