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

Namespace on output node but not not in source

Subject: Namespace on output node but not not in source
From: António Mota <amsmota@xxxxxxxxx>
Date: Tue, 18 Oct 2005 00:58:40 +0100
 Namespace on output node but not not in source
Hi:

I have a xsl with a namespace declared

<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	version="1.0"
	xmlns:xs="http://www.w3.org/2001/XMLSchema">

so i can make some lookups on a xsd file

 <xsl:variable name="tipo"
select="$schema/xs:schema/xs:element[@name=$nome]/@type"/>

and that's all i do, i don't copy any node from $schema to the output tree.

However, this

        <xsl:template match="/">
                <table>
                        <xsl:apply-templates
select="(//Menu)[position()=$pos]"/>
                </table>
        </xsl:template>

produces a

<table xmlns:xs="http://www.w3.org/2001/XMLSchema">
     <...>
</table>

and i don't understand why, and i don't want it there.

I add a exclude-result-prefixes="xs" but it seems it makes no diference.

Why is this?


Thanks.

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.