Introduction to XML
since May 24, 2000, last modified May 24, 2000
- Element: is <START TAG>DATA</END TAG>
- Attribute: Element can have attribute <START TAG ATT_NAME="ATT VLAUE">DATA</END TAG>
- Document: An XML element with nested elements
- Root node: The unique first element in a Document
- XML Data island: A XML document within a HTML page <HTML><XML ID="TEST"><START TAG>DATA</END TAG></XML></HTML>
- XML Object model: An object model for manuplation of data stored in XML docuements
- XML Namespace: A collection of words used for the name of the Elements or Attributes
- XML Schema or DTD(Document Type Definiton):
Knowledge and Engineering Databases (c) copyright Namchul Do, 2000