OVERVIEW EXAMPLE PRESENTATIONS PROBLEMS
& QUIZS
ERRATA LINKS
SW Vision
XML
RDF
OWL
Logic
Applications
Ontology Engineering
Conclusion




     Aditional Topics
Examples for chapter 2 - XML

Some data:

    <staffMember>
       <name>David Billington</name>
       <title>Associate Professor</title>
       <unit>School of Computing & Information Technology</unit>
       <affiliation>Griffith University</affiliation>
       <courseTaught>
          <name>Discrete Mathematics</name>
          <code>CIT1111</code>
          <level>1</level>
       </courseTaught>
       <courseTaught>
          <name>Concrete Mathematics</name>
          <code>CIT1112</code>
          <level>1</level>
       </courseTaught>
    </staffMember>