On 07/05/2007 02:15 PM, Andy Ross wrote:

> Can you provide a case where it doesn't? 

Compare:
   http://www.av8n.com/fly/fgfs/weather.xmlworks
   http://www.av8n.com/fly/fgfs/weather.xmlbroken

The difference between them is simple, and is attached below.
The working file contains a working colspan.  The broken
file contains a second colspan that significantly distorts
the table.

>> Grep tells me there are zero instances of it being used in
>> CVS/gui/dialogs.
> 
> Your grep, apparently, is lying to you.  Check autopilot.xml, it uses
> a rowspan 

Forgive me for dangling an antecedent.  I find zero instances
of colspan, which is the feature I needed.  So the final score
is:
   rowspan: 1
   colspan: 0


===============================

--- weather.xmlbroken   2007-07-05 14:54:27.000000000 -0400
+++ weather.xmlworks    2007-07-05 14:29:38.000000000 -0400
@@ -736,9 +736,18 @@

      <text>
       <col>1</col>
-     <colspan>3</colspan>
       <row>12</row>
-     <label>Boundary transition depth</label>
+     <label>Boundary</label>
+    </text>
+    <text>
+     <col>2</col>
+     <row>12</row>
+     <label>transition</label>
+    </text>
+    <text>
+     <col>3</col>
+     <row>12</row>
+     <label>depth</label>
      </text>

      <input>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to