+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)
# version file
-SUBMINOR_VERSION:=56
+SUBMINOR_VERSION:=57
@"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