|
-
Nov 9th, 2002, 05:57 PM
#1
Thread Starter
Hyperactive Member
XML: Attribute or Value?
Hi,
I'm quite confused what I should choose.
Let's say I have a XML file for calendar.
Is is better to use
<Birthday>
<Name>Sister</Name>
<Month>8</<Month>
<Day>24</Day>
</Birthday>
or
<Birthday Name="Sister" Month="8" Day="24 />
or even <Birthday MonthDay="24.8.">Sister</Birthday>?
What's the difference?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|