Skip to content

Commit fd2922f

Browse files
committed
set xml to 1.1 for consistency
see gephi#2
1 parent 6b82196 commit fd2922f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

specs/1.3draft/data.rng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.1" encoding="UTF-8"?>
22
<grammar ns="http://www.gexf.net/1.3draft" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
33
<!-- extension point -->
44
<define name="graph-content" combine="interleave">

specs/1.3draft/dynamics.rng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.1" encoding="UTF-8"?>
22
<grammar ns="http://www.gexf.net/1.3draft" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
33
<!-- extension point -->
44
<define name="graph-content" combine="interleave">

specs/1.3draft/gexf.rng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.1" encoding="UTF-8"?>
22
<grammar ns="http://www.gexf.net/1.3draft" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:viz="http://www.gexf.net/1.3draft/viz" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
33
<include href="data.rng">
44
<a:documentation>Libraries</a:documentation>
@@ -17,7 +17,7 @@
1717
<a:documentation>Tree</a:documentation>
1818
<interleave>
1919
<attribute name="version">
20-
<value type="string" datatypeLibrary="">1.2</value>
20+
<value type="string" datatypeLibrary="">1.3</value>
2121
</attribute>
2222
<optional>
2323
<attribute name="variant">

specs/1.3draft/hierarchy.rng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.1" encoding="UTF-8"?>
22
<grammar ns="http://www.gexf.net/1.3draft" xmlns="http://relaxng.org/ns/structure/1.0">
33
<!-- extension point -->
44
<define name="node-content" combine="interleave">

specs/1.3draft/phylogenics.rng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.1" encoding="UTF-8"?>
22
<grammar ns="http://www.gexf.net/1.3draft" xmlns="http://relaxng.org/ns/structure/1.0">
33
<!-- extension point -->
44
<define name="node-content" combine="interleave">

specs/1.3draft/viz.rng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.1" encoding="UTF-8"?>
22
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
33
<!-- extension point -->
44
<define name="node-content" combine="interleave">

0 commit comments

Comments
 (0)