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:

    To be radical, an empiricism must neither admit into its constructions any element that is not directly experienced, nor exclude from them any element that is directly experienced.
    William James (1842–1910)

    When the Day of Judgement dawns and the great conquerors and lawyers and statesmen come to receive their rewards—their crowns, their laurels, their names carved indelibly upon imperishable marble—the Almighty will turn to Peter and will say, not without a certain envy when he sees us coming with our books under our arms, “Look, these need no reward. We have nothing to give them here. They have loved reading.”
    Virginia Woolf (1882–1941)