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

Re: Scope of uniqueness of generate-id()

Subject: Re: Scope of uniqueness of generate-id()
From: "Vladimir Nesterovsky" <vladimir@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Nov 2008 08:52:55 -0800
Re:  Scope of uniqueness of generate-id()
Until today I was thinking that xslt functions have no side effects
(provided extensions are not considered). 
It has turned out that this is not correct.
That changes the picture (at least for me).
Many possible optimizations are not safe.

Thanks.
--
http://www.nesterovsky-bros.com/
Vladimir Nesterovsky


-------- Original Message --------
> From: "David Carlisle" <davidc@xxxxxxxxx>
> Sent: Thursday, November 20, 2008 3:34 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  Scope of uniqueness of generate-id()
> 
> >> Does this mean that theoretically one can create a "generator",
> >> function returning different values per each call?
> >
> >  No, two calls with the same node are guaranteed to return the same
> >value.
> 
> That's true but what Vladimir  meant was this:
> 
> 
> <xsl:stylesheet  version="2.0" 
> 		 xmlns:f="data:,f"
> 		 xmlns:xs="http://www.w3.org/2001/XMLSchema"
> 		 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
>  
> 
> <xsl:template name="main">
> 
> : <xsl:sequence select="f:fun()"/>
> : <xsl:sequence select="f:fun()"/>
> : <xsl:sequence select="f:fun()"/>
> : <xsl:sequence select="f:fun()"/>
> : <xsl:sequence select="f:fun()"/>
> : <xsl:sequence select="f:fun()"/>
> : <xsl:sequence select="f:fun()"/>
> </xsl:template>
> 
> <xsl:function name="f:fun" as="xs:string">
>  <xsl:variable name="x">!</xsl:variable>
>  <xsl:sequence select="generate-id($x)"/>
> </xsl:function>
> 
> </xsl:stylesheet>
> 
> 
> 
> 
> $ saxon9 -it main gen.xsl
> <?xml version="1.0" encoding="UTF-8"?>
> 
> : tt1
> : tt2
> : tt3
> : tt4
> : tt5
> : tt6
> : tt7
> 
> ________________________________________________________________________
> The Numerical Algorithms Group Ltd is a company registered in England
> and Wales with company number 1249803. The registered office is:
> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
> 
> This e-mail has been scanned for all viruses by Star. The service is
> powered by MessageLabs. 
> ________________________________________________________________________

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.