I'm a student at the Free University of Berlin. I enjoy hacking and messing about with LaTeX.

In case you should whish to contanct me you can do so at carlos@cmartin.tk. To subscribe RSS 2.0 feed

 

Using mono’s WCF

Meebey uploaded the Mono 2.6 packages to his repo today, so I decided to finish porting blam to WCF and the supposedly perfect SyndicationFeed class, which should make the underlying feed format irrelevant. Big mistake, the code hasn’t been touched in six months and there are some pretty big bugs in it.

First, when reading Atom’s <source> tag (which I believe should be called “element” in XML parlance), it expects (for some reason which escapes my understanding) to have a full Atom-compliant feed embedded in it.

Secondly, it assumes a <guid> tag is always a permalink, and doesn’t check to see if it is.

Both these bugs make the parser stop, which makes my app unusable. I’ll whip out a couple of patches shortly, which will hopefully be backported.

Tags: , ,

Filed under:debian, hacking

Leave a Reply