3 Jan 2003 20:01
Re: Namespace support in XML-RPC (was Re: [BloggerDev] Trackback support)
<mah <at> everybody.org>
2003-01-03 19:01:41 GMT
2003-01-03 19:01:41 GMT
[The following is in response to <http://groups.yahoo.com/group/bloggerDev/message/1316>. I'm responding here since the XML-RPC group seems like a more appropriate place.] "Dave Winer" <dave <at> userland.com> writes: > Mark, that's a very interesting idea. Perhaps we should make it less of a > klooge by specifying how to use elements of a namespace in the struct. My > first thought was that each namespace should define a sub-struct, so that all > elements of the "tb" namespace would be together in one place. I don't like > the idea of putting a colon in the name of an item in a struct. Some > programming environments might barf. Better to stick with plain vanilla IDs. I agree that my initial use of the colon is probably not that great. Still, it seems that we could put the namespace in the <member> element, thus: POST /xmlrpc/ HTTP/1.0 Host: www.openweblog.com Content-Type: text/xml <?xml version="1.0"?> <methodCall> <methodName>metaWeblog.newPost</methodName> <params> <param> <struct> .... <member> <namespace> http://madskills.com/public/xml/rss/module/trackback/(Continue reading)
RSS Feed