]> err.no Git - sope/commitdiff
added some namespaces
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 2 Jul 2006 11:39:56 +0000 (11:39 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 2 Jul 2006 11:39:56 +0000 (11:39 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1280 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-xml/SaxObjC/ChangeLog
sope-xml/SaxObjC/Version
sope-xml/SaxObjC/XMLNamespaces.h

index 840a48e4b8ead1f279ef2d7aca287ca9f1c2e885..7b4843a4f9d7899cddd6e5bec82cae0eafc46bc9 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-02  Helge Hess  <helge.hess@opengroupware.org>
+
+       * XMLNamespaces.h: added ATOM namespace, gCal namespace, OpenSearch
+         namespace (v4.5.57)
+
 2006-06-04  Helge Hess  <helge.hess@opengroupware.org>
 
        * XMLNamespaces.h (XMLNS_CALDAV): added CalDAV namespace (v4.5.56)
index 0d71e7663cdd42daf5b48bcffc44392a12b595b6..4096e97f616ffa96e10b45a5b277725b2d0ffbd7 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=56
+SUBMINOR_VERSION:=57
index 94db07e84db0ec11c5e1293a813aba309f9fac84..499326e8211219c82a6737fa16759a11c86c43d0 100644 (file)
      @"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