Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding default values to the DTD
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 10 Jan 2005 22:17:56 +0000 (22:17 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 10 Jan 2005 22:17:56 +0000 (22:17 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@749 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/include/surf/surfxml.h
src/surf/surfxml.dtd
src/surf/surfxml.l

index 35fbc21..2990a4f 100644 (file)
@@ -1,5 +1,5 @@
 /* XML processor/application API for ../../src/surf/surfxml.dtd.
 /* XML processor/application API for ../../src/surf/surfxml.dtd.
- * Generated 2005/01/07 10:51:22.
+ * Generated 2005/01/09 15:25:15.
  *
  * This program was generated with the FleXML XML processor generator,
  * (Id: flexml.pl,v 1.35 2005/01/05 06:29:58 legranda Exp).
  *
  * This program was generated with the FleXML XML processor generator,
  * (Id: flexml.pl,v 1.35 2005/01/05 06:29:58 legranda Exp).
index 2d05d4f..92452ba 100644 (file)
 <!ELEMENT route (route_element*)>
 <!ATTLIST route src CDATA #REQUIRED>
 <!ATTLIST route dst CDATA #REQUIRED>
 <!ELEMENT route (route_element*)>
 <!ATTLIST route src CDATA #REQUIRED>
 <!ATTLIST route dst CDATA #REQUIRED>
-<!ATTLIST route impact_on_src CDATA>
-<!ATTLIST route impact_on_dst CDATA>
-<!ATTLIST route impact_on_src_with_other_recv CDATA>
-<!ATTLIST route impact_on_dst_with_other_send CDATA>
+<!ATTLIST route impact_on_src CDATA "0.0">
+<!ATTLIST route impact_on_dst CDATA "0.0">
+<!ATTLIST route impact_on_src_with_other_recv CDATA "0.0">
+<!ATTLIST route impact_on_dst_with_other_send CDATA "0.0">
 
 <!ELEMENT route_element EMPTY>
 <!ATTLIST route_element name CDATA #REQUIRED>
 
 <!ELEMENT route_element EMPTY>
 <!ATTLIST route_element name CDATA #REQUIRED>
index 6764f49..c414b99 100644 (file)
@@ -1,5 +1,5 @@
 /* Validating XML processor for surfxml.dtd.
 /* Validating XML processor for surfxml.dtd.
- * Generated 2005/01/07 10:51:23.
+ * Generated 2005/01/09 15:25:17.
  *
  * This program was generated with the FleXML XML processor generator,
  * (Id: flexml.pl,v 1.35 2005/01/05 06:29:58 legranda Exp).
  *
  * This program was generated with the FleXML XML processor generator,
  * (Id: flexml.pl,v 1.35 2005/01/05 06:29:58 legranda Exp).
@@ -533,10 +533,10 @@ const char* *statenames=NULL;
 <ROOT_route,S_platform_description_2,S_include,S_include_2,S_platform_description_1,S_include_1,S_platform_description>"<route"{s} {
   A_route_src = NULL;
   A_route_dst = NULL;
 <ROOT_route,S_platform_description_2,S_include,S_include_2,S_platform_description_1,S_include_1,S_platform_description>"<route"{s} {
   A_route_src = NULL;
   A_route_dst = NULL;
-  A_route_impact_on_src = NULL;
-  A_route_impact_on_dst = NULL;
-  A_route_impact_on_src_with_other_recv = NULL;
-  A_route_impact_on_dst_with_other_send = NULL;
+  A_route_impact_on_src = "0.0";
+  A_route_impact_on_dst = "0.0";
+  A_route_impact_on_src_with_other_recv = "0.0";
+  A_route_impact_on_dst_with_other_send = "0.0";
   ENTER(AL_route);
   }
 
   ENTER(AL_route);
   }