A view for rendering HTML documents
This view offers a structured approach for rendering HTML documents for the web by defining two primary data types: templates and partials.
Templates are documents designed to contain partials. This will be your usually static content such as the header, navigation and footer of a web page.
Partials are documents which live inside of templates. Partials may be placed anywhere within a template by specifying a target XPath. The first match will be used to inject the partial document.
An interface for views
A view for rendering JSON data
This is an unstructured view and doesn't offer any formatting capabilities.
A view for rendering serialized PHP
This is an unstructured view and doesn't offer any formatting capabilities.
A view for rendering basic XML data
This is an unstructured view and doesn't offer any formatting capabilities.
1.5.4