]> AND Public Git Repository - simgrid.git/blobdiff - examples/gras/p2p/chord/chord.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This time, hopefully, the files are in valid version 2 of the DTD
[simgrid.git] / examples / gras / p2p / chord / chord.xml
index 7b1bfd7a33b5d3538b665d0250f0caa93daffc4d..d8d562c17f896c95102da1fb8b23e2d596d0d6d8 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="2">
+<!DOCTYPE platform SYSTEM "surfxml.dtd">
+<platform version="2">
 
   <process host="Gatien" function="node">
     <argument value="48"/>           <!-- my id -->
     <argument value="4000"/>         <!-- my port -->
   </process>
 
-</platform_description>
+</platform>