[glom] glom_document.dtd: Mention the xmlns attribute because DTD



commit e4610590d4f5c034f12a4dc1d87079fdce1df8aa
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 17 13:23:21 2009 +0100

    glom_document.dtd: Mention the xmlns attribute because DTD
    validation doesn't know about XML namespaces.

 ChangeLog              |    5 +++++
 glom/glom_document.dtd |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 77fa0a4..dc2ccf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-11-17  Murray Cumming  <murrayc murrayc com>
 
+	* glom/glom_document.dtd: Mention the xmlns attribute because DTD 
+	validation doesn't know about XML namespaces.
+
+2009-11-17  Murray Cumming  <murrayc murrayc com>
+
 	Document: Ensure that the xmlns ID is always in saved documents.
 
 	* glom/libglom/document/bakery/document_xml.cc: get_node_document():
diff --git a/glom/glom_document.dtd b/glom/glom_document.dtd
index bf0305e..43680bf 100644
--- a/glom/glom_document.dtd
+++ b/glom/glom_document.dtd
@@ -17,6 +17,7 @@ TODO: Add 'title_singular' element.
 -->
     <!ELEMENT glom_document (connection?, table*, groups?, library_modules?) >
     <!ATTLIST glom_document
+        xmlns CDATA #IMPLIED
         database_title CDATA #IMPLIED
         translation_original_locale CDATA #IMPLIED
         format_version CDATA #IMPLIED



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