[xsl] question about namespace:

Subject: [xsl] question about namespace:
From: Dmitri Snytkine <d.snytkine@xxxxxxxxx>
Date: Tue, 12 May 2009 09:27:46 -0400
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">
            <en>
                Recent Albums
            </en>
            <ru>
                nOWYE ALXBOMY
            </ru>
        </tr_string>


    </trans:tr>

Current Thread