Welcome to twinme.com on July 5 2009.
This is an internet experiment running to monitor browsing habbits of individuals through wikipedia contents.

GraphML

From Wikipedia, the free encyclopedia

Jump to: navigation, search

GraphML is an XML-based file format for graphs.

Contents

[edit] Introduction to GraphML

Here is what a simple undirected graph with 2 nodes and one edge between them looks like:

<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"  
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
     http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
  <graph id="G" edgedefault="undirected">
    <node id="n0"/>
    <node id="n1"/>
    <edge id="e1" source="n0" target="n1"/>
  </graph>
</graphml>

[edit] Other Graph File Formats

  • XGMML an XML-based graph markup language closely related to GML -- XGMML

[edit] See also

[edit] External links


Personal tools
Languages

Visit joltnews for the latest headlines
Visit bloit.com for company information
Geed Media does computer consulting on long island.
This page viewed times. See Logs