View System Documentation - HTML_CONTENT XML Element Definitions
XML Elements
Element Name | XSLT Usage | Description |
---|---|---|
HTML_CONTENT | Parent container element. | |
TITLE | Page.pageTitle Page.contentTitle | Required text that is used for the page's HTML title element and the main content title. |
DESCRIPTION | Page.metaDescription | Optional text that is put into the HTML META element's "description". |
KEYWORDS | Page.metaKeywords | Optional text that is put into the HTML META element's "keywords". |
OTHER_CSS | Page.otherCSS | Optional CSS links and/or CSS style definitions that the page needs which are not included within the "page.xslt", or the imported "SiteSpecific.xslt", or "Page.xslt" XSLTs. CSS definitions really should be kept within separate CSS files so that these styles are localized and more maintainable which also aids other site deployments. |
OTHER_SCRIPT | Page.otherScript | Optional extra Javascript file links and/or embedded Javascript definitions that the page needs that are not included within the "page.xslt", or the imported "SiteSpecific.xslt", or "html.xslt" XSLTs. |
OTHER_HEAD_CONTENT | Page.otherHeadContent | Optional extra HTML HEAD content. This should not be used for CSS or Javascript but for extra meta tags etc. |
CONTENT | Page.content | This is the main element that is used and contains the page's HTML content. This content does NOT include the HTML/BODY tags, banners, headers, left navigation, or any footers. All of the previously listed content is provided by the html and site specific XSLTs. This content is simply the right hand text body or core content of the page. |