[
Lists Home |
Date Index |
Thread Index
]
Hi All,
I have an xml document that looks
like this.
<XML>
<XYZ> Value of xyz
</XYZ>
<Children1>
<ABC> Value of Element1
</ABC>
<XYZ>
Value for this xyz </XYZ>
</Children1>
</XML>
As you can see, the element XYZ is
being used twice, once as the direct child of the root and another as children
for the element 'Children1'.
My Questions:
1) Is this an acceptible design for
the document?
2) Is there any specification that
states that XML document shouldn't have duplicate elements like
this?
Please respond ASAP!
Thanks & Regards,
Rajesh
|
BEGIN:VCARD
VERSION:2.1
N:AVRS;Rajesh
FN:Rajesh AVRS
ORG:Wipro Technologies;EAI
TITLE:Programmer
TEL;WORK;VOICE:8520416 Ex: 6478
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;6th Tower,=0D=0A1st Floor, C Wing,=0D=0AECity-2;Bangalore;Karnataka;560001=
;India
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:6th Tower,=0D=0A1st Floor, C Wing,=0D=0AECity-2=0D=0ABangalore, Karnataka 56=
0001=0D=0AIndia
ADR;HOME;ENCODING=QUOTED-PRINTABLE:;;1/1, Ashraya,=0D=0AAnjaneya Temple Road,=0D=0A3rd Cross,=0D=0ANagasandra;B=
angalore;Karnataka;560032;India
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:1/1, Ashraya,=0D=0AAnjaneya Temple Road,=0D=0A3rd Cross,=0D=0ANagasandra=0D=
=0ABangalore, Karnataka 560032=0D=0AIndia
X-WAB-GENDER:2
URL;HOME:http://www.rajesh-avrs.com
URL;WORK:http://www.wipro.com
BDAY:20000331
EMAIL;PREF;INTERNET:rajesh.ram@wipro.com
REV:20020208T042457Z
END:VCARD
**************************Disclaimer************************************
Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.
********************************************************************
|