Syntax Guide

Article number: 300831

Syntax Guide

This document is a collection of the proprietary syntax available to Sitekit CMS integrators. It begins with the basic place-markers and then extends to include a comprehensive list of reserved (or ‘magic' words), conditional syntax, and XML data islands. When referring to this document, please ensure it is for the correct version of Sitekit CMS. This document is updated for every new release..

Most of the syntax is supported on deployed systems also though there may be some variants that are domain dependent.

Throughout this document you'll see examples of code, similar to the one shown below;

<BREADCRUMB>
	<CLASSNAME>breadcrumb</CLASSNAME>
	<DELIMITER>></DELIMITER>
	<NAVDEPTH>8</NAVDEPTH>
</BREADCRUMB>

… if you try to copy and paste code examples, be careful that you don't copy hidden Word formatting characters along with the code. Copying code examples into Notepad first should strip away any unwanted formatting.

Related questions