Re: [xsl] question about construct of xml tag with namespace

Subject: Re: [xsl] question about construct of xml tag with namespace
From: Dmitri Snytkine <d.snytkine@xxxxxxxxx>
Date: Sun, 31 May 2009 19:36:35 -0400
Thank you. I will be using the <content:encoded> then, since my
document is for a browser-based xsl transformation and that's how the
tag usually looks like in all RSS 2.0 feeds.



On Sun, May 31, 2009 at 7:19 PM, Vyacheslav Sedov
<vyacheslav.sedov@xxxxxxxxx> wrote:
> they are same when xmlns:content="content" declared at ancestor for second
case
>
> <encoded xmlns="content">some content</encoded> is prefered in most
> cases (see XHTML, ODF, OOXML)
>
> <content:encoded>some content</content:encoded> is used mostly in
> cases when elements from other namespaces mostly mixed (xslt is good
> example - we are usually use xsl: prefix)
>
> with best wishes,
> Slav
>
> On Mon, Jun 1, 2009 at 2:49 AM, Dmitri Snytkine <d.snytkine@xxxxxxxxx>
wrote:
>> 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