From 6cb4f3c9a619ef5813e1df3ad7d1dfd29148a8a8 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 2 Jul 2006 11:39:56 +0000 Subject: [PATCH] added some namespaces git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1280 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/SaxObjC/ChangeLog | 5 +++++ sope-xml/SaxObjC/Version | 2 +- sope-xml/SaxObjC/XMLNamespaces.h | 14 ++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/sope-xml/SaxObjC/ChangeLog b/sope-xml/SaxObjC/ChangeLog index 840a48e4..7b4843a4 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,3 +1,8 @@ +2006-07-02 Helge Hess + + * XMLNamespaces.h: added ATOM namespace, gCal namespace, OpenSearch + namespace (v4.5.57) + 2006-06-04 Helge Hess * XMLNamespaces.h (XMLNS_CALDAV): added CalDAV namespace (v4.5.56) diff --git a/sope-xml/SaxObjC/Version b/sope-xml/SaxObjC/Version index 0d71e766..4096e97f 100644 --- a/sope-xml/SaxObjC/Version +++ b/sope-xml/SaxObjC/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=56 +SUBMINOR_VERSION:=57 diff --git a/sope-xml/SaxObjC/XMLNamespaces.h b/sope-xml/SaxObjC/XMLNamespaces.h index 94db07e8..499326e8 100644 --- a/sope-xml/SaxObjC/XMLNamespaces.h +++ b/sope-xml/SaxObjC/XMLNamespaces.h @@ -251,12 +251,26 @@ @"http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt" #endif +/* ATOM */ + +#ifndef XMLNS_ATOM_2005 +# define XMLNS_ATOM_2005 @"http://www.w3.org/2005/Atom" +#endif + /* Google */ #ifndef XMLNS_GOOGLE_2005 # define XMLNS_GOOGLE_2005 @"http://schemas.google.com/g/2005" #endif +#ifndef XMLNS_GOOGLE_CAL_2005 +# define XMLNS_GOOGLE_CAL_2005 @"http://schemas.google.com/gCal/2005" +#endif + +#ifndef XMLNS_OPENSEARCH_RSS +# define XMLNS_OPENSEARCH_RSS @"http://a9.com/-/spec/opensearchrss/1.0/" +#endif + /* CalDAV */ #ifndef XMLNS_CALDAV -- 2.39.5