41
XML is Semi-structured Data
•Missing attributes:
•
•
•
•
•Could represent in
a table with nulls
<person>   <name> John</name>
                  <phone>1234</phone>
 </person>
<person>  <name>Joe</name>
</person>
ß no phone !
-
Joe
1234
John
phone
name