[interchange-docs] xmldocs - racke modified refs/table-organize.tag

docs at icdevgroup.org docs at icdevgroup.org
Tue Sep 11 22:06:39 EDT 2007


User:      racke
Date:      2007-09-12 02:06:39 GMT
Modified:  refs     table-organize.tag
Log:
more small adjustments

Revision  Changes    Path
1.4       +32 -31    xmldocs/refs/table-organize.tag


rev 1.4, prev_rev 1.3
Index: table-organize.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/table-organize.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- table-organize.tag	11 Sep 2007 19:10:38 -0000	1.3
+++ table-organize.tag	12 Sep 2007 02:06:39 -0000	1.4
@@ -46,7 +46,7 @@
 <row>
 
 	<entry>
-	min_rows
+	columnize
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -58,16 +58,15 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-On small result sets, can be ugly to build more than necessary columns.
-This will guarantee a minimum number of rows -- columns will change
-as numbers change. Formula: $num_cells % $opt->{min_rows}.
+Display cells in (newspaper) column order, i.e. rotated.
 	</entry>
 
 </row> 
+
 <row>
 
 	<entry>
-	cells
+	min_rows
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -79,14 +78,16 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	<!-- DSC -->
+On small result sets, can be ugly to build more than necessary columns.
+This will guarantee a minimum number of rows -- columns will change
+as numbers change. Formula: <literal>$num_cells % $opt->{min_rows}</literal>.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	embed
+	cells
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -98,14 +99,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Allow to embed tables with lowercase of uppercase HTML tags.
+	<!-- DSC -->
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	limit
+	embed
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -117,14 +118,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Maximum number of cells to use. Truncates extra cells silently.
+	Allow to embed tables with lowercase of uppercase HTML tags.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	tr
+	limit
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -136,14 +137,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Attributes for table rows.
+	Maximum number of cells to use. Truncates extra cells silently.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	td
+	table
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -155,14 +156,15 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Attributes for table cells.
+	If present, will cause a surrounding <literal>&lt;table&gt;
+&lt;/table&gt;</literal> pair with the attributes specified in this option.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	pretty
+	caption
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -174,14 +176,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Adds newline and tab characters to provide some reasonable indenting.
+	Table <literal>&lt;caption&gt;</literal> container text, if any.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	filler
+	tr
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -190,17 +192,17 @@
 	<!-- REQ -->
 	</entry>
 	<entry>
-	<literal>&amp;nbsp;</literal>
+	<!-- DFL -->
 	</entry>
 	<entry>
-	Contents to place in empty cells put on as filler.
+	Attributes for table rows.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	font
+	td
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -212,14 +214,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Attributes for HTML <literal>&lt;font></literal> inside table cells.
+	Attributes for table cells.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	table
+	pretty
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -231,15 +233,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	If present, will cause a surrounding &lt;table&gt; &lt;/table&gt; pair
-    with the attributes specified in this option.
+	Adds newline and tab characters to provide some reasonable indenting.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	joiner
+	filler
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -248,17 +249,17 @@
 	<!-- REQ -->
 	</entry>
 	<entry>
-	<!-- DFL -->
+	<literal>&amp;nbsp;</literal>
 	</entry>
 	<entry>
-	<!-- DSC -->
+	Contents for empty cells.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	columnize
+	font
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -270,14 +271,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-Display cells in (newspaper) column order, i.e. rotated.
+	Attributes for HTML <literal>&lt;font></literal> inside table cells.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	caption
+	joiner
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -289,7 +290,7 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Table <literal>&lt;caption&gt;</literal> container text, if any.
+	<!-- DSC -->
 	</entry>
 
 </row> 








More information about the docs mailing list