Hi. I'm not sure if this is a bug or a feature request... Why does the XML feed at
http://xml.metafilter.com/ strip out any HTML (namely links) out of the nodeValue of the body elements? Why does the feed at
http://www.metafilter.com/metafilter.xml provide a synopsis and a link to more while the previously mentioned feed shows the complete text (it also strips out HTML too)? Boy, it'd be nice to implement some XML-RPC functions for common tasks (posting, logging in, etc.) and spice up the XML feed so that a developer could build a different client for MeFi...
posted by internook to feature requests at 3:26 PM (19 comments total)
All previous experiments with leaving HTML in produced regular errors in XML processors.
Why does the feed at http://www.metafilter.com/metafilter.xml provide a synopsis and a link to more while the previously mentioned feed shows the complete text (it also strips out HTML too)?
Since I don't have clearly defined RSS elements like a predictable URL, description and short summary, I can't provide much of an RSS feed, so I hacked together something that allows syndication of the posts, and points back at the comments on the site.
Boy, it'd be nice to implement some XML-RPC functions for common tasks (posting, logging in, etc.) and spice up the XML feed so that a developer could build a different client for MeFi...
I currently am experiencing server processing issues, and my time is finite, and I don't see how building a fully fledged xml-rpc interface to metafilter helps either.
Actually, it's an interesting question, what benefits does a site/service owner get from opening up an xml-rpc interface? I would argue the potential benefit for users is high, as they get a new variety of interfaces presented to them, but I would venture to guess it's more processing for the service owner and could potentially create security and control problems.
posted by mathowie at 3:50 PM on January 4, 2002