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

RE: conditional instruction vs. conditional expression

Subject: RE: conditional instruction vs. conditional expression
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 27 Jan 2005 18:11:57 -0000
conditional instruction
In the first case, you aren't actually passing a string: you are passing a
tree consisting of a document node and a text node as its child. This is a
much more heavyweight structure than the string which you pass in the second
case, because nodes have identity, base URI, parent pointers, etc.

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Kevin Rodgers [mailto:kevin.rodgers@xxxxxxx] 
> Sent: 27 January 2005 15:10
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  conditional instruction vs. conditional expression
> 
> What are the advantages and disadvantages of passing a string 
> parameter
> via a conditional instruction (XPath 1.0):
> 
>     <xsl:with-param name="content">
>       <xsl:if test="mb3e:org_list/mb3e:org_code[@type='APPR' and
>                                                 text()='ANSI']">
>         <xsl:text>*</xsl:text>
>       </xsl:if>
>     </xsl:with-param>
> 
> vs. via a conditional expression (XPath 2.0):
> 
>     <xsl:with-param name="content"
>          select="if (mb3e:org_list/mb3e:org_code[@type='APPR' and
>                                                  text()='ANSI'])
>                  then '*'
>                  else ''"/>
> 
> Thanks,
> -- 
> Kevin Rodgers

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.