From: helge Date: Thu, 29 Mar 2007 15:05:17 +0000 (+0000) Subject: added MXML namespace X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235bf4802ac01731aced0f525528f2b905ca4bfe;p=sope added MXML namespace git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1468 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- 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__ */