atom support via XSLT

2007-12-12 @ 13:24#

i've been holding off on adding an AtomResource class to exyus. i don't fully grok the details of the AtomPub spec and didn't want to get caught up in learning that while i worked out the details of exyus itself. well, now that things are settling in nicely for exyus, it's time to re-visit Atom support.

looks like this article by Uche Ogbuji would be a good start. i'd like to also look at the details of serializing using a class library in C#. maybe this is a decent start. but i plan on steering clear of too much tightly-coupled coding. i suspect that transformation is the best way to go. that will make it easier to support multiple representations of the same resource.

code