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

RE: why do I get duplicate <HTML> after xsl:copy ?

Subject: RE: why do I get duplicate <HTML> after xsl:copy ?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 2 Jun 2005 20:16:25 +0100
xslt copy without duplicates
> Originally I tried the 'saxon' namespace but although it 
> didnt generate 
> any error it still persisted in the result. So I then tried 'xmlns'.
> 
> I tried once again after this mail from you but I still get 
> the output 
> with <HTML xmlns:saxon="http://saxon.sf.net/">

The advice to use exclude-result-prefixes was wrong. The e-r-p attribute
only affects namespaces copied from the stylesheet when a literal result
element is evaluated. You are copying the HTML element from the source
document, and the saxon namespace must be copied from there. I've no idea
why anyone would want to declare the saxon namespace in a source document,
but I think that's what must be happening.

In XSLT 2.0 you can do xsl:copy without copying namespaces by adding the
attribute copy-namespaces="no" to the xsl:copy or xsl:copy-of element.

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.