[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Duplicate namespace declaration
- From: "G. Ken Holman" <gkholman@CraneSoftwrights.com>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Thu, 28 Oct 2010 14:14:43 -0400
At 2010-10-28 10:03 -0700, Trehan.Pankaj wrote:
>We have XML data stream that has two declaration of the same
>namespace. For example:
>
><?xml version="1.0" encoding="UTF-8"?>
><TestMessage xmlns="http://www.abcstandards.com/v1.0.31"
>xmlns:ns1="<http://www.abcstandards.com/v1.0.3>http://www.abcstandards.com/v1.0.31">
>
></TestMessage>
>
>Is it valid?
Yes it is ... have you encountered any problems using it?
There are no duplicate attribute names in your document
element. There are no elements with two attributes of the same local
name with two explicit namespace prefixes whose URI strings are the same value.
XML imposes no restrictions on duplicate attribute content ... only
on the duplicate expanded name of attributes, which isn't allowed.
I hope this helps.
. . . . . . . . . . Ken
p.s. is anyone else experiencing *very* slow distribution of their
posts to XML Dev today?
--
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/x/
G. Ken Holman mailto:gkholman@CraneSoftwrights.com
Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/x/bc
Legal business disclaimers: http://www.CraneSoftwrights.com/legal
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]