Sha256: 9007723d98a5ea329afcff402a6af31d7e60fd5769d23a757d151710adb3ad91

Contents?: true

Size: 514 Bytes

Versions: 4

Compression:

Stored size: 514 Bytes

Contents

<?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" >
<node id="0" />
<node id="1" />
<node id="2" />
<node id="3" />

<edge source="0" target="1" />
<edge source="1" target="2" />
<edge source="2" target="3" />
<edge source="3" target="4" />
</graph>
</graphml>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
graphml2json-0.1.1 spec/fixtures/graphml_with_namespacing.txt
graphml2json-0.1.0 spec/fixtures/graphml_with_namespacing.txt
graphml2json-0.0.3 spec/fixtures/graphml_with_namespacing.txt
graphml2json-0.0.2 spec/fixtures/graphml_with_namespacing.txt