<reference language="tmpl">

	<tag contained="true" type="comment">
		<title>Echo Variable Tag</title>
		<syntax>%echo</syntax>
		<description>
		<p>Copy the value of a variable into a new file being created by the system via a TMPL.</p>
		</description>		
		<example>
		&lt;meta name="keywords" content="&lt;!--%echo var="metakey" --&gt;"&gt;
		</example>
		<parameters>
			<parameter required="true">
				<title>var</title>
				<syntax>
					<attribute>var</attribute>
					<option>
						<value>string variable name</value>
					</option>
				</syntax>					
				<description>
				<p>
				The name of the variable which should be printed into the new document. Variable can be defined by a TCF or be a directory variable.
				</p>				
				</description>
			</parameter>
			<parameter>
				<title>encoding</title>
				<syntax>
					<attribute>encoding</attribute>
					<option>
						<value>none</value>
					</option>
				</syntax>					
				<description>
				<p>
				This variable provides the ability to turn encoding off. If this attribute is not set, encoding is assumed to be on. If the variable you are outputting has the output attribute set to "xml" then you are required to set encoding to none for the feature to return the proper value.
				</p>				
				</description>
			</parameter>
		</parameters>	
	</tag>

	<tag contained="true" type="comment">
		<title>Set Variable Tag</title>
		<syntax>%set</syntax>
		<description>
		<p>Defines a new variable within a TMPL.</p>
		</description>		
		<example>
		&lt;meta name="keywords" content="&lt;!--%set var="metakey" --&gt;"&gt;
		</example>
		<parameters>
			<parameter required="true">
				<title>var</title>
				<syntax>
					<attribute>var</attribute>
					<option>
						<value>string variable name</value>
					</option>
				</syntax>					
				<description>
				<p>
				The name of the variable which should be printed into the new document. Variable can be defined by a TCF or be a directory variable.
				</p>				
				</description>
			</parameter>
		</parameters>	
	</tag>	
	
	
	
	
	
	<!--
		<tag>
		<title></title>
		<syntax></syntax>
		<description>
		
		</description>		
		<example>
		
		</example>
		<parameters>
			<parameter>
				<title></title>
				<syntax></syntax>
				<description>
				
				</description>
				<example>
				
				</example>
			</parameter>
			<parameter>
				<title></title>
				<syntax></syntax>
				<description>
				
				</description>
				<example>
				
				</example>
			</parameter>			
		</parameters>	
	</tag>
	
	-->

</reference>
