Default implementation of
org.apache.tapestry.dom.MarkupModel that is appropriate for
traditional HTML markup. This conforms to the SGML HTML definition, including some things that
are not well formed XML-style markup. Assumes that all tags are lowercase.
Method Summary
public void
encode(String content, StringBuilder buffer) Passes all characters but '<', '>' and '&' through unchanged.