List:Commits« Previous MessageNext Message »
From:jon Date:April 19 2006 4:11pm
Subject:svn commit - mysqldoc@docsrva: r1864 - trunk/tools
View as plain text  
Author: jstephens
Date: 2006-04-19 16:11:37 +0200 (Wed, 19 Apr 2006)
New Revision: 1864

Log:

Added HTML table-related tags:
  table, thead, tfoot, tr, caption (block)
  td, th (inline)
  


Modified:
   trunk/tools/xmlformat.conf

Modified: trunk/tools/xmlformat.conf
===================================================================
--- trunk/tools/xmlformat.conf	2006-04-19 12:46:54 UTC (rev 1863)
+++ trunk/tools/xmlformat.conf	2006-04-19 14:11:37 UTC (rev 1864)
@@ -86,12 +86,12 @@
 guibutton guilabel guimenu guisubmenu guimenuitem guiicon \
 quote superscript firstterm \
 methodname classname property function phrase envar foreignphrase errortext \
-classname type varname parameter
+classname type varname parameter td th
     format          inline
 
 # Begin each element on new line, indenting sub elements two spaces.
 # Leave cell contents on same line as cell tags
-informaltable tbody tgroup colspec row entrytbl
+informaltable table tbody thead tfoot tgroup colspec row entrytbl tr caption
     format          block
     normalize       no
     entry-break     1

Thread
svn commit - mysqldoc@docsrva: r1864 - trunk/toolsjon19 Apr