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

Re: EXSLT support for firefox 3

Subject: Re: EXSLT support for firefox 3
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Sun, 28 Jan 2007 22:49:08 +0100 (CET)
Re:  EXSLT support for firefox 3
Manfred Staudinger wrote:

  Hi

> > exsl:node-set

  Good news!  The Firefox's XSLT processor was the only one I know that
didn't support this function.

> How can I actually use these in a cross-browser stylesheet ?

  Just declare the right namespaces (see exslt.org) and use the
functions.  If you want to be sure a function is defined before using
it, you can use function-available():

    <xsl:choose>
      <xsl:when test="function-available('exsl:extension')">
        <xsl:value-of select="exsl:extension(...)"/>
      </xsl:when>
      <xsl:otherwise>
        The right thing to do if the function is not available.
      </xsl:otherwise>
    </xsl:choose>

  Regards,

--drkm






















	

	
		
___________________________________________________________________________ 
Dicouvrez une nouvelle fagon d'obtenir des riponses ` toutes vos questions ! 
Profitez des connaissances, des opinions et des expiriences des internautes sur Yahoo! Questions/Riponses 
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.