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

namespaces issue

Subject: namespaces issue
From: Dave Pawson <davep@xxxxxxxxxxxxx>
Date: Thu, 11 Nov 2010 18:54:04 +0000
 namespaces issue
input document

<?xml version="1.0" encoding="utf-8"?>
<node xmlns:db='abc'>
<db:docbook xmlns="">fred</db:docbook>
</node>

ss

 <xsl:template match="db:docbook">
    <xsl:message>
      <xsl:value-of select="for $n in in-scope-prefixes(.) return
 concat('[',namespace-uri-for-prefix($n,.),']')"/> </xsl:message>
    <xsl:apply-templates/>
  </xsl:template>

result [http://www.w3.org/XML/1998/namespace] [abc]


Question... what effect (seemingly none) does the
xmlns=""   have?

I created this in error and sat staring at it.


Still can't get my head round it. Some sort of precedence?



regards
------------------------
Dave Pawson
http://www.dpawson.co.uk
XSLT, XSL-FO and docbook FAQ



-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

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.