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

RE: Matching namespaces - one works, one doesn't ?

Subject: RE: Matching namespaces - one works, one doesn't ?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 29 Nov 2007 11:30:34 -0000
RE:  Matching namespaces - one works
> However, if I have 
> 	<xsl:template match="@*[local-name()='xsi']" /> It has 
> no effect on the xmlns:xsi attribute, which remains in the output.

That's because as far as the XPath data model is concerned it's not an
attribute, it's the serialization of a namespace node.

I assume you're using <xsl:copy>. That copies all the namespace nodes of an
element. In XSLT 2.0 you can specify copy-namespaces="no" to prevent this.
In 1.0, use <xsl:element name="{local-name()}"
namespace="{namespace-uri()}"> instead.

Michael Kay
http://www.saxonica.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.