I made a point release to XSLTemplates. I made two changes:
- I added a change so that the content type gets unset if it was previously sent as a header. I don't think this is the right thing to do, but for now it is a workaround that helps with using XSLTemplates with something like WebOb Response objects.
- I added a node_set function that returns a 4Suite Domlette object, which should make passing XML as a node-set simpler.
Overall, it was pretty simple stuff.