tilt

Roll Your Own XML Templater in Ruby

In this post, we'll use Jim Weirich's XML Builder gem [https://github.com/jimweirich/builder] and the magic of Tilt [https://github.com/rtomayko/tilt] to build our very own XML template engine. What is a Template Engine? A template engine is any code or software…