blob: 1033c139b0124bb58e6f11581df75ad7f023ef76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- google-sharp/PicasaWeb.cs 2007-01-09 10:07:29.000000000 +0800
+++ google-sharp/PicasaWeb.cs 2007-05-28 20:20:48.000000000 +0800
@@ -260,7 +260,8 @@ namespace Mono.Google.Picasa {
XmlNamespaceManager nsmgr = new XmlNamespaceManager (doc.NameTable);
nsmgr.AddNamespace ("photo", "http://www.pheed.com/pheed/");
nsmgr.AddNamespace ("media", "http://search.yahoo.com/mrss/");
- nsmgr.AddNamespace ("gphoto", "http://picasaweb.google.com/lh/picasaweb");
+ nsmgr.AddNamespace ("gphoto", "http://schemas.google.com/photos/2007");
+ nsmgr.AddNamespace ("batch", "http://schemas.google.com/gdata/batch");
node = channel.SelectSingleNode ("gphoto:user", nsmgr);
user = node.InnerText;
node = channel.SelectSingleNode ("gphoto:nickname", nsmgr);
|