From 235bf4802ac01731aced0f525528f2b905ca4bfe Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 29 Mar 2007 15:05:17 +0000 Subject: [PATCH] added MXML namespace git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1468 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/SaxObjC/ChangeLog | 4 ++++ sope-xml/SaxObjC/Version | 2 +- sope-xml/SaxObjC/XMLNamespaces.h | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sope-xml/SaxObjC/ChangeLog b/sope-xml/SaxObjC/ChangeLog index 8df2caf2..7f615d15 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,3 +1,7 @@ +2007-03-28 Helge Hess + + * XMLNamespaces.h: added XMLNS_MXML_2006 namespace (4.7.66) + 2007-02-08 Helge Hess * XMLNamespaces.h: added XMLNS_CARDDAV namespace (v4.5.65) diff --git a/sope-xml/SaxObjC/Version b/sope-xml/SaxObjC/Version index 81e751c7..bfe96d59 100644 --- a/sope-xml/SaxObjC/Version +++ b/sope-xml/SaxObjC/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=65 +SUBMINOR_VERSION:=66 diff --git a/sope-xml/SaxObjC/XMLNamespaces.h b/sope-xml/SaxObjC/XMLNamespaces.h index 2a4e35bb..29a8fd1e 100644 --- a/sope-xml/SaxObjC/XMLNamespaces.h +++ b/sope-xml/SaxObjC/XMLNamespaces.h @@ -296,4 +296,10 @@ # define XMLNS_AppleCalApp @"com.apple.ical:" #endif +/* Adobe */ + +#ifndef XMLNS_MXML_2006 +# define XMLNS_MXML_2006 @"http://www.adobe.com/2006/mxml" +#endif + #endif /* __SaxObjC_XML_Namespaces_H__ */ -- 2.39.5