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

Re: Why is an empty xmlns="" added to child when I add

Subject: Re: Why is an empty xmlns="" added to child when I add namespace to parent?
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 6 Jun 2011 18:36:30 +0100
Re:  Why is an empty xmlns="" added to child when I add
On 6 June 2011 18:30, Alex Muir <amuir@xxxxxxxxxx> wrote:
> Hi,
>
> The following code adds a namespace to the mediawiki element and a
> copyAll I import copies the other elements
>
>  <xsl:import href="copyAll.xsl"/>
>  <xsl:template match="mediawiki">
>    <mediawiki  xmlns="http://www.mediawiki.org/xml/export-0.4/"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.4/
> http://www.mediawiki.org/xml/export-0.4.xsd" version="0.4"
> xml:lang="en">
>      <xsl:apply-templates/>
>    </mediawiki>
>  </xsl:template>
>
> However in the result the child element <page> gets a blank xmlns=""
> attribute added..... Why?
>
> <mediawiki xmlns="http://www.mediawiki.org/xml/export-0.4/"
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>   xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.4/
> http://www.mediawiki.org/xml/export-0.4.xsd"
>   version="0.4" xml:lang="en">
>   <page xmlns="">

If <page> comes from your stylesheet, then its not in-scope for the
default namespace change.

If <page> comes from your input, then its it no namespace so rather
than copy it you will have to create a new element in the result with
the local name "page" in the right namespace, then copy page's
attributes and process its children.


--
Andrew Welch
http://andrewjwelch.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.