Ajout d'un attribut sur une cellule de tableau
authorAnne ROELS
ven., 17 janv. 2014 18:54:49 +0100
changeset 297 2ba15c322900
parent 296 a105fb2f8623
child 298 3f17a8cbcd93
Ajout d'un attribut sur une cellule de tableau
RelaxNG/Examples/Documents/torture_test.xml
RelaxNG/publidoc.rnc
--- a/RelaxNG/Examples/Documents/torture_test.xml	ven. janv. 17 11:49:13 2014 +0100
+++ b/RelaxNG/Examples/Documents/torture_test.xml	ven. janv. 17 18:54:49 2014 +0100
@@ -612,7 +612,7 @@
               </thead>
               <tbody>
                 <tr>
-                  <td colspan="3">Chavenay</td><td> </td><td> </td>
+                  <td colspan="3" type="step">Chavenay</td><td> </td><td> </td>
                   <td>Tour : 129,525</td>
                   <td> </td><td> </td><td> </td>
                 </tr>
@@ -621,7 +621,7 @@
                   <td> </td><td> </td><td>max : 2000</td><td> </td>
                 </tr>
                 <tr>
-                  <td colspan="3">Étangs de Hollande</td><td> </td><td> </td>
+                  <td colspan="3" type="step">Étangs de Hollande</td><td> </td><td> </td>
                   <td> </td><td> </td><td> </td><td> </td>
                 </tr>
                 <tr align="center">
@@ -629,7 +629,7 @@
                   <td> </td><td> </td><td>max : 2500</td><td> </td>
                 </tr>
                 <tr>
-                  <td colspan="3">Étampes</td><td> </td><td> </td>
+                  <td colspan="3" type="step">Étampes</td><td> </td><td> </td>
                   <td><p>Tour : 119,05</p></td>
                   <td> </td><td> </td><td> </td>
                 </tr>
--- a/RelaxNG/publidoc.rnc	ven. janv. 17 11:49:13 2014 +0100
+++ b/RelaxNG/publidoc.rnc	ven. janv. 17 18:54:49 2014 +0100
@@ -325,8 +325,10 @@
  & valign.attribute?
  & colspan.attribute?
  & rowspan.attribute?
+ & td.type.attribute?
 colspan.attribute = attribute colspan { xsd:positiveInteger }
 rowspan.attribute = attribute rowspan { xsd:positiveInteger }
+td.type.attribute = attribute type { xsd:NCName }
 
 td.content =
    inlines