[ You are here: XTF -> Tag Reference -> dynaXML -> Document Request Parser Output Tags -> Brand Tag ]

Brand Tag

This tag identifies a file that contains a list of site-specific parameters to be passed on to the document formatter. It has the form:
<brand path="BrandStylesheetLocation"/>
where
path="BrandStylesheetLocation" is the file path and name for the brand file to use. If this path is not specified as an absolute path, it is assumed to be relative to the base XTF installation directory (i.e., XTF_HOME.)
This contents of the branding file is a set of parameter definitions of the form:
<name>value</name>
<name>value</name>
These parameters are most often used to pass "branding" information to the Document Formatter stylesheet (e.g., background color to use, cascading stylesheet to use, font to use, etc.)