xgmml.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <html>
  2. <!-- xgmml.html -->
  3. <head>
  4. <title>XGMML (eXtensible Graph Markup and Modeling Language) </title>
  5. <meta http-equiv="content-language" content="en"/>
  6. <meta name="keywords" content="XGMML, eXtensible, Graph, Markup, Modeling, Language"/>
  7. <meta name="description" content="John Punin's XGMML Page"/>
  8. <link href="./w3palsite.css" rel="stylesheet" type="text/css" title="Stylesheet">
  9. </head>
  10. <body bgcolor="#FFFFFF">
  11. <table border="0" cellspacing="0" cellpadding="0" width="99%" summary="for direction arrow">
  12. <caption><tbody><br></tbody></caption>
  13. <tr>
  14. <td width="80%">
  15. <h1>XGMML (eXtensible Graph Markup and Modeling Language)</h1>
  16. </td>
  17. <td width="20%">
  18. <a href="research.html"><img src="images/left.gif" alt="Back to Research" align="right" border="0"></a>
  19. </td>
  20. </tr>
  21. </table>
  22. <hr>
  23. <br>
  24. <br>
  25. <a href="http://www.cs.rpi.edu/~puninj/XGMML/"> XGMML (eXtensible Graph Markup and Modeling Language)</a>
  26. <br>
  27. <p>
  28. Extensible Graph Markup and Modeling Language (XGMML) is an XML 1.0 Application
  29. based on the Graph Modeling Language (GML) for graph description. XGMML makes
  30. possible the exchange of graphs between different authoring and browsing tools.
  31. Being an XML application, XSL can also be applied to XGMML graphs to translate them
  32. into different formats.
  33. </p>
  34. <p>
  35. XML is an ideal way to represent graphs since they can be described as data objects
  36. whose elements are nodes and edges. The World Wide Web is a typical example of a
  37. graph structure, where the web pages are "nodes" and the hyperlinks are "edges."
  38. Additional graph, node, and edge information can be described by mixing XGMML with other
  39. markup languages, such as LOGML.
  40. </p>
  41. <p>
  42. For more information, browse the following XGMML resources:
  43. <ul>
  44. <li><a href="http://www.cs.rpi.edu/~puninj/XGMML/">XGMML Website</a></li>
  45. <li><a href="http://www.cs.rpi.edu/~puninj/XGMML/draft-xgmml.html">XGMML Draft Specification</a></li>
  46. <li><a href="http://www.cs.rpi.edu/~puninj/WWW10/logml_paper.html">XGMML &amp; LOGML Web Data Mining</a></li>
  47. <li><a href="http://www.cs.rpi.edu/~puninj/XGMML/xgmml.dtd">XGMML DTD</a></li>
  48. <li><a href="http://www.cs.rpi.edu/~puninj/XGMML/xgmml.xsd">XGMML Schema</a></li>
  49. </ul>
  50. </p>
  51. <br>
  52. <br>
  53. <div class="banner"><center>
  54. <a href="index.html">Home</a> |
  55. <a href="news.html">News</a> |
  56. <a href="publications.html">Publications</a> |
  57. <a href="courses.html">Courses</a> |
  58. <a href="research.html">Research</a> |
  59. <a href="hobbies.html">Hobbies</a> |
  60. <a href="links.html">Links</a>
  61. </center></div>
  62. <address>
  63. <center><a href="mailto:puninj@cs.rpi.edu">Webmaster</a> &middot; Last modified: 2000/12/06 16:30:00</center>
  64. </address>
  65. </body>
  66. </html>