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

Prevent compilation error for xsl:namespace in XSLT 1.

Subject: Prevent compilation error for xsl:namespace in XSLT 1.0
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Sun, 14 Jan 2007 15:28:00 +0100 (CET)
xsl attribute namespace error
  Hi

  I'm facing a simple problem, but I'm a little bit confused
and can't find the solution.  How to use xsl:namespace in an
XSLT 1.0 stylesheet to benefit its support if the stylesheet
is run with an XSLT 2.0 processor, but without generating a
compilation error on XSLT 1.0 processors?

  The goal is to write a named template that generates a
namespace node that can be copied to the result tree, using
either xsl:namespace, exslt:node-set(), *:node-set() or in
the worst case a dummy attribute whose the URI part of the
name is the namespace URI:

    IF available xsl:namespace
      ...
    ELSIF available exslt:node-set()
      ...
    # once for each other implementation specific node-set
    # functions
    ELSIF available *:node-set()
      ...
    ELSE
      <xsl:attribute
          name="{ concat(@prefix, ':dummy-for-xmlns') }"
          namespace="{ @uri }"/>

  So what can I use in the first branch in the above
algorithm?

  PS: The only solution I see now is to put the named
template in a separate stylesheet file, with @version="2.0"
and using element-available('xsl:namespace') as test in the
xsl:when.  But I would like to have only one stylesheet
file.

  Thanks in advance,

--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.