From 0c0e4156800475515acf9b1d8c4e6481947c9ccf Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 4 Jun 2006 14:28:54 +0000 Subject: [PATCH] added CalDAV namespace git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1268 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 c1a30ff1..840a48e4 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,3 +1,7 @@ +2006-06-04 Helge Hess + + * XMLNamespaces.h (XMLNS_CALDAV): added CalDAV namespace (v4.5.56) + 2006-04-23 Helge Hess * XMLNamespaces.h: added Google namespace (v4.5.55) diff --git a/sope-xml/SaxObjC/Version b/sope-xml/SaxObjC/Version index 1e1b1b4f..0d71e766 100644 --- a/sope-xml/SaxObjC/Version +++ b/sope-xml/SaxObjC/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=55 +SUBMINOR_VERSION:=56 diff --git a/sope-xml/SaxObjC/XMLNamespaces.h b/sope-xml/SaxObjC/XMLNamespaces.h index 309110d8..94db07e8 100644 --- a/sope-xml/SaxObjC/XMLNamespaces.h +++ b/sope-xml/SaxObjC/XMLNamespaces.h @@ -257,4 +257,10 @@ # define XMLNS_GOOGLE_2005 @"http://schemas.google.com/g/2005" #endif +/* CalDAV */ + +#ifndef XMLNS_CALDAV +# define XMLNS_CALDAV @"urn:ietf:params:xml:ns:caldav" +#endif + #endif /* __SaxObjC_XML_Namespaces_H__ */ -- 2.39.5