|
Subject:
|
What the differeent betweeen element & attribute
|
|
Posted By:
|
bapechun
|
Post Date:
|
1/30/2004 2:13:13 AM
|
I had a table call Branch BranchID (Unique ID of branch office) BranchName (Name of branch office) BranchAddress (Address of branch office)
I don't know BranchID is a element or a attribute. Can anyone help to solve this problem ?! Thanks, 
A.S.N.K.A.
|
|
Reply By:
|
joefawcett
|
Reply Date:
|
1/30/2004 7:34:33 AM
|
It isn't either as you don't have xml you have a table. If you wanted to describe this (database) table in xml the standard way would be to have each row of the table as an element with each column as an attribute.
Joe (MVP - xml)
|