[
Lists Home |
Date Index |
Thread Index
]
Unless you wish to apply different constraints or content models to
.../Customer/Name and .../Product/Name, it's OK to let them be duplicate
element names and distinguish them using their context (retrieval by XPath,
etc.).
Jeff
----- Original Message -----
From: "pradeep bhat" <pradeepbhat@slk-soft.com>
To: <xml-dev@lists.xml.org>
Sent: Wednesday, June 05, 2002 4:48 AM
Subject: [xml-dev] Namespace problem
> Hi All,
>
> Namespaces was introduced to distinguish duplicate attributes and
elements.
> We associate URI with elements and attributes to distinguish duplicate
> elements and attributes.
>
> I have an element <Name> under <Customer> and <product> in the same xml
> file.
|