[xsl] question about construct of xml tag with namespace

Subject: [xsl] question about construct of xml tag with namespace
From: Dmitri Snytkine <d.snytkine@xxxxxxxxx>
Date: Sun, 31 May 2009 18:49:03 -0400
Hello!

This is not specific to xslt, it's related to xml in general.

Are these 2 tags basically the same:

<encoded xmlns="content">some content</encoded>

and
<content:encoded>some content</content:encoded>

If they are the same, then which one is better to use?

Current Thread