|
-
Apr 30th, 2003, 07:36 AM
#1
Thread Starter
yay gay
xml types
i noticed there are (at least) 2 types of xml files..the ones like hellwraith's post format:
<title>
<name>pt</name>
</title>
and the ones like
<title>
name="pt"
</title>
what are their differences? and their names? which to use when and where?
\m/  \m/
-
Apr 30th, 2003, 09:42 AM
#2
PowerPoster
Both examples are using the xml markup language. The difference is that in your first example, you are using elements and in your second, you are using attributes. The second example is actually not well-formed. An attribute is not a stand alone entity, it is part of an element.
Code:
<appSettings id='MyCoolApp'>
</appSettings>
-
Apr 30th, 2003, 01:40 PM
#3
Sleep mode
I think there are more than XML file type according to this link :
this must be confusing ...lol
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
|