Hacker News new | ask | show | jobs
by kristianp 6096 days ago
Reminds me of ruby's builder (this blog has a simple, quick example: http://beust.com/weblog/archives/000025.html

Implementation of the xml builder. http://snippets.dzone.com/posts/show/2528

This is supposedly quicker than http://builder.rubyforge.org/

I imagine there is a python equivalient.