[gnome-doc-utils/mallard: 30/87] Adding style and external-namespace attributes to tables



commit 8964e86c6d353e625a4a28594d13c3f01f007ebe
Author: Shaun McCance <shaunm gnome org>
Date:   Tue Nov 11 08:56:48 2008 -0600

    Adding style and external-namespace attributes to tables
---
 doc/mallard/C/mal_table.xml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/mallard/C/mal_table.xml b/doc/mallard/C/mal_table.xml
index fd5aca9..fdba4ac 100644
--- a/doc/mallard/C/mal_table.xml
+++ b/doc/mallard/C/mal_table.xml
@@ -10,6 +10,8 @@
 
 <synopsis><code mime="application/relax-ng-compact-syntax">
 mal_table = element table {
+  attribute style { xsd:NMTOKENS } ?,
+  attribute * - (mal:* | local:*) { text } *,
   attribute frame {
     "all" | "none" |
     list { ("top" | "bottom" | "left" | "right") * }
@@ -25,12 +27,12 @@ mal_table = element table {
 
   <link xref="mal_title">mal_title</link> ?,
 
-  ( <link xref="mal_table_col">mal_table_col</link> +
-  | <link xref="mal_table_colgroup">mal_table_colgroup</link> +
+  ( <link xref="mal_table_col">mal_table_col</link> + |
+    <link xref="mal_table_colgroup">mal_table_colgroup</link> +
   ) ?,
 
-  ( <link xref="mal_table_tr">mal_table_tr</link> +
-  | ( <link xref="mal_table_thead">mal_table_thead</link> ?,
+  ( <link xref="mal_table_tr">mal_table_tr</link> + |
+    ( <link xref="mal_table_thead">mal_table_thead</link> ?,
       <link xref="mal_table_tbody">mal_table_tbody</link> +,
       <link xref="mal_table_tfoot">mal_table_tfoot</link> ?
     )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]