What is XML ? here the link...
* XML stands for EXtensible Markup Language
* XML is a markup language much like HTML
* XML was designed to carry data, not to display data
* XML tags are not predefined. You must define your own tags
* XML is designed to be self-descriptive
* XML is a W3C Recommendation
XML and HTML were designed with different goals:
* XML was designed to transport and store data, with focus on what data is
* HTML was designed to display data, with focus on how data looks
MY ASSIGNMENT ........>>>>>>
1. XML TREE
2. XML DOCUMENTATION
< ?xml version="1.0"encoding="ISO-8859-1" >
< INTERNATIONAL ISLAMIC UNIVERSITY MALAYSIA >
< UNIVERSITY >
< FACULTY > Sciences < /FACULTY >
< DEPARTMENT > Biotechnology < /DEPARTMENT >
< STUDENT > 58 < /STUDENT >
< STAFF > NA < /STAFF >
< LOCATION > Longitude 103'18'18.85E Latitude 3'51'21.97'N < /LOCATION >
< FACULTY > Medicine < /FACULTY >
< DEPARTMENT > Medicine < /DEPARTMENT >
< STUDENT > 123 < /STUDENT >
< STAFF > NA < /STAFF >
< LOCATION > Longitude 103'18'14.36E Latitude 3'50'33.85'N < /LOCATION >
< /UNIVERSITY >
< /INTERNATIONAL ISLAMIC UNIVERSITY MALAYSIA >
3. XML TABLE
| SCIENCES | MEDICINE |
| BIOTECHNOLOGY | MEDICINE |
| 58 | 123 |
| NA | NA |
| Longitude 103'18'18.85E Latitude 3'51'21.97'N | Longitude 103'18'14.36E Latitude 3'50'33.85'N |
tq





















