•  
Main
About Hippo Site Toolkit 1
Technical Documentation
Expression Language
Other

<hippo:content>

Description

The <hippo:content> tag writes a part of a document to the response. The selected document is either the current request document as gotten from the URL or the document defined by the documentPath parameter.

Attributes

Attribute Type Required Description
partName String yes The part of the document that is rendered to the response
documentPath String no Defines the path of the document that is rendered

Examples

<hippo:content partName="body"/>
Renders the body tag of the current request document.
<hippo:content partName="title" documentPath="/content/documents/article3.xml"/>
Shows the content of the title tag of the document with path: /content/documents/article3.xml