From ded6ba0b213e3fff3865ac443c56b9acbf0ae87a Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 23 Apr 2006 01:30:06 +0000 Subject: [PATCH] added Google namespace git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1253 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/SaxObjC/ChangeLog | 4 ++++ sope-xml/SaxObjC/Version | 2 +- sope-xml/SaxObjC/XMLNamespaces.h | 9 ++++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/sope-xml/SaxObjC/ChangeLog b/sope-xml/SaxObjC/ChangeLog index 8cf8501b..c1a30ff1 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,3 +1,7 @@ +2006-04-23 Helge Hess + + * XMLNamespaces.h: added Google namespace (v4.5.55) + 2005-12-27 Marcus Mueller * SaxObjectDecoder.m: trigger debug logging via new diff --git a/sope-xml/SaxObjC/Version b/sope-xml/SaxObjC/Version index 5a9103fb..1e1b1b4f 100644 --- a/sope-xml/SaxObjC/Version +++ b/sope-xml/SaxObjC/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=54 +SUBMINOR_VERSION:=55 diff --git a/sope-xml/SaxObjC/XMLNamespaces.h b/sope-xml/SaxObjC/XMLNamespaces.h index 6ef101b6..309110d8 100644 --- a/sope-xml/SaxObjC/XMLNamespaces.h +++ b/sope-xml/SaxObjC/XMLNamespaces.h @@ -1,5 +1,6 @@ /* - Copyright (C) 2000-2005 SKYRIX Software AG + Copyright (C) 2000-2006 SKYRIX Software AG + Copyright (C) 2006 Helge Hess This file is part of SOPE. @@ -250,4 +251,10 @@ @"http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt" #endif +/* Google */ + +#ifndef XMLNS_GOOGLE_2005 +# define XMLNS_GOOGLE_2005 @"http://schemas.google.com/g/2005" +#endif + #endif /* __SaxObjC_XML_Namespaces_H__ */ -- 2.39.5