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

Re: question about namespace:

Subject: Re: question about namespace:
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 12 May 2009 15:33:38 +0200
Re:  question about namespace:
Dmitri Snytkine wrote:
Is it true that child elements don't automatically inherit namespace
of parent element?
In this example the tr_string element is not automatically in 'trans' namespace?

<trans:tr page_id="global">
        <tr_string str="recent_albums">

As the 'tr_string' element does not have any prefix at all it is either in no namespace or it is in the namespace declared on an ancestor with a default namespace declaration (e.g. xmlns="http://example.com/ns").
You would need to have
<trans:tr page_id="global">
<trans:tr_string str="recent_albums">
...
to have the 'tr_string' element in the same namespace as the 'tr' element.



--


	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

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.