Naming Collision - Example: XML Element Names

Example: XML Element Names

In XML, element names can be originated and changed to reflect the type of information contained in the document. This level of flexibility may cause problems if separate documents encode different kinds of information, but use the same identifiers for the element names.

For example, the following sample document defines the basic semantics for a "person" document and a "book" document. Both of these use a "title" element, but the meaning is not the same:

Nancy Davolio Dr. 29 Ms. ABCD1234567

For an application to allow a user to correctly query for and retrieve the "title" element, it must provide a way to unambiguously specify which title element is being requested. Failure to do so would give rise to a naming collision on the title element (as well as any other elements that shared this unintended similarity).

In the preceding example, there is enough information in the structure of the document itself (which is specified by the "root" element) to provide a means of unambiguously resolving element names.

For example, using XPath:

//root/person/title ;; the formal title for a person //root/book/title ;; the title of a book

Read more about this topic:  Naming Collision

Famous quotes containing the words element and/or names:

    All forms of beauty, like all possible phenomena, contain an element of the eternal and an element of the transitory—of the absolute and of the particular. Absolute and eternal beauty does not exist, or rather it is only an abstraction creamed from the general surface of different beauties. The particular element in each manifestation comes from the emotions: and just as we have our own particular emotions, so we have our own beauty.
    Charles Baudelaire (1821–1867)

    No, no! I don’t, I don’t want to know your name. You don’t have a name, and I don’t have a name, either. No names here. Not one name.
    Bernardo Bertolucci (b. 1940)