I want to retrieve a feed from myblog.blogspot.com with the category
"foo/bar"

This used to work by escaping the slash with %2f like so:

http://myblog.blogspot.com/feeds/posts/default/-/foo%2fbar

However, recently this fails. It seems it is now trying to get feed
for categories with both "foo" and "bar" rather than just one category
"foo/bar"

ie. it is now identical to

http://myblog.blogspot.com/feeds/posts/default/-/foo/bar

Is there some new way to escape a slash when getting a category feed,
or is this something that has been broken?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to