Copyright © 2001 Qusay H. Mahmoud
35
XML (eXtensible Markup Language)
lIn essence, it is about meaningful annotation
lSyntactically, XML docs look like HTML docs
lXML documents can be:
–Well-formed (conforms to the XML syntax)
–Valid (conforms to its DTD)
lExtends HTML linking capabilities:
–Xlink: how two documents can be linked
–Xpointer: enables addressing of individual parts
–Xpath: used by Xpointer to describe location paths
–