Project

General

Profile

1
<!--
2
  * xmldoc.html
3
  *
4
  *      Authors: Jivka Bojilova
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2000 April 5
9
  *      Version: 0.01
10
  *    File Info: '$Id: xmldoc.html 878 2001-12-18 18:11:42Z berkley $'
11
  * 
12
  * October Meeting SDSC, 2000
13
-->
14
<HTML>
15
<HEAD>
16
<TITLE>Metacat</TITLE>
17
<link rel="stylesheet" type="text/css" href="@docrooturl@default.css">
18
</HEAD> 
19
<BODY>
20
  <table width="100%">
21
    <tr>
22
      <td class="tablehead" colspan="2"><p class="label">XML</p></td>
23
      <td class="tablehead" colspan="2" align="right">
24
        <a href="./metacattour.html">Home</a> | 
25
        <a href="./xmltree.html">Next</a
26
      </td>
27
    </tr>
28
  </table>
29
  <P> 
30
   XML (Extensible Markup Language) is a flexible way to create common 
31
   information formats and share both the format and the data on the 
32
   World Wide Web, intranets, and elsewhere (source: www.whatis.com). An XML
33
   Document is defined by a Document Type Definition (DTD) which specifies
34
   the structure of the document.  The following is an example of an XML
35
   document.
36
  <P> <img alt="sample XML document" src="xmldoc.gif">
37
  <br>
38
  <a href="./metacattour.html">Home</a> | 
39
  <a href="./xmltree.html">Next</a>
40
</BODY>
41
</HTML>
42

    
(49-49/53)