xml 1.0
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 10 Mar 2006 04:47:19 +0000 (04:47 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 10 Mar 2006 04:47:19 +0000 (04:47 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1666 04897980-b3bd-0310-b5e0-8ef037075253

genevent-new/README

index 0a62c286ebf09f3d10329b050f258b7e7c2cfdb6..d38633d35cd22797ed87e03abb8d44e2daf45b65 100644 (file)
@@ -15,6 +15,8 @@ those in LTT library.
 Important notes : 
        * Do not put "-" symbols in facilities name.
        * Use the exact same name for facility xml file and for facility name.
+       * As from genevent 0.17, a standard XML 1.0 description is "required". It must
+               begin with the <?xml version="1.0"?> header.
 
 Note about strings :
 There are three methods to write strings in genevent, each suitable and
@@ -26,7 +28,7 @@ to the slowest.
        as string definition.
 
        you must then define it as an array of char :
-       <array size=10/><char></array>
+       <array size="10"><char></array>
 
        Note, however, that you might not want to declare a fixed size for trace size
        and unnecessary copy matters.
This page took 0.024304 seconds and 4 git commands to generate.