module Webgen::ContentProcessor::Builder

Processes content that is valid Ruby to build an XML tree. This is done by using the builder library.

Public Class Methods

call(context)

Process the content of context which needs to be valid Ruby code. The special variable xml should be used to construct the XML content.