Re: [xml-dev] Looking for an example of a name colliision

From
Arjun Ray <>
To
Date
2003-06-01T20:55:38Z
ID
<>
Thread
Re: [xml-dev] Looking for an example of a name colliision
 (K. Ari Krupnikov) wrote:
| Arjun Ray <>  writes:
| 
| > Now, if INPUT can be differentiated by an attribute, why not TITLE
| > subelements?
| > 
| >   <author name="James Vleek">
| >     <title>Contracts</title>
| >     <title role="abc">Professor</title>
| >     <title role="xyz">13</title>
| >   </author>
| 
| Now how is this different form
| 
| <author name="James Vleek">
|   <title>Contracts</title>
|   <title xmlns="abc">Professor</title>
|   <title xmlns="xyz">13</title>
| </author>

In this case (in-schema or in-vocabulary differentiation), no difference.

Now tell me, how many colons did you use?