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

Re: Is it possible to set the default namespace with a

Subject: Re: Is it possible to set the default namespace with a dynamically-generated namespace uri?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 12 Mar 2010 19:26:14 +0000
Re:  Is it possible to set the default namespace with a
On 12/03/2010 19:15, Dimitre Novatchev wrote:
>> http://www.w3.org/TR/xslt20/#element-namespace
>>
>> If the effective value  of the name attribute is a zero-length string, a
>> namespace node is added for the default namespace.
>>
>>
>> so
>>
>> <foo>
>> <xsl:namespace name="" select="$x"/>
>>
>> sets the default namespace to the uri in the variable x.
>>
>> David
>
>
>
> David, I tried this hours before asking the question.
>
> Saxon raises this error:

er because I got it wrong, sorry, I should have checked or known or something.

You can add namespace nodes using xsl:namespace but you can't change the namespace of a node that's already been created so
<foo>
<xsl;namespace name=""



doesn't work.



<xsl:element name="foo" namespace="$x"


is your friend

david

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.