class Phlex::SGML

def call(...)

Render the view to a String. Arguments are delegated to new.
def call(...)
	new(...).call
end