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

Re: Prevent compilation error for xsl:namespace in XSL

Subject: Re: Prevent compilation error for xsl:namespace in XSLT 1.0
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Mon, 15 Jan 2007 10:20:37 +0100 (CET)
Re:  Prevent compilation error for xsl:namespace in XSL
Colin Adams wrote:

  Hi

> >From: Florent Georges 

> >   Yes, I think the external module is the best solution.

> >   And to prevent compilation error with processors don't
> >supporting the namespace axis, I think a use-when with
> >element-available('xsl:namespace') will be enough (because
> >this can only arise with XSLT 2.0 processors)?

> Support for the namespace axis is another matter. Xsl:namespace
> will be available for all XSLT 2.0 processors.

  Yes, I wasn't clear enough.  The first xsl:when will use
xsl:namespace if available.  In the other xsl:when, there will be for
example the following well-known trick:

    <xsl:when test="function-available('exsl:node-set')">
      <xsl:variable name="ns-dummy-elements">
        <xsl:element name="{ @prefix }:e" namespace="{ @uri }"/>
      </xsl:variable>
      <xsl:copy-of select="exsl:node-set($ns-dummy-elements)
                             / */namespace::*"/>
    </xsl:when>

  I think in this case, the only way to prevent compilation error on
XSLT 2.0 processors that don't support the namespace axis is to use
@use-when.  Hhere, use-when="false()" does the job, because only the
XSLT 2.0 processors will use this attribute, and all will provide
xsl:namespace, used in the first xsl:when.

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