Re: [xml-dev] Including XML name prefix twice ..

From
G. Ken Holman <>
To
Date
2008-08-20T21:30:25Z
ID
<>
Thread
Re: [xml-dev] Including XML name prefix twice ..
At 2008-08-20 13:15 -0700, Trehan.Pankaj wrote:
>Hi All,
>
>Is there any problem if we include XML name 
>space prefix twice in the XML document. For example:
>
><?xml version="1.0" encoding="UTF-8" standalone="yes"?>
><ns2:body xmlns:ns2=http://blah.company.com/ns2” 
>….  xmlns:n2=”http://blah.company.com/ns2”>
>   <ns2:element/>
></ns2:body>

Yes ... XML does not allow the same named 
attribute to be used twice in a start element tag or an empty element tag.

Moreover, XML Namespaces does not allow two 
attributes with different prefixes and same names 
to have the same namespace-qualified name in a 
start element tag or an empty element tag.

I hope this helps.

. . . . . . . . . . . . Ken

--
Upcoming XSLT/XSL-FO hands-on courses:      Wellington, NZ 2009-01
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
G. Ken Holman                 mailto:
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/x/
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/x/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal