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

RE: RE: exclude-result-prefixes problem

Subject: RE: RE: exclude-result-prefixes problem
From: cknell@xxxxxxxxxx
Date: Fri, 30 Jan 2004 14:31:22 -0500
exclude result prefixes fop
Thanks for clearing that up.
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Michael Kay <mhk@xxxxxxxxx>
Sent:     Fri, 30 Jan 2004 19:16:56 -0000
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  RE:  exclude-result-prefixes problem

> 
> As you can see, it declares the namespace "date" and then 
> instructs the processor to exclude it in the output. At least 
> that's what I think it does. Nonetheless the namespace 
> declaration (and a second on that I have no clue as to where 
> it originates) appears in each element that is placed into 
> the output via <xsl:copy-of>.

The exclude-result-prefixes option only affects namespaces added to the
result tree from the stylesheet by processing a literal result element.
It doesn't affect namespaces copied from the source document using
xsl:copy-of.

If you don't want the result tree to be an exact copy of the source
(namespaces and all) then you can't use xsl:copy-of, you have to do an
apply-templates walk of the tree changing nodes as you go.

Michael Kay



> 
> Here is an example of one element from the output:
> 
> <pmml:name xmlns:date="http://exslt.org/dates-and-times" 
> xmlns:func="http://exslt.org/functions">Task 1</pmml:name>
> 
> As you can see both the "date" and "func" namespace 
> declarations are added. I didn't declare the "func" namespace 
> in my stylesheet and it isn't declared in the included (via 
> <xsl:include>) stylesheet, nor does the included stylesheet 
> include a third stylesheet that might be the source of "func".
> 
> What am I missing?
> 
> -- 
> Charles Knell
> cknell@xxxxxxxxxx - email
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.