[glom] Fix DTD to fix make check.



commit c9f08af243b2ebe957fc523f9c05f6b75e724592
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Oct 14 23:51:16 2011 +0200

    Fix DTD to fix make check.
    
    * glom/glom_document.dtd: Mention several attributes that were added
    in the last year or so. The new examples/test/ uses them.

 ChangeLog              |    7 +++++++
 glom/glom_document.dtd |    7 ++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d15dfe6..24f3f73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-10-14  Murray Cumming  <murrayc murrayc com>
 
+	Fix DTD to fix make check.
+
+	* glom/glom_document.dtd: Mention several attributes that were added 
+	in the last year or so. The new examples/test/ uses them.
+
+2011-10-14  Murray Cumming  <murrayc murrayc com>
+
 	Tests: Fix cast error when using dlerror().
 
 	* tests/python/test_load_python_library.cc: Noticed on OpenBSD in 
diff --git a/glom/glom_document.dtd b/glom/glom_document.dtd
index 1f34e70..af99daa 100644
--- a/glom/glom_document.dtd
+++ b/glom/glom_document.dtd
@@ -177,7 +177,12 @@ TODO: Add 'title_singular' element.
         choices_related_show_all (true|false) #IMPLIED
         choices_custom (true|false) "false"
         format_decimal_places_restricted (true|false) "false"
-        format_currency_symbol CDATA #IMPLIED>
+        format_currency_symbol CDATA #IMPLIED
+        format_use_alt_negative_color (true|false) "false"
+        font CDATA #IMPLIED
+        color_fg CDATA #IMPLIED
+        color_bg CDATA #IMPLIED
+        alignment_horizontal CDATA #IMPLIED>
 
 <!-- A custom_choice is a drop down menu that can be selected (for example, Mrs., Mr., Ms., etc) from
   a set of options. -->



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