123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <html>
- <!-- xgmml.html -->
- <head>
- <title>XGMML (eXtensible Graph Markup and Modeling Language) </title>
- <meta http-equiv="content-language" content="en"/>
- <meta name="keywords" content="XGMML, eXtensible, Graph, Markup, Modeling, Language"/>
- <meta name="description" content="John Punin's XGMML Page"/>
- <link href="./w3palsite.css" rel="stylesheet" type="text/css" title="Stylesheet">
- </head>
- <body bgcolor="#FFFFFF">
- <table border="0" cellspacing="0" cellpadding="0" width="99%" summary="for direction arrow">
- <caption><tbody><br></tbody></caption>
- <tr>
- <td width="80%">
- <h1>XGMML (eXtensible Graph Markup and Modeling Language)</h1>
- </td>
- <td width="20%">
- <a href="research.html"><img src="images/left.gif" alt="Back to Research" align="right" border="0"></a>
- </td>
- </tr>
- </table>
- <hr>
- <br>
- <br>
- <a href="http://www.cs.rpi.edu/~puninj/XGMML/"> XGMML (eXtensible Graph Markup and Modeling Language)</a>
- <br>
- <p>
- Extensible Graph Markup and Modeling Language (XGMML) is an XML 1.0 Application
- based on the Graph Modeling Language (GML) for graph description. XGMML makes
- possible the exchange of graphs between different authoring and browsing tools.
- Being an XML application, XSL can also be applied to XGMML graphs to translate them
- into different formats.
- </p>
- <p>
- XML is an ideal way to represent graphs since they can be described as data objects
- whose elements are nodes and edges. The World Wide Web is a typical example of a
- graph structure, where the web pages are "nodes" and the hyperlinks are "edges."
- Additional graph, node, and edge information can be described by mixing XGMML with other
- markup languages, such as LOGML.
- </p>
- <p>
- For more information, browse the following XGMML resources:
- <ul>
- <li><a href="http://www.cs.rpi.edu/~puninj/XGMML/">XGMML Website</a></li>
- <li><a href="http://www.cs.rpi.edu/~puninj/XGMML/draft-xgmml.html">XGMML Draft Specification</a></li>
- <li><a href="http://www.cs.rpi.edu/~puninj/WWW10/logml_paper.html">XGMML & LOGML Web Data Mining</a></li>
- <li><a href="http://www.cs.rpi.edu/~puninj/XGMML/xgmml.dtd">XGMML DTD</a></li>
- <li><a href="http://www.cs.rpi.edu/~puninj/XGMML/xgmml.xsd">XGMML Schema</a></li>
- </ul>
- </p>
- <br>
- <br>
- <div class="banner"><center>
- <a href="index.html">Home</a> |
- <a href="news.html">News</a> |
- <a href="publications.html">Publications</a> |
- <a href="courses.html">Courses</a> |
- <a href="research.html">Research</a> |
- <a href="hobbies.html">Hobbies</a> |
- <a href="links.html">Links</a>
- </center></div>
- <address>
- <center><a href="mailto:puninj@cs.rpi.edu">Webmaster</a> · Last modified: 2000/12/06 16:30:00</center>
- </address>
- </body>
- </html>
|