<ui6>



<!-- custommerchant.ui6.xml -->

<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->
	<category>custom-merchant</category>
	<uiname>Custom Merchant</uiname>

	<!-- ===============================================================
	  == Content Sources
	  -->

	<content-source>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>

		<type>CustomMerchant</type>
		<uiname>Shopping Cart</uiname>
		<display-icon>DCCart</display-icon>

		<data-source>
			<data-source-type>CustomMerchant Provider</data-source-type>
			<info-filepath>custommerchant.cart.info6.asp</info-filepath>

			<editor>
				<module-name>CMDataSourceEditor</module-name>
				<module-filepath>info/CMDataSourceEditor/Main.html</module-filepath>
			</editor>
        </data-source>

		<runtime-filepath>include/custommerchant.runtime6.asp</runtime-filepath>
		<runtime-constructor>CustomMerchantCart</runtime-constructor>

		<inspector>
			<parameter>
				<uiname>Cart Provider</uiname>
				<info-parameter-name>provider</info-parameter-name>
				<control>combobox(GLDataSources:CustomMerchant)</control>
				<errormessage>No cart provider specified.</errormessage>
			</parameter>
		</inspector>

		<action-filepath>actions/custommerchant.actions6.asp</action-filepath>
		<runtime-setupfunction>SetupCustomMerchantForm</runtime-setupfunction>
		<action>
			<uiname>Add To Cart</uiname>
			<runtime-command>AddToCart</runtime-command>
			<runtime-setupfunction>SetupAddToCart</runtime-setupfunction>
			<content-source-not-required/>
			<binding-details>
				<parameter>
					<uiname>Cart Provider</uiname>
					<control>combobox(GLDataSources:CustomMerchant)</control>
					<errormessage>No cart provider specified.</errormessage>
				</parameter>
				<parameter>
					<uiname>SKU</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"1"</default-value>
				</parameter>
				<parameter>
					<uiname>Description</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"item"</default-value>
				</parameter>
				<parameter>
					<uiname>Unit Price</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"1"</default-value>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Update Cart Totals</uiname>
			<runtime-command>UpdateTotals</runtime-command>
			<runtime-setupfunction>SetupUpdateTotals</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No cart content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Clear Cart</uiname>
			<runtime-command>ClearCart</runtime-command>
			<runtime-setupfunction>SetupClearCart</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No cart content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>
	</content-source>
	<content-source>
		<format>JSP/Java</format>

		<type>CustomMerchant</type>
		<uiname>Shopping Cart</uiname>
		<display-icon>DCCart</display-icon>

		<data-source>
			<data-source-type>CustomMerchant Provider</data-source-type>
			<info-filepath>custommerchant.cart.info6.jsp</info-filepath>

			<editor>
				<module-name>CMDataSourceEditor</module-name>
				<module-filepath>info/CMDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>

		<runtime-filepath>com.adobe.gl.runtime6.custommerchant.*</runtime-filepath>
		<runtime-constructor>CSWCMCart.newCart</runtime-constructor>

		<inspector>
			<parameter>
				<uiname>Cart Provider</uiname>
				<info-parameter-name>provider</info-parameter-name>
				<control>combobox(GLDataSources:CustomMerchant)</control>
				<errormessage>No cart provider specified.</errormessage>
			</parameter>
		</inspector>

		<action-filepath>actions/custommerchant.actions6.jsp</action-filepath>
		<runtime-setupfunction>CMCartAction.setupForm</runtime-setupfunction>
		<action>
			<uiname>Add To Cart</uiname>
			<runtime-command>AddToCart</runtime-command>
			<runtime-setupfunction>CMCartAction.setupAddToCart</runtime-setupfunction>
			<content-source-not-required/>
			<binding-details>
				<parameter>
					<uiname>Cart Provider</uiname>
					<control>combobox(GLDataSources:CustomMerchant)</control>
					<errormessage>No cart provider specified.</errormessage>
				</parameter>
				<parameter>
					<uiname>SKU</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"27001"</default-value>
				</parameter>
				<parameter>
					<uiname>Description</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"item"</default-value>
				</parameter>
				<parameter>
					<uiname>Unit Price</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"1.99"</default-value>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Update Cart Totals</uiname>
			<runtime-command>UpdateTotals</runtime-command>
			<runtime-setupfunction>CMCartAction.setupUpdateTotals</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No cart content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Clear Cart</uiname>
			<runtime-command>ClearCart</runtime-command>
			<runtime-setupfunction>CMCartAction.setupClearCart</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No cart content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>
	</content-source>
	<content-source>
		<format>PHP</format>

		<type>CustomMerchant</type>
		<uiname>Shopping Cart</uiname>
		<display-icon>DCCart</display-icon>

		<data-source>
			<data-source-type>CustomMerchant Provider</data-source-type>
			<info-filepath>custommerchant.cart.info6.php</info-filepath>

			<editor>
				<module-name>CMDataSourceEditor</module-name>
				<module-filepath>info/CMDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>

		<runtime-filepath>include/custommerchant.runtime6.php</runtime-filepath>
		<runtime-constructor>CustomMerchantCart</runtime-constructor>
		<inspector>
			<parameter>
				<uiname>Cart Provider</uiname>
				<info-parameter-name>provider</info-parameter-name>
				<control>combobox(GLDataSources:CustomMerchant)</control>
				<errormessage>No cart provider specified.</errormessage>
			</parameter>
		</inspector>

		<action-filepath>actions/custommerchant.actions6.php</action-filepath>
		<runtime-setupfunction>SetupCustomMerchantForm</runtime-setupfunction>
		<action>
			<uiname>Add To Cart</uiname>
			<runtime-command>AddToCart</runtime-command>
			<runtime-setupfunction>SetupAddToCart</runtime-setupfunction>
			<content-source-not-required/>
			<binding-details>
				<parameter>
					<uiname>Cart Provider</uiname>
					<control>combobox(GLDataSources:CustomMerchant)</control>
					<errormessage>No cart provider specified.</errormessage>
				</parameter>
				<parameter>
					<uiname>SKU</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"1"</default-value>
				</parameter>
				<parameter>
					<uiname>Description</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"item"</default-value>
				</parameter>
				<parameter>
					<uiname>Unit Price</uiname>
					<control>combobox(GLFields)</control>
					<default-value>"1"</default-value>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Update Cart Totals</uiname>
			<runtime-command>UpdateTotals</runtime-command>
			<runtime-setupfunction>SetupUpdateTotals</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No cart content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Clear Cart</uiname>
			<runtime-command>ClearCart</runtime-command>
			<runtime-setupfunction>SetupClearCart</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No cart content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>
	</content-source>

	<content-source>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>

		<type>CustomMerchant</type>
		<uiname>Order Form</uiname>
		<display-icon>DCOrder</display-icon>

		<data-source>
			<data-source-type>CustomMerchant Provider</data-source-type>
			<info-filepath>custommerchant.order.info6.asp</info-filepath>

			<editor>
				<module-name>CMDataSourceEditor</module-name>
				<module-filepath>info/CMDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>
		
		<runtime-filepath>include/custommerchant.runtime6.asp</runtime-filepath>
		<runtime-constructor>CustomMerchantOrderForm</runtime-constructor>

		<inspector>
			<parameter>
				<uiname>Order Form Provider</uiname>
				<info-parameter-name>provider</info-parameter-name>
				<control>combobox(GLDataSources:CustomMerchant)</control>
				<errormessage>No order form provider specified.</errormessage>
			</parameter>
		</inspector>

		<action-filepath>actions/custommerchant.actions6.asp</action-filepath>
		<runtime-setupfunction>SetupCustomMerchantForm</runtime-setupfunction>
		<action>
			<uiname>Update Order Form</uiname>
			<runtime-command>UpdateOrder</runtime-command>
			<runtime-setupfunction>SetupUpdateOrder</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No order form content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Submit Order Form</uiname>
			<runtime-command>PurchaseNow</runtime-command>
			<runtime-setupfunction>SetupPurchaseNow</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No order form content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>
	</content-source>
	<content-source>
		<format>JSP/Java</format>

		<type>CustomMerchant</type>
		<uiname>Order Form</uiname>
		<display-icon>DCOrder</display-icon>

		<data-source>
			<data-source-type>CustomMerchant Provider</data-source-type>
			<info-filepath>custommerchant.order.info6.jsp</info-filepath>

			<editor>
				<module-name>CMDataSourceEditor</module-name>
				<module-filepath>info/CMDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>

		<runtime-filepath>com.adobe.gl.runtime6.custommerchant.*</runtime-filepath>
		<runtime-constructor>CSWCMOrderForm.newOrderForm</runtime-constructor>
		<inspector>
			<parameter>
				<uiname>Order Form Provider</uiname>
				<info-parameter-name>provider</info-parameter-name>
				<control>combobox(GLDataSources:CustomMerchant)</control>
				<errormessage>No order form provider specified.</errormessage>
			</parameter>
		</inspector>

		<action-filepath>actions/custommerchant.actions6.jsp</action-filepath>
		<runtime-setupfunction>CMOrderAction.setupForm</runtime-setupfunction>
		<action>
			<uiname>Update Order Form</uiname>
			<runtime-command>UpdateOrder</runtime-command>
			<runtime-setupfunction>CMOrderAction.setupUpdateOrder</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No order form content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Submit Order Form</uiname>
			<runtime-command>PurchaseNow</runtime-command>
			<runtime-setupfunction>CMOrderAction.setupPurchaseNow</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No order form content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>
	</content-source>
	<content-source>
		<format>PHP</format>

		<type>CustomMerchant</type>
		<uiname>Order Form</uiname>
		<display-icon>DCOrder</display-icon>

		<data-source>
			<data-source-type>CustomMerchant Provider</data-source-type>
			<info-filepath>custommerchant.order.info6.php</info-filepath>

			<editor>
				<module-name>CMDataSourceEditor</module-name>
				<module-filepath>info/CMDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>
		
		<runtime-filepath>include/custommerchant.runtime6.php</runtime-filepath>
		<runtime-constructor>CustomMerchantOrderForm</runtime-constructor>

		<inspector>
			<parameter>
				<uiname>Order Form Provider</uiname>
				<info-parameter-name>provider</info-parameter-name>
				<control>combobox(GLDataSources:CustomMerchant)</control>
				<errormessage>No order form provider specified.</errormessage>
			</parameter>
		</inspector>

		<action-filepath>actions/custommerchant.actions6.php</action-filepath>
		<runtime-setupfunction>SetupCustomMerchantForm</runtime-setupfunction>
		<action>
			<uiname>Update Order Form</uiname>
			<runtime-command>UpdateOrder</runtime-command>
			<runtime-setupfunction>SetupUpdateOrder</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No order form content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Submit Order Form</uiname>
			<runtime-command>PurchaseNow</runtime-command>
			<runtime-setupfunction>SetupPurchaseNow</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content Source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No order form content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>
	</content-source>


</uidefs>




<!-- general.ui6.xml -->

<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2000-2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->

	<!-- ===============================================================
	  == Filters
	  -->

	<filter>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>EncodeAsHTML</name>
		<uiname>Encode string as HTML</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>Server.HTMLEncode</runtime-command>
	</filter>
	<filter>
		<format>JSP/Java</format>
		<name>EncodeAsHTML</name>
		<uiname>Encode string as HTML</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLFilters.htmlEncode</runtime-command>
	</filter>
	<filter>
		<format>PHP</format>
		<name>EncodeAsHTML</name>
		<uiname>Encode string as HTML</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>htmlspecialchars</runtime-command>
	</filter>

	<filter>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>EncodeURL</name>
		<uiname>Encode URL string</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>Server.URLEncode</runtime-command>
	</filter>
	<filter>
		<format>JSP/Java</format>
		<name>EncodeURL</name>
		<uiname>Encode URL string</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLFilters.urlEncode</runtime-command>
	</filter>
	<filter>
		<format>PHP</format>
		<name>EncodeURL</name>
		<uiname>Encode URL string</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>urlencode</runtime-command>
	</filter>

	<filter>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>mapPath</name>
		<uiname>Map application-relative path</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>mapPath</runtime-command>
	</filter>
	<filter>
		<format>JSP/Java</format>
		<name>mapPath</name>
		<uiname>Map application-relative path</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLFilters.mapPath</runtime-command>
	</filter>
	<filter>
		<format>PHP</format>
		<name>mapPath</name>
		<uiname>Map application-relative path</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>mapPath</runtime-command>
	</filter>

	<filter>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>ConvertLineEndings</name>
		<uiname>Convert line endings</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>ConvertLineEndings</runtime-command>
		<binding-details>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &amp;nbsp; in white space</uiname>
				<layout>widelabel</layout>
				<on-value>true</on-value>
				<off-value>false</off-value>
				<default-value>true</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &lt;BR&gt; tag</uiname>
				<layout>widelabel</layout>
				<on-value>true</on-value>
				<off-value>false</off-value>
				<default-value>true</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &lt;P&gt; tag</uiname>
				<layout>widelabel</layout>
				<on-value>true</on-value>
				<off-value>false</off-value>
				<default-value>true</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Encode as HTML</uiname>
				<layout>widelabel</layout>
				<on-value>true</on-value>
				<off-value>false</off-value>
				<default-value>true</default-value>
			</parameter>
		</binding-details>
	</filter>
	<filter>
		<format>JSP/Java</format>
		<name>ConvertLineEndings</name>
		<uiname>Convert line endings</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLFilters.convertLineEndings</runtime-command>
		<binding-details>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &amp;nbsp; in white space</uiname>
				<layout>widelabel</layout>
				<on-value>GLFilters.USE_NBSP</on-value>
				<off-value>!GLFilters.USE_NBSP</off-value>
				<default-value>GLFilters.USE_NBSP</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &lt;BR&gt; tag</uiname>
				<layout>widelabel</layout>
				<on-value>GLFilters.USE_BR</on-value>
				<off-value>!GLFilters.USE_BR</off-value>
				<default-value>GLFilters.USE_BR</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &lt;P&gt; tag</uiname>
				<layout>widelabel</layout>
				<on-value>GLFilters.USE_P</on-value>
				<off-value>!GLFilters.USE_P</off-value>
				<default-value>GLFilters.USE_P</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Encode as HTML</uiname>
				<layout>widelabel</layout>
				<on-value>GLFilters.USE_ENCODE</on-value>
				<off-value>!GLFilters.USE_ENCODE</off-value>
				<default-value>GLFilters.USE_ENCODE</default-value>
			</parameter>
		</binding-details>
	</filter>
	<filter>
		<format>PHP</format>
		<name>ConvertLineEndings</name>
		<uiname>Convert line endings</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>ConvertLineEndings</runtime-command>
		<binding-details>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &amp;nbsp; in white space</uiname>
				<layout>widelabel</layout>
				<on-value>true</on-value>
				<off-value>false</off-value>
				<default-value>true</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &lt;BR&gt; tag</uiname>
				<layout>widelabel</layout>
				<on-value>true</on-value>
				<off-value>false</off-value>
				<default-value>true</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Use &lt;P&gt; tag</uiname>
				<layout>widelabel</layout>
				<on-value>true</on-value>
				<off-value>false</off-value>
				<default-value>true</default-value>
			</parameter>
			<parameter>
				<control>checkbox</control>
				<uiname>Encode as HTML</uiname>
				<layout>widelabel</layout>
				<on-value>true</on-value>
				<off-value>false</off-value>
				<default-value>true</default-value>
			</parameter>
		</binding-details>
	</filter>

	<filter>
		<format>JSP/Java</format>
		<uiname>Format currency</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLNumberFormat.Currency</runtime-command>
		<binding-details>
			<parameter>
				<control>textfield</control>
				<uiname>Minimum digits after decimal</uiname>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
			<parameter>
				<control>textfield</control>
				<uiname>Maximum digits after decimal</uiname>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
			<parameter>
				<control>textfield</control>
				<uiname>Minimum digits before decimal</uiname>
				<layout>widelabel</layout>
				<default-value>0</default-value>
			</parameter>
			<parameter>
				<control>popup</control>
				<uiname>Group digits</uiname>
				<choice>
					<value>-1</value>
					<uiname>Default</uiname>
				</choice>
				<choice>
					<value>1</value>
					<uiname>Yes</uiname>
				</choice>
				<choice>
					<value>0</value>
					<uiname>No</uiname>
				</choice>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
		</binding-details>
	</filter>

	<filter>
		<format>JSP/Java</format>
		<uiname>Format number</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLNumberFormat.Number</runtime-command>
		<binding-details>
			<parameter>
				<control>textfield</control>
				<uiname>Minimum digits after decimal</uiname>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
			<parameter>
				<control>textfield</control>
				<uiname>Maximum digits after decimal</uiname>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
			<parameter>
				<control>textfield</control>
				<uiname>Minimum digits before decimal</uiname>
				<layout>widelabel</layout>
				<default-value>0</default-value>
			</parameter>
			<parameter>
				<control>popup</control>
				<uiname>Group digits</uiname>
				<choice>
					<value>-1</value>
					<uiname>Default</uiname>
				</choice>
				<choice>
					<value>1</value>
					<uiname>Yes</uiname>
				</choice>
				<choice>
					<value>0</value>
					<uiname>No</uiname>
				</choice>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
		</binding-details>
	</filter>

	<filter>
		<format>JSP/Java</format>
		<uiname>Format percent</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLNumberFormat.Percent</runtime-command>
		<binding-details>
			<parameter>
				<control>textfield</control>
				<uiname>Minimum digits after decimal</uiname>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
			<parameter>
				<control>textfield</control>
				<uiname>Maximum digits after decimal</uiname>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
			<parameter>
				<control>textfield</control>
				<uiname>Minimum digits before decimal</uiname>
				<layout>widelabel</layout>
				<default-value>0</default-value>
			</parameter>
			<parameter>
				<control>popup</control>
				<uiname>Group digits</uiname>
				<choice>
					<value>-1</value>
					<uiname>Default</uiname>
				</choice>
				<choice>
					<value>1</value>
					<uiname>Yes</uiname>
				</choice>
				<choice>
					<value>0</value>
					<uiname>No</uiname>
				</choice>
				<layout>widelabel</layout>
				<default-value>-1</default-value>
			</parameter>
		</binding-details>
	</filter>

	<filter>
		<format>JSP/Java</format>
		<uiname>Format date</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLDateFormat.Date</runtime-command>
		<binding-details>
			<parameter>
				<control>popup</control>
				<uiname>Format date as</uiname>
				<choice>
					<value>GLDateFormat.FULL</value>
					<uiname>Full Date</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.LONG</value>
					<uiname>Long Date</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.MEDIUM</value>
					<uiname>Medium Date</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.SHORT</value>
					<uiname>Short Date</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.DEFAULT</value>
					<uiname>Default</uiname>
				</choice>
				<default-value>GLDateFormat.DEFAULT</default-value>
			</parameter>
		</binding-details>
	</filter>

	<filter>
		<format>JSP/Java</format>
		<uiname>Format time</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLDateFormat.Time</runtime-command>
		<binding-details>
			<parameter>
				<control>popup</control>
				<uiname>Format time as</uiname>
				<choice>
					<value>GLDateFormat.FULL</value>
					<uiname>Full Time</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.LONG</value>
					<uiname>Long Time</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.MEDIUM</value>
					<uiname>Medium Time</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.SHORT</value>
					<uiname>Short Time</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.DEFAULT</value>
					<uiname>Default</uiname>
				</choice>
				<default-value>GLDateFormat.DEFAULT</default-value>
			</parameter>
		</binding-details>
	</filter>

	<filter>
		<format>JSP/Java</format>
		<uiname>Format date and time</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLDateFormat.DateTime</runtime-command>
		<binding-details>
			<parameter>
				<control>popup</control>
				<uiname>Format date part as</uiname>
				<choice>
					<value>GLDateFormat.FULL</value>
					<uiname>Full Date</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.LONG</value>
					<uiname>Long Date</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.MEDIUM</value>
					<uiname>Medium Date</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.SHORT</value>
					<uiname>Short Date</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.DEFAULT</value>
					<uiname>Default</uiname>
				</choice>
				<layout>widelabel</layout>
				<default-value>GLDateFormat.DEFAULT</default-value>
			</parameter>
			<parameter>
				<control>popup</control>
				<uiname>Format time part as</uiname>
				<choice>
					<value>GLDateFormat.FULL</value>
					<uiname>Full Time</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.LONG</value>
					<uiname>Long Time</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.MEDIUM</value>
					<uiname>Medium Time</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.SHORT</value>
					<uiname>Short Time</uiname>
				</choice>
				<choice>
					<value>GLDateFormat.DEFAULT</value>
					<uiname>Default</uiname>
				</choice>
				<layout>widelabel</layout>
				<default-value>GLDateFormat.DEFAULT</default-value>
			</parameter>
		</binding-details>
	</filter>

	<!-- ===============================================================
	  == Conditions
	  -->

	<condition>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>FirstRecord</name>
		<uiname>If first record</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>FirstRecord</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>FirstRecord</name>
		<uiname>If first record</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.FirstRecord</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>PHP</format>
		<name>FirstRecord</name>
		<uiname>If first record</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>FirstRecord</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>

	<condition>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>LastRecord</name>
		<uiname>If last record</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>LastRecord</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>LastRecord</name>
		<uiname>If last record</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.LastRecord</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>PHP</format>
		<name>LastRecord</name>
		<uiname>If last record</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>LastRecord</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>

	<condition>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>NoRecords</name>
		<uiname>If no records</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>NoRecords</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>NoRecords</name>
		<uiname>If no records</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.NoRecords</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>PHP</format>
		<name>NoRecords</name>
		<uiname>If no records</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>NoRecords</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>

	<condition>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>RecordCountGreaterThan</name>
		<uiname>If many records</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>RecordCountGreaterThan</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
			<parameter>
				<uiname>More than</uiname>
				<control>textfield</control>
				<default-value>0</default-value>
				<errormessage>No maximum record count specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>RecordCountGreaterThan</name>
		<uiname>If many records</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.RecordCountGreaterThan</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
			<parameter>
				<uiname>More than</uiname>
				<control>textfield</control>
				<default-value>0</default-value>
				<errormessage>No maximum record count specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>PHP</format>
		<name>RecordCountGreaterThan</name>
		<uiname>If many records</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>RecordCountGreaterThan</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
			</parameter>
			<parameter>
				<uiname>More than</uiname>
				<control>textfield</control>
				<default-value>0</default-value>
				<errormessage>No maximum record count specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>

	<condition>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>FieldMatches</name>
		<uiname>If field matches</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>MatchField</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
			<parameter>
				<uiname>Condition</uiname>
				<control>popup</control>
				<choice>
					<value>1</value>
					<uiname>=</uiname>
				</choice>
				<choice>
					<value>2</value>
					<uiname>&lt;&gt;</uiname>
				</choice>
				<choice>
					<value>3</value>
					<uiname>&lt;</uiname>
				</choice>
				<choice>
					<value>4</value>
					<uiname>&gt;</uiname>
				</choice>
				<choice>
					<value>5</value>
					<uiname>&lt;=</uiname>
				</choice>
				<choice>
					<value>6</value>
					<uiname>&gt;=</uiname>
				</choice>
				<choice>
					<value>7</value>
					<uiname>like</uiname>
				</choice>
				<choice>
					<value>8</value>
					<uiname>in</uiname>
				</choice>
				<default-value>1</default-value>
			</parameter>
			<parameter>
				<uiname>Value</uiname>
				<control>textfield</control>
				<default-value></default-value>
				<errormessage>No value specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>FieldMatches</name>
		<uiname>If field matches</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.MatchField</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
			<parameter>
				<uiname>Condition</uiname>
				<control>popup</control>
				<choice>
					<value>"=="</value>
					<uiname>=</uiname>
				</choice>
				<choice>
					<value>"!="</value>
					<uiname>&lt;&gt;</uiname>
				</choice>
				<choice>
					<value>"&lt;"</value>
					<uiname>&lt;</uiname>
				</choice>
				<choice>
					<value>"&gt;"</value>
					<uiname>&gt;</uiname>
				</choice>
				<choice>
					<value>"&lt;="</value>
					<uiname>&lt;=</uiname>
				</choice>
				<choice>
					<value>"&gt;="</value>
					<uiname>&gt;=</uiname>
				</choice>
				<choice>
					<value>"matches regexp"</value>
					<uiname>like</uiname>
				</choice>
				<default-value>"=="</default-value>
			</parameter>
			<parameter>
				<uiname>Value</uiname>
				<control>textfield</control>
				<default-value></default-value>
				<errormessage>No value specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>PHP</format>
		<name>FieldMatches</name>
		<uiname>If field matches</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>MatchField</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
			<parameter>
				<uiname>Condition</uiname>
				<control>popup</control>
				<choice>
					<value>"=="</value>
					<uiname>=</uiname>
				</choice>
				<choice>
					<value>"!="</value>
					<uiname>&lt;&gt;</uiname>
				</choice>
				<choice>
					<value>"&lt;"</value>
					<uiname>&lt;</uiname>
				</choice>
				<choice>
					<value>"&gt;"</value>
					<uiname>&gt;</uiname>
				</choice>
				<choice>
					<value>"&lt;="</value>
					<uiname>&lt;=</uiname>
				</choice>
				<choice>
					<value>"&gt;="</value>
					<uiname>&gt;=</uiname>
				</choice>
				<choice>
					<value>"like"</value>
					<uiname>like</uiname>
				</choice>
				<choice>
					<value>"in"</value>
					<uiname>in</uiname>
				</choice>
				<default-value>"=="</default-value>
			</parameter>
			<parameter>
				<uiname>Value</uiname>
				<control>textfield</control>
				<default-value></default-value>
				<errormessage>No value specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>

	<condition>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>Empty</name>
		<uiname>If field is empty</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>FieldIsEmpty</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>Empty</name>
		<uiname>If field is empty</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.IsEmpty</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>PHP</format>
		<name>Empty</name>
		<uiname>If field is empty</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>IsEmpty</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>

	<condition>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>HasError</name>
		<uiname>If field has error</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>HasError</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLErrorFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>HasError</name>
		<uiname>If field has error</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.HasError</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLErrorFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>PHP</format>
		<name>HasError</name>
		<uiname>If field has error</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>HasError</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Field</uiname>
				<control>combobox(GLErrorFields)</control>
				<errormessage>No field specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>

	<condition>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<name>True</name>
		<uiname>Always</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>ReturnTrue</runtime-command>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>True</name>
		<uiname>Always</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.ReturnTrue</runtime-command>
	</condition>
	<condition>
		<format>PHP</format>
		<name>True</name>
		<uiname>Always</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>ReturnTrue</runtime-command>
	</condition>

	<condition>
		<format>ASP/VBScript</format>
		<name>Custom</name>
		<uiname>Custom</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>IsTrue</runtime-command>
		<binding-details>
			<parameter>
				<uiname>VBScript expression</uiname>
				<control>textfield</control>
				<layout>vertical</layout>
				<default-value></default-value>
				<errormessage>No expression specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>ASP/JScript</format>
		<name>Custom</name>
		<uiname>Custom</uiname>
		<runtime-filepath>include/utils.runtime6.asp</runtime-filepath>
		<runtime-command>IsTrue</runtime-command>
		<binding-details>
			<parameter>
				<uiname>JScript expression</uiname>
				<control>textfield</control>
				<layout>vertical</layout>
				<default-value></default-value>
				<errormessage>No expression specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>JSP/Java</format>
		<name>Custom</name>
		<uiname>Custom</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
		<runtime-command>GLCondition.IsTrue</runtime-command>
		<binding-details>
			<parameter>
				<uiname>Java expression</uiname>
				<control>textfield</control>
				<layout>vertical</layout>
				<default-value></default-value>
				<errormessage>No expression specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>
	<condition>
		<format>PHP</format>
		<name>Custom</name>
		<uiname>Custom</uiname>
		<runtime-filepath>include/utils.runtime6.php</runtime-filepath>
		<runtime-command>IsTrue</runtime-command>
		<binding-details>
			<parameter>
				<uiname>PHP expression</uiname>
				<control>textfield</control>
				<layout>vertical</layout>
				<default-value></default-value>
				<errormessage>No expression specified.</errormessage>
			</parameter>
		</binding-details>
	</condition>

</uidefs>


<!-- reservedwords.ui6.xml -->

<reserved-words>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2001-2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->

	<scripting>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<!-- ASP reserved words -->
		<word>application</word>
		<word>objectcontext</word>
		<word>request</word>
		<word>response</word>
		<word>server</word>
		<word>session</word>
	</scripting>

	<scripting>
		<format>ASP/VBScript</format>
		<!-- VBScript reserved words -->
		<!-- ref: http://support.microsoft.com/support/kb/articles/Q216/5/28.asp -->
		<word>and</word>
		<word>as</word>
		<word>boolean</word>
		<word>byref</word>
		<word>byte</word>
		<word>byval</word>
		<word>call</word>
		<word>case</word>
		<word>class</word>
		<word>const</word>
		<word>currency</word>
		<word>debug</word>
		<word>dim</word>
		<word>do</word>
		<word>double</word>
		<word>each</word>
		<word>else</word>
		<word>elseif</word>
		<word>empty</word>
		<word>end</word>
		<word>endif</word>
		<word>enum</word>
		<word>eqv</word>
		<word>event</word>
		<word>exit</word>
		<word>false</word>
		<word>for</word>
		<word>function</word>
		<word>get</word>
		<word>goto</word>
		<word>if</word>
		<word>imp</word>
		<word>implements</word>
		<word>in</word>
		<word>integer</word>
		<word>is</word>
		<word>let</word>
		<word>like</word>
		<word>long</word>
		<word>loop</word>
		<word>lset</word>
		<word>me</word>
		<word>mod</word>
		<word>new</word>
		<word>next</word>
		<word>not</word>
		<word>nothing</word>
		<word>null</word>
		<word>on</word>
		<word>option</word>
		<word>optional</word>
		<word>or</word>
		<word>paramarray</word>
		<word>preserve</word>
		<word>private</word>
		<word>public</word>
		<word>raiseevent</word>
		<word>redim</word>
		<word>rem</word>
		<word>resume</word>
		<word>rset</word>
		<word>select</word>
		<word>set</word>
		<word>shared</word>
		<word>single</word>
		<word>static</word>
		<word>stop</word>
		<word>sub</word>
		<word>then</word>
		<word>to</word>
		<word>true</word>
		<word>type</word>
		<word>typeof</word>
		<word>until</word>
		<word>variant</word>
		<word>wend</word>
		<word>while</word>
		<word>with</word>
		<word>xor</word>
	</scripting>

	<scripting>
		<format>ASP/VBScript</format>
		<!-- VBScript function names -->
		<word>abs</word>
		<word>asc</word>
		<word>atn</word>
		<word>cbool</word>
		<word>cbyte</word>
		<word>cdate</word>
		<word>cdbl</word>
		<word>chr</word>
		<word>cint</word>
		<word>clng</word>
		<word>cos</word>
		<word>csng</word>
		<word>cstr</word>
		<word>date</word>
		<word>dateserial</word>
		<word>datevalue</word>
		<word>day</word>
		<word>endtype</word>
		<word>endselect</word>
		<word>endwith</word>
		<word>erase</word>
		<word>error</word>
		<word>exp</word>
		<word>explicit</word>
		<word>filter</word>
		<word>fix</word>
		<word>friend</word>
		<word>hex</word>
		<word>hour</word>
		<word>inputbox</word>
		<word>instr</word>
		<word>int</word>
		<word>isarray</word>
		<word>isdate</word>
		<word>isempty</word>
		<word>isnull</word>
		<word>isnumeric</word>
		<word>lbound</word>
		<word>lcase</word>
		<word>left</word>
		<word>len</word>
		<word>log</word>
		<word>ltrim</word>
		<word>mid</word>
		<word>minute</word>
		<word>month</word>
		<word>msgbox</word>
		<word>now</word>
		<word>object</word>
		<word>oct</word>
		<word>randomize</word>
		<word>right</word>
		<word>rnd</word>
		<word>rtrim</word>
		<word>second</word>
		<word>sgn</word>
		<word>sin</word>
		<word>sqr</word>
		<word>space</word>
		<word>strcomp</word>
		<word>string</word>
		<word>tan</word>
		<word>time</word>
		<word>timer</word>
		<word>timeserial</word>
		<word>timevalue</word>
		<word>trim</word>
		<word>ubound</word>
		<word>ucase</word>
		<word>vartype</word>
		<word>weekday</word>
		<word>withevents</word>
		<word>year</word>
	</scripting>

	<scripting>
		<format>ASP/JScript</format>
		<!-- JScript reserved words.  -->
		<!-- Ref: http://support.microsoft.com/support/kb/articles/Q216/5/28.asp -->
		<word>break</word>
		<word>case</word>
		<word>catch</word>
		<word>class</word>
		<word>const</word>
		<word>continue</word>
		<word>debugger</word>
		<word>default</word>
		<word>delete</word>
		<word>do</word>
		<word>else</word>
		<word>enum</word>
		<word>export</word>
		<word>extends</word>
		<word>false</word>
		<word>finally</word>
		<word>for</word>
		<word>function</word>
		<word>if</word>
		<word>import</word>
		<word>in</word>
		<word>instanceof</word>
		<word>new</word>
		<word>null</word>
		<word>return</word>
		<word>super</word>
		<word>switch</word>
		<word>this</word>
		<word>throw</word>
		<word>true</word>
		<word>type</word>
		<word>typeof</word>
		<word>var</word>
		<word>void</word>
		<word>while</word>
		<word>with</word>
	</scripting>

	<scripting>
		<format>JSP/Java</format>
		<word>abstract</word>
		<word>boolean</word>
		<word>break</word>
		<word>byte</word>
		<word>case</word>
		<word>catch</word>
		<word>char</word>
		<word>class</word>
		<word>const</word>
		<word>continue</word>
		<word>default</word>
		<word>do</word>
		<word>double</word>
		<word>else</word>
		<word>extends</word>
		<word>final</word>
		<word>finally</word>
		<word>float</word>
		<word>for</word>
		<word>goto</word>
		<word>if</word>
		<word>implements</word>
		<word>import</word>
		<word>instanceof</word>
		<word>int</word>
		<word>interface</word>
		<word>long</word>
		<word>native</word>
		<word>new</word>
		<word>package</word>
		<word>private</word>
		<word>protected</word>
		<word>public</word>
		<word>return</word>
		<word>short</word>
		<word>static</word>
		<word>strictfp</word>
		<word>super</word>
		<word>switch</word>
		<word>synchronized</word>
		<word>this</word>
		<word>throw</word>
		<word>throws</word>
		<word>transient</word>
		<word>try</word>
		<word>void</word>
		<word>volatile</word>
		<word>while</word>
	</scripting>

	<scripting>
		<!-- From http://www.php.net/manual/en/reserved.php -->
		<format>PHP</format>
		<word>and</word>
		<word>break</word>
		<word>case</word>
		<word>cfunction</word>
		<word>class</word>
		<word>const</word>
		<word>continue</word>
		<word>date</word>
		<word>default</word>
		<word>do</word>
		<word>die</word>
		<word>echo</word>
		<word>else</word>
		<word>elseif</word>
		<word>empty</word>
		<word>endfor</word>
		<word>endforeach</word>
		<word>endif</word>
		<word>endswitch</word>
		<word>endwhile</word>
		<word>exit</word>
		<word>extends</word>
		<word>false</word>
		<word>for</word>
		<word>foreach</word>
		<word>function</word>
		<word>if</word>
		<word>include</word>
		<word>include_once</word>
		<word>global</word>
		<word>list</word>
		<word>new</word>
		<word>not</word>
		<word>null</word>
		<word>old_function</word>
		<word>or</word>
		<word>parent</word>
		<word>print</word>
		<word>require</word>
		<word>require_once</word>
		<word>return</word>
		<word>static</word>
		<word>switch</word>
		<word>stdclass</word>
		<word>this</word>
		<word>true</word>
		<word>var</word>
		<word>xor</word>
		<word>virtual</word>
		<word>while</word>
	</scripting>

	<check-sql-list-for-scripting>yes</check-sql-list-for-scripting>

	<sql>
		<!-- Reserved words in MS Query. See <http://support.microsoft.com/support/kb/articles/q125/9/48.asp> -->
		<word>ABSOLUTE</word>
		<word>ADA</word>
		<word>ADD</word>
		<word>ALL</word>
		<word>ALLOCATE</word>
		<word>ALTER</word>
		<word>AND</word>
		<word>ANY</word>
		<word>ARE</word>
		<word>AS</word>
		<word>ASC</word>
		<word>ASSERTION</word>
		<word>AT</word>
		<word>AUTHORIZATION</word>
		<word>AVG</word>
		<word>BEGIN</word>
		<word>BETWEEN</word>
		<word>BIT</word>
		<word>BIT_LENGTH</word>
		<word>BY</word>
		<word>CASCADE</word>
		<word>CASCADED</word>
		<word>CASE</word>
		<word>CAST</word>
		<word>CATALOG</word>
		<word>CHAR</word>
		<word>CHAR_LENGTH</word>
		<word>CHARACTER</word>
		<word>CHARACTER_LENGTH</word>
		<word>CHECK</word>
		<word>CLOSE</word>
		<word>COALESCE</word>
		<word>COBOL</word>
		<word>COLLATE</word>
		<word>COLLATION</word>
		<word>COLUMN</word>
		<word>COMMIT</word>
		<word>CONNECT</word>
		<word>CONNECTION</word>
		<word>CONSTRAINT</word>
		<word>CONSTRAINTS</word>
		<word>CONTINUE</word>
		<word>CONVERT</word>
		<word>CORRESPONDING</word>
		<word>COUNT</word>
		<word>CREATE</word>
		<word>CURRENT</word>
		<word>CURRENT_DATE</word>
		<word>CURRENT-TIME</word>
		<word>CURRENT_TIMESTAMP</word>
		<word>CURSOR</word>
		<word>DATABASE</word>
		<word>DATE</word>
		<word>DAY</word>
		<word>DEALLOCATE</word>
		<word>DEC</word>
		<word>DECIMAL</word>
		<word>DECLARE</word>
		<word>DEFERRABLE</word>
		<word>DEFERRED</word>
		<word>DELETE</word>
		<word>DESC</word>
		<word>DESCRIBE</word>
		<word>DESCRIPTOR</word>
		<word>DIAGNOSTICS</word>
		<word>DICTIONARY</word>
		<word>DISCONNECT</word>
		<word>DISPLACEMENT</word>
		<word>DISTINCT</word>
		<word>DOMAIN</word>
		<word>DOUBLE</word>
		<word>DROP</word>
		<word>ELSE</word>
		<word>END</word>
		<word>END-EXEC</word>
		<word>ESCAPE</word>
		<word>EXCEPT</word>
		<word>EXCEPTION</word>
		<word>EXEC</word>
		<word>EXECUTE</word>
		<word>EXISTS</word>
		<word>EXTERNAL</word>
		<word>EXTRACT</word>
		<word>FALSE</word>
		<word>FETCH</word>
		<word>FIRST</word>
		<word>FLOAT</word>
		<word>FOR</word>
		<word>FOREIGN</word>
		<word>FORTRAN</word>
		<word>FOUND</word>
		<word>FROM</word>
		<word>FULL</word>
		<word>GENERAL</word>
		<word>GET</word>
		<word>GLOBAL</word>
		<word>GO</word>
		<word>GOTO</word>
		<word>GRANT</word>
		<word>GROUP</word>
		<word>HAVING</word>
		<word>HOUR</word>
		<word>IDENTITY</word>
		<word>IGNORE</word>
		<word>IMMEDIATE</word>
		<word>IN</word>
		<word>INCLUDE</word>
		<word>INDEX</word>
		<word>INDICATOR</word>
		<word>INITIALLY</word>
		<word>INNER</word>
		<word>INPUT</word>
		<word>INSENSITIVE</word>
		<word>INSERT</word>
		<word>INTEGER</word>
		<word>INTERSECT</word>
		<word>INTERVAL</word>
		<word>INTO</word>
		<word>IS</word>
		<word>ISOLATION</word>
		<word>JOIN</word>
		<word>KEY</word>
		<word>LANGUAGE</word>
		<word>LAST</word>
		<word>LEFT</word>
		<word>LEVEL</word>
		<word>LIKE</word>
		<word>LOCAL</word>
		<word>LOWER</word>
		<word>MATCH</word>
		<word>MAX</word>
		<word>MIN</word>
		<word>MINUTE</word>
		<word>MODULE</word>
		<word>MONTH</word>
		<word>MUMPS</word>
		<word>NAMES</word>
		<word>NATIONAL</word>
		<word>NCHAR</word>
		<word>NEXT</word>
		<word>NONE</word>
		<word>NOT</word>
		<word>NULL</word>
		<word>NULLIF</word>
		<word>NUMERIC</word>
		<word>OCTET_LENGTH</word>
		<word>OF</word>
		<word>OFF</word>
		<word>ON</word>
		<word>ONLY</word>
		<word>OPEN</word>
		<word>OPTION</word>
		<word>OR</word>
		<word>ORDER</word>
		<word>OUTER</word>
		<word>OUTPUT</word>
		<word>OVERLAPS</word>
		<word>PARTIAL</word>
		<word>PASCAL</word>
		<word>PLI</word>
		<word>POSITION</word>
		<word>PRECISION</word>
		<word>PREPARE</word>
		<word>PRESERVE</word>
		<word>PRIMARY</word>
		<word>PRIOR</word>
		<word>PRIVILEGES</word>
		<word>PROCEDURE</word>
		<word>PUBLIC</word>
		<word>RESTRICT</word>
		<word>REVOKE</word>
		<word>RIGHT</word>
		<word>ROLLBACK</word>
		<word>ROWS</word>
		<word>SCHEMA</word>
		<word>SCROLL</word>
		<word>SECOND</word>
		<word>SECTION</word>
		<word>SELECT</word>
		<word>SEQUENCE</word>
		<word>SET</word>
		<word>SIZE</word>
		<word>SMALLINT</word>
		<word>SOME</word>
		<word>SQL</word>
		<word>SQLCA</word>
		<word>SQLCODE</word>
		<word>SQLERROR</word>
		<word>SQLSTATE</word>
		<word>SQLWARNING</word>
		<word>SUBSTRING</word>
		<word>SUM</word>
		<word>SYSTEM</word>
		<word>TABLE</word>
		<word>TEMPORARY</word>
		<word>THEN</word>
		<word>TIME</word>
		<word>TIMESTAMP</word>
		<word>TIMEZONE_HOUR</word>
		<word>TIMEZONE_MINUTE</word>
		<word>TO</word>
		<word>TRANSACTION</word>
		<word>TRANSLATE</word>
		<word>TRANSLATION</word>
		<word>TRUE</word>
		<word>UNION</word>
		<word>UNIQUE</word>
		<word>UNKNOWN</word>
		<word>UPDATE</word>
		<word>UPPER</word>
		<word>USAGE</word>
		<word>USER</word>
		<word>USING</word>
		<word>VALUE</word>
		<word>VALUES</word>
		<word>VARCHAR</word>
		<word>VARYING</word>
		<word>VIEW</word>
		<word>WHEN</word>
		<word>WHENEVER</word>
		<word>WHERE</word>
		<word>WITH</word>
		<word>WORK</word>
		<word>YEAR</word>
	</sql>

	<sql>
		<!-- Microsoft Jet database engine SQL reserved words  - Source: Microsoft Office 2000 help -->
		<word>ABSOLUTE</word>
		<word>ADD</word>
		<word>ADMINDB</word>
		<word>ALL</word>
		<word>ALPHANUMERIC</word>
		<word>ALTER</word>
		<word>AND</word>
		<word>ANY</word>
		<word>ARE</word>
		<word>AS</word>
		<word>ASC</word>
		<word>ASSERTION</word>
		<word>AUTHORIZATION</word>
		<word>AUTOINCREMENT</word>
		<word>AVG</word>
		<word>BEGIN</word>
		<word>BETWEEN</word>
		<word>BINARY</word>
		<word>BIT</word>
		<word>BIT_LENGTH</word>
		<word>BOOLEAN</word>
		<word>BOTH</word>
		<word>BY</word>
		<word>BYTE</word>
		<word>CASCADE</word>
		<word>CATALOG</word>
		<word>CHAR</word>
		<word>CHARACTER</word>
		<word>CHAR_LENGTH</word>
		<word>CHARACTER_LENGTH</word>
		<word>CHECK</word>
		<word>CLOSE</word>
		<word>CLUSTERED</word>
		<word>COALESCE</word>
		<word>COLLATE</word>
		<word>COLLATION</word>
		<word>COLUMN</word>
		<word>COMMIT</word>
		<word>COMP</word>
		<word>COMPRESSION</word>
		<word>CONNECT</word>
		<word>CONNECTION</word>
		<word>CONSTRAINT</word>
		<word>CONSTRAINTS</word>
		<word>CONTAINER</word>
		<word>CONTAINS</word>
		<word>CONVERT</word>
		<word>COUNT</word>
		<word>COUNTER</word>
		<word>CREATE</word>
		<word>CURRENCY</word>
		<word>CURRENT_DATE</word>
		<word>CURRENT_TIME</word>
		<word>CURRENT_TIMESTAMP</word>
		<word>CURRENT_USER</word>
		<word>CURSOR</word>
		<word>DATABASE</word>
		<word>DATE</word>
		<word>DATETIME</word>
		<word>DAY</word>
		<word>DEC</word>
		<word>DECIMAL</word>
		<word>DECLARE</word>
		<word>DELETE</word>
		<word>DESC</word>
		<word>DISALLOW</word>
		<word>DISCONNECT</word>
		<word>DISTINCT</word>
		<word>DISTINCTROW</word>
		<word>DOMAINE</word>
		<word>DOUBLE</word>
		<word>DROP</word>
		<word>EQV</word>
		<word>EXCLUSIVECONNECT</word>
		<word>EXEC</word>
		<word>EXECUTE</word>
		<word>EXISTS</word>
		<word>EXTRACT</word>
		<word>FALSE</word>
		<word>FETCH</word>
		<word>FIRST</word>
		<word>FLOAT</word>
		<word>FLOAT8</word>
		<word>FLOAT4</word>
		<word>FOREIGN</word>
		<word>FROM</word>
		<word>GENERAL</word>
		<word>GRANT</word>
		<word>GROUP</word>
		<word>GUID</word>
		<word>HAVING</word>
		<word>HOUR</word>
		<word>IDENTITY</word>
		<word>IEEEDOUBLE</word>
		<word>IEEESINGLE</word>
		<word>IGNORE</word>
		<word>IMAGE</word>
		<word>IMP</word>
		<word>IN</word>
		<word>INDEX</word>
		<word>INDEXCREATEDB</word>
		<word>INNER</word>
		<word>INPUT</word>
		<word>INSENSITIVE</word>
		<word>INSERT</word>
		<word>INT</word>
		<word>INTEGER</word>
		<word>INTEGER4</word>
		<word>INTEGER1</word>
		<word>INTEGER2</word>
		<word>INTERVAL</word>
		<word>INTO</word>
		<word>IS</word>
		<word>ISOLATION</word>
		<word>JOIN</word>
		<word>KEY</word>
		<word>LANGUAGE</word>
		<word>LAST</word>
		<word>LEFT</word>
		<word>LEVEL</word>
		<word>LIKE</word>
		<word>LOGICAL</word>
		<word>LOGICAL1</word>
		<word>LONG</word>
		<word>LONGBINARY</word>
		<word>LONGCHAR</word>
		<word>LONGTEXT</word>
		<word>LOWER</word>
		<word>MATCH</word>
		<word>MAX</word>
		<word>MEMO</word>
		<word>MIN</word>
		<word>MINUTE</word>
		<word>MOD</word>
		<word>MONEY</word>
		<word>MONTH</word>
		<word>NATIONAL</word>
		<word>NCHAR</word>
		<word>NONCLUSTERED</word>
		<word>NOT</word>
		<word>NTEXT</word>
		<word>NULL</word>
		<word>NUMBER</word>
		<word>NUMERIC</word>
		<word>NVARCHAR</word>
		<word>OCTET_LENGTH</word>
		<word>OLEOBJECT</word>
		<word>ON</word>
		<word>OPEN</word>
		<word>OPTION</word>
		<word>OR</word>
		<word>ORDER</word>
		<word>OUTER</word>
		<word>OUTPUT</word>
		<word>OWNERACCESS</word>
		<word>PAD</word>
		<word>PARAMETERS</word>
		<word>PARTIAL</word>
		<word>PASSWORD</word>
		<word>PERCENT</word>
		<word>PIVOT</word>
		<word>POSITION</word>
		<word>PRECISION</word>
		<word>PREPARE</word>
		<word>PRIMARY</word>
		<word>PRIVILEGES</word>
		<word>PROC</word>
		<word>PROCEDURE</word>
		<word>PUBLIC</word>
		<word>REAL</word>
		<word>REFERENCES</word>
		<word>RESTRICT</word>
		<word>REVOKE</word>
		<word>RIGHT</word>
		<word>ROLLBACK</word>
		<word>SCHEMA</word>
		<word>SECOND</word>
		<word>SELECT</word>
		<word>SELECTSCHEMA</word>
		<word>SELECTSECURITY</word>
		<word>SET</word>
		<word>SHORT</word>
		<word>SINGLE</word>
		<word>SIZE</word>
		<word>SMALLDATETIME</word>
		<word>SMALLINT</word>
		<word>SMALLMONEY</word>
		<word>SOME</word>
		<word>SPACE</word>
		<word>SQL</word>
		<word>SQLCODE</word>
		<word>SQLERROR</word>
		<word>SQLSTATE</word>
		<word>STDEV</word>
		<word>STDEVP</word>
		<word>STRING</word>
		<word>SUBSTRING</word>
		<word>SUM</word>
		<word>SYSNAME</word>
		<word>SYSTEM_USER</word>
		<word>TABLE</word>
		<word>TABLEID</word>
		<word>TEMPORARY</word>
		<word>TEXT</word>
		<word>TIME</word>
		<word>TIMESTAMP</word>
		<word>TIMEZONE_HOUR</word>
		<word>TIMEZONE_MINUTE</word>
		<word>TINYINT</word>
		<word>TO</word>
		<word>TOP</word>
		<word>TRAILING</word>
		<word>TRANSACTION</word>
		<word>TRANSFORM</word>
		<word>TRANSLATE</word>
		<word>TRANSLATION</word>
		<word>TRIM</word>
		<word>TRUE</word>
		<word>UNION</word>
		<word>UNIQUE</word>
		<word>UNIQUEIDENTIFIER</word>
		<word>UNKNOWN</word>
		<word>UPDATE</word>
		<word>UPDATEIDENTITY</word>
		<word>UPDATEOWNER</word>
		<word>UPDATESECURITY</word>
		<word>UPPER</word>
		<word>USAGE</word>
		<word>USER</word>
		<word>USING</word>
		<word>VALUE</word>
		<word>VALUES</word>
		<word>VAR</word>
		<word>VARBINARY</word>
		<word>VARCHAR</word>
		<word>VARP</word>
		<word>VARYING</word>
		<word>VIEW</word>
		<word>WHEN</word>
		<word>WHENEVER</word>
		<word>WHERE</word>
		<word>WITH</word>
		<word>WORK</word>
		<word>XOR</word>
		<word>YEAR</word>
		<word>YESNO</word>
		<word>ZONE</word>
	</sql>

	<sql>
		<!-- MySQL reserved keywords  - Source: <http://www.mysql.com/doc/R/e/Reserved_words.html> -->
		<word>ACTION</word>
		<word>ADD</word>
		<word>AFTER</word>
		<word>AGGREGATE</word>
		<word>ALL</word>
		<word>ALTER</word>
		<word>AND</word>
		<word>AS</word>
		<word>ASC</word>
		<word>AUTO_INCREMENT</word>
		<word>AVG</word>
		<word>AVG_ROW_LENGTH</word>
		<word>BETWEEN</word>
		<word>BIGINT</word>
		<word>BINARY</word>
		<word>BIT</word>
		<word>BLOB</word>
		<word>BOOL</word>
		<word>BOTH</word>
		<word>BY</word>
		<word>CASCADE</word>
		<word>CASE</word>
		<word>CHANGE</word>
		<word>CHAR</word>
		<word>CHARACTER</word>
		<word>CHECK</word>
		<word>CHECKSUM</word>
		<word>COLUMN</word>
		<word>COLUMNS</word>
		<word>COMMENT</word>
		<word>CONSTRAINT</word>
		<word>CREATE</word>
		<word>CROSS</word>
		<word>CURRENT_DATE</word>
		<word>CURRENT_TIME</word>
		<word>CURRENT_TIMESTAMP</word>
		<word>DATA</word>
		<word>DATABASE</word>
		<word>DATABASES</word>
		<word>DATE</word>
		<word>DATETIME</word>
		<word>DAY</word>
		<word>DAY_HOUR</word>
		<word>DAY_MINUTE</word>
		<word>DAY_SECOND</word>
		<word>DAYOFMONTH</word>
		<word>DAYOFWEEK</word>
		<word>DAYOFYEAR</word>
		<word>DEC</word>
		<word>DECIMAL</word>
		<word>DEFAULT</word>
		<word>DELAY_KEY_WRITE</word>
		<word>DELAYED</word>
		<word>DELETE</word>
		<word>DESC</word>
		<word>DESCRIBE</word>
		<word>DISTINCT</word>
		<word>DISTINCTROW</word>
		<word>DOUBLE</word>
		<word>DROP</word>
		<word>ELSE</word>
		<word>ENCLOSED</word>
		<word>END</word>
		<word>ENUM</word>
		<word>ESCAPE</word>
		<word>ESCAPED</word>
		<word>EXISTS</word>
		<word>EXPLAIN</word>
		<word>FIELDS</word>
		<word>FILE</word>
		<word>FIRST</word>
		<word>FLOAT</word>
		<word>FLOAT4</word>
		<word>FLOAT8</word>
		<word>FLUSH</word>
		<word>FOR</word>
		<word>FOREIGN</word>
		<word>FROM</word>
		<word>FULL</word>
		<word>FUNCTION</word>
		<word>GLOBAL</word>
		<word>GRANT</word>
		<word>GRANTS</word>
		<word>GROUP</word>
		<word>HAVING</word>
		<word>HEAP</word>
		<word>HIGH_PRIORITY</word>
		<word>HOSTS</word>
		<word>HOUR</word>
		<word>HOUR_MINUTE</word>
		<word>HOUR_SECOND</word>
		<word>IDENTIFIED</word>
		<word>IF</word>
		<word>IGNORE</word>
		<word>IN</word>
		<word>INDEX</word>
		<word>INFILE</word>
		<word>INNER</word>
		<word>INSERT</word>
		<word>INSERT_ID</word>
		<word>INT</word>
		<word>INT1</word>
		<word>INT2</word>
		<word>INT3</word>
		<word>INT4</word>
		<word>INT8</word>
		<word>INTEGER</word>
		<word>INTERVAL</word>
		<word>INTO</word>
		<word>IS</word>
		<word>ISAM</word>
		<word>JOIN</word>
		<word>KEY</word>
		<word>KEYS</word>
		<word>KILL</word>
		<word>LAST_INSERT_ID</word>
		<word>LEADING</word>
		<word>LEFT</word>
		<word>LENGTH</word>
		<word>LIKE</word>
		<word>LIMIT</word>
		<word>LINES</word>
		<word>LOAD</word>
		<word>LOCAL</word>
		<word>LOCK</word>
		<word>LOGS</word>
		<word>LONG</word>
		<word>LONGBLOB</word>
		<word>LONGTEXT</word>
		<word>LOW_PRIORITY</word>
		<word>MATCH</word>
		<word>MAX</word>
		<word>MAX_ROWS</word>
		<word>MEDIUMBLOB</word>
		<word>MEDIUMINT</word>
		<word>MEDIUMTEXT</word>
		<word>MIDDLEINT</word>
		<word>MIN_ROWS</word>
		<word>MINUTE</word>
		<word>MINUTE_SECOND</word>
		<word>MODIFY</word>
		<word>MONTH</word>
		<word>MONTHNAME</word>
		<word>MYISAM</word>
		<word>NATURAL</word>
		<word>NO</word>
		<word>NOT</word>
		<word>NULL</word>
		<word>NUMERIC</word>
		<word>ON</word>
		<word>OPTIMIZE</word>
		<word>OPTION</word>
		<word>OPTIONALLY</word>
		<word>OR</word>
		<word>ORDER</word>
		<word>OUTER</word>
		<word>OUTFILE</word>
		<word>PACK_KEYS</word>
		<word>PARTIAL</word>
		<word>PASSWORD</word>
		<word>PRECISION</word>
		<word>PRIMARY</word>
		<word>PRIVILEGES</word>
		<word>PROCEDURE</word>
		<word>PROCESS</word>
		<word>PROCESSLIST</word>
		<word>READ</word>
		<word>REAL</word>
		<word>REFERENCES</word>
		<word>REGEXP</word>
		<word>RELOAD</word>
		<word>RENAME</word>
		<word>REPLACE</word>
		<word>RESTRICT</word>
		<word>RETURNS</word>
		<word>REVOKE</word>
		<word>RLIKE</word>
		<word>ROW</word>
		<word>ROWS</word>
		<word>SECOND</word>
		<word>SELECT</word>
		<word>SET</word>
		<word>SHOW</word>
		<word>SHUTDOWN</word>
		<word>SMALLINT</word>
		<word>SONAME</word>
		<word>SQL_BIG_RESULT</word>
		<word>SQL_BIG_SELECTS</word>
		<word>SQL_BIG_TABLES</word>
		<word>SQL_LOG_OFF</word>
		<word>SQL_LOG_UPDATE</word>
		<word>SQL_LOW_PRIORITY_UPDATES</word>
		<word>SQL_SELECT_LIMIT</word>
		<word>SQL_SMALL_RESULT</word>
		<word>SQL_WARNINGS</word>
		<word>STARTING</word>
		<word>STATUS</word>
		<word>STRAIGHT_JOIN</word>
		<word>STRING</word>
		<word>TABLE</word>
		<word>TABLES</word>
		<word>TEMPORARY</word>
		<word>TERMINATED</word>
		<word>TEXT</word>
		<word>THEN</word>
		<word>TIME</word>
		<word>TIMESTAMP</word>
		<word>TINYBLOB</word>
		<word>TINYINT</word>
		<word>TINYTEXT</word>
		<word>TO</word>
		<word>TRAILING</word>
		<word>TYPE</word>
		<word>UNIQUE</word>
		<word>UNLOCK</word>
		<word>UNSIGNED</word>
		<word>UPDATE</word>
		<word>USAGE</word>
		<word>USE</word>
		<word>USING</word>
		<word>VALUES</word>
		<word>VARBINARY</word>
		<word>VARCHAR</word>
		<word>VARIABLES</word>
		<word>VARYING</word>
		<word>WHEN</word>
		<word>WHERE</word>
		<word>WITH</word>
		<word>WRITE</word>
		<word>YEAR</word>
		<word>YEAR_MONTH</word>
		<word>ZEROFILL</word>
	</sql>

	<sql>
		<!-- misc other -->
		<word>BOOLEAN</word>
		<word>CALL</word>
		<word>CURRENT_USER</word>
		<word>DECLARE</word>
		<word>DISCONNECT</word>
		<word>GETCURRENTCONNECTION</word>
		<word>LONGINT</word>
		<word>LTRIM</word>
		<word>PAD</word>
		<word>RELATIVE</word>
		<word>RTRIM</word>
		<word>RUNTIMESTATISTICS</word>
		<word>SESSION</word>
		<word>SESSION_USER</word>
		<word>SPACE</word>
		<word>SYSTEM_USER</word>
		<word>TRIM</word>
		<word>ZONE</word>
	</sql>

</reserved-words>


<!-- blockview.ui6.xml -->

<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->
	<category>navigation</category>
	<uiname>Navigation</uiname>

	<content-source>
		<uiname>Block View</uiname>
		<type>BlockView</type>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>

		<data-source>
			<info-filepath>blockview.info6.asp</info-filepath>
		</data-source>

		<runtime-constructor>NewCSWBlockView</runtime-constructor>
		<runtime-filepath>include/blockview.runtime6.asp</runtime-filepath>

		<inspector>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
				<info-parameter-name>csn</info-parameter-name>
			</parameter>
		</inspector>
		<display-icon>DCNavigation</display-icon>
	</content-source>

	<content-source>
		<uiname>Block View</uiname>
		<type>BlockView</type>
		<format>JSP/Java</format>

		<data-source>
			<info-filepath>blockview.info6.jsp</info-filepath>
		</data-source>

		<runtime-constructor>CSWBlockNavigatorView.newView</runtime-constructor>
		<runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>

		<inspector>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
				<info-parameter-name>csn</info-parameter-name>
			</parameter>
		</inspector>
		<display-icon>DCNavigation</display-icon>
	</content-source>

	<content-source>
		<uiname>Block View</uiname>
		<type>BlockView</type>
		<format>PHP</format>

		<data-source>
			<info-filepath>blockview.info6.php</info-filepath>
		</data-source>

		<runtime-constructor>NewCSWBlockView</runtime-constructor>
		<runtime-filepath>include/blockview.runtime6.php</runtime-filepath>

		<inspector>
			<parameter>
				<uiname>Content source</uiname>
				<control>combobox(GLRecordSets)</control>
				<errormessage>No content source specified.</errormessage>
				<info-parameter-name>csn</info-parameter-name>
			</parameter>
		</inspector>
		<display-icon>DCNavigation</display-icon>
	</content-source>

</uidefs>


<!-- xml.ui6.xml -->

<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->
	<category>xml</category>
	<uiname>XML</uiname>

	<content-source>
		<uiname>Data Source</uiname>
		<type>XML</type>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>

		<data-source>
			<data-source-type>XML Data Source</data-source-type>
			<info-filepath>xml.info6.asp</info-filepath>

			<editor>
				<module-name>XMLDataSourceEditor</module-name>
				<module-filepath>info/XMLDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>

		<runtime-constructor>GetXMLSource</runtime-constructor>
		<runtime-filepath>include/xml.runtime6.asp</runtime-filepath>

		<inspector>
			<parameter>
				<uiname>Data source</uiname>
				<control>combobox(gldatasources:XML)</control>
				<errormessage>No data source specified.</errormessage>
				<info-parameter-name>dstype</info-parameter-name>
			</parameter>
			<parameter>
				<uiname>XML URL</uiname>
				<control>urlgetter</control>
				<layout>vertical</layout>
				<errormessage>No XML URL specified.</errormessage>
				<info-parameter-name>xml</info-parameter-name>
			</parameter>
		</inspector>

		<display-icon>DCXML</display-icon>
	</content-source>

	<content-source>
		<uiname>Data Source</uiname>
		<type>XML</type>
		<format>JSP/Java</format>

		<data-source>
			<data-source-type>XML Data Source</data-source-type>
			<info-filepath>xml.info6.jsp</info-filepath>

			<editor>
				<module-name>XMLDataSourceEditor</module-name>
				<module-filepath>info/XMLDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>

		<runtime-constructor>CSWXML.GetXMLSource</runtime-constructor>
		<runtime-filepath>com.adobe.gl.runtime6.xml.*</runtime-filepath>

		<inspector>
			<parameter>
				<uiname>Data source</uiname>
				<control>combobox(gldatasources:XML)</control>
				<errormessage>No data source specified.</errormessage>
				<info-parameter-name>dstype</info-parameter-name>
			</parameter>
			<parameter>
				<uiname>XML URL</uiname>
				<control>urlgetter</control>
				<layout>vertical</layout>
				<errormessage>No XML URL specified.</errormessage>
				<info-parameter-name>xml</info-parameter-name>
			</parameter>
		</inspector>

		<display-icon>DCXML</display-icon>
	</content-source>

	<content-source>
		<uiname>Data Source</uiname>
		<type>XML</type>
		<format>PHP</format>

		<data-source>
			<data-source-type>XML Data Source</data-source-type>
			<info-filepath>xml.info6.php</info-filepath>

			<editor>
				<module-name>XMLDataSourceEditor</module-name>
				<module-filepath>info/XMLDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>

		<runtime-constructor>GetXMLSource</runtime-constructor>
		<runtime-filepath>include/xml.runtime6.php</runtime-filepath>

		<inspector>
			<parameter>
				<uiname>Data source</uiname>
				<control>combobox(gldatasources:XML)</control>
				<errormessage>No data source specified.</errormessage>
				<info-parameter-name>dstype</info-parameter-name>
			</parameter>
			<parameter>
				<uiname>XML URL</uiname>
				<control>urlgetter</control>
				<layout>vertical</layout>
				<errormessage>No XML URL specified.</errormessage>
				<info-parameter-name>xml</info-parameter-name>
			</parameter>
		</inspector>

		<display-icon>DCXML</display-icon>
	</content-source>
</uidefs>


<!-- acsubst.ui6.xml -->

<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->
	<category>Altercast</category>
	<image-server>
		<name>ACSubst</name>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>
		<uiname>Adobe AlterCast</uiname>
		<runtime-filepath>include/acsubst.runtime6.asp</runtime-filepath>
		<runtime-command>ComputeACSubstURL</runtime-command>
	</image-server>
	<image-server>
		<name>ACSubst</name>
		<format>JSP/Java</format>
		<uiname>Adobe AlterCast</uiname>
		<runtime-filepath>com.adobe.gl.runtime6.altercast.*</runtime-filepath>
		<runtime-command>ACSubst.computeACSubstURL</runtime-command>
	</image-server>
</uidefs>


<!-- extrafilters.ui6.xml -->

<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2001-2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->
  <category>extrafilters</category>
  <uiname>Extra Filters</uiname>

  <filter>
    <format>ASP/VBScript</format>
    <format>ASP/JScript</format>
    <name>Truncate</name>
    <uiname>Truncate text</uiname>
    <runtime-filepath>include/extrafilters.runtime6.asp</runtime-filepath>
    <runtime-command>Truncate</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Maximum length</uiname>
		  <default-value>20</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>Suffix</uiname>
		  <default-value>"..."</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>ASP/VBScript</format>
    <format>ASP/JScript</format>
    <name>RegExp.match</name>
    <uiname>Regular expression match</uiname>
    <runtime-filepath>include/extrafilters.runtime6.asp</runtime-filepath>
    <runtime-command>RegExpMatch</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Search for</uiname>
		  <layout>vertical</layout>
		  <default-value>"Pattern"</default-value>
		</parameter>
		<parameter>
			<control>checkbox</control>
			<uiname>Ignore case</uiname>
			<on-value>true</on-value>
			<off-value>false</off-value>
			<default-value>true</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>If found, emit</uiname>
		  <layout>vertical</layout>
		  <default-value>"Hello World!"</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>If not found, emit</uiname>
		  <layout>vertical</layout>
		  <default-value>""</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>ASP/VBScript</format>
    <format>ASP/JScript</format>
    <name>RegExp.replace</name>
    <uiname>Regular expression replace</uiname>
    <runtime-filepath>include/extrafilters.runtime6.asp</runtime-filepath>
    <runtime-command>RegExpReplace</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Search for</uiname>
		  <default-value>"Pattern"</default-value>
		</parameter>
		<parameter>
			<control>checkbox</control>
			<uiname>Ignore case</uiname>
			<on-value>true</on-value>
			<off-value>false</off-value>
			<default-value>true</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>Replace with</uiname>
		  <default-value>"Hello World!"</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>PHP</format>
    <name>Truncate</name>
    <uiname>Truncate text</uiname>
    <runtime-filepath>include/extrafilters.runtime6.php</runtime-filepath>
    <runtime-command>Truncate</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Maximum length</uiname>
		  <default-value>20</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>Suffix</uiname>
		  <default-value>"..."</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>PHP</format>
    <name>RegExp.match</name>
    <uiname>Regular expression match</uiname>
    <runtime-filepath>include/extrafilters.runtime6.php</runtime-filepath>
    <runtime-command>RegExpMatch</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Search for</uiname>
		  <layout>vertical</layout>
		  <default-value>"Pattern"</default-value>
		</parameter>
		<parameter>
			<control>checkbox</control>
			<uiname>Ignore case</uiname>
			<on-value>true</on-value>
			<off-value>false</off-value>
			<default-value>true</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>If found, emit</uiname>
		  <layout>vertical</layout>
		  <default-value>"Hello World!"</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>If not found, emit</uiname>
		  <layout>vertical</layout>
		  <default-value>""</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>PHP</format>
    <name>RegExp.replace</name>
    <uiname>Regular expression replace</uiname>
    <runtime-filepath>include/extrafilters.runtime6.php</runtime-filepath>
    <runtime-command>RegExpReplace</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Search for</uiname>
		  <default-value>"Pattern"</default-value>
		</parameter>
		<parameter>
			<control>checkbox</control>
			<uiname>Ignore case</uiname>
			<on-value>true</on-value>
			<off-value>false</off-value>
			<default-value>true</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>Replace with</uiname>
		  <default-value>"Hello World!"</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>JSP/Java</format>
    <name>Truncate</name>
    <uiname>Truncate text</uiname>
    <runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
    <runtime-command>GLExtraFilters.truncate</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Maximum length</uiname>
		  <default-value>20</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>Suffix</uiname>
		  <default-value>"..."</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>JSP/Java</format>
    <name>RegExp.match</name>
    <uiname>Regular expression match</uiname>
    <runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
    <runtime-command>GLExtraFilters.regExpMatch</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Search for</uiname>
		  <layout>vertical</layout>
		  <default-value>"Pattern"</default-value>
		</parameter>
		<parameter>
			<control>checkbox</control>
			<uiname>Ignore case</uiname>
			<on-value>true</on-value>
			<off-value>false</off-value>
			<default-value>true</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>If found, emit</uiname>
		  <layout>vertical</layout>
		  <default-value>"Hello World!"</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>If not found, emit</uiname>
		  <layout>vertical</layout>
		  <default-value>""</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>JSP/Java</format>
    <name>RegExp.replace</name>
    <uiname>Regular expression replace</uiname>
    <runtime-filepath>com.adobe.gl.runtime6.utils.*</runtime-filepath>
    <runtime-command>GLExtraFilters.regExpReplace</runtime-command>
	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Search for</uiname>
		  <default-value>"Pattern"</default-value>
		</parameter>
		<parameter>
			<control>checkbox</control>
			<uiname>Ignore case</uiname>
			<on-value>true</on-value>
			<off-value>false</off-value>
			<default-value>true</default-value>
		</parameter>
		<parameter>
		  <control>textfield</control>
		  <uiname>Replace with</uiname>
		  <default-value>"Hello World!"</default-value>
		</parameter>
	</binding-details>
  </filter>
</uidefs>


<!-- mysql.ui6.xml -->

<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2000-2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->
	<category>MySQL</category>
	<uiname>MySQL</uiname>

	<content-source>
		<format>PHP</format>

		<type>SQL</type>
		<uiname>Database Query</uiname>
		<display-icon>DCDatabaseQuery</display-icon>

		<data-source>
			<data-source-type>MySQL Database</data-source-type>
			<info-filepath>mysql.info6.php</info-filepath>
			<editor>
				<module-name>MySQLDataSourceEditor</module-name>
				<module-filepath>info/MySQLDataSourceEditor/Main.html</module-filepath>
			</editor>
		</data-source>
		
		<runtime-filepath>include/mysql.runtime6.php</runtime-filepath>
		<runtime-constructor>WrapMySQLDatabaseResults</runtime-constructor>

		<action-filepath>actions/mysql.actions6.php</action-filepath>
		<runtime-setupfunction>SetupMySQLForm</runtime-setupfunction>
		<action>
			<uiname>Update Record</uiname>
			<runtime-command>SubmitChanges</runtime-command>
			<runtime-setupfunction>SetupMySQLUpdate</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Add Record</uiname>
			<runtime-command>AddRecord</runtime-command>
			<runtime-setupfunction>SetupMySQLAdd</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Delete Record</uiname>
			<runtime-command>DeleteRecord</runtime-command>
			<runtime-setupfunction>SetupMySQLDelete</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Clear Form Data</uiname>
			<runtime-command>ClearFormData</runtime-command>
			<runtime-setupfunction>SetupMySQLClear</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Copy Form Data</uiname>
			<runtime-command>CopyFormData</runtime-command>
			<runtime-setupfunction>SetupMySQLCopy</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>
	</content-source>


</uidefs>


<!-- php.ui6.xml -->

<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 2000-2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->
  <category>php</category>
  <uiname>PHP</uiname>

  <filter>
    <format>PHP</format>
    <uiname>Format currency</uiname>
    <runtime-filepath>include/utils.runtime6.php</runtime-filepath>
    <runtime-command>FormatCurrency</runtime-command>

	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Digits after decimal</uiname>
		  <layout>widelabel</layout>
		  <default-value>0</default-value>
		</parameter>

		<parameter>
		  <control>textfield</control>
		  <uiname>Decimal point</uiname>
		  <layout>widelabel</layout>
		  <default-value>"."</default-value>
		</parameter>

		<parameter>
		  <control>textfield</control>
		  <uiname>Thousands separator</uiname>
		  <layout>widelabel</layout>
		  <default-value>","</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>PHP</format>
    <uiname>Format number</uiname>
    <runtime-filepath>include/utils.runtime6.php</runtime-filepath>
    <runtime-command>number_format</runtime-command>

	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Digits after decimal</uiname>
		  <layout>widelabel</layout>
		  <default-value>0</default-value>
		</parameter>

		<parameter>
		  <control>textfield</control>
		  <uiname>Decimal point</uiname>
		  <layout>widelabel</layout>
		  <default-value>"."</default-value>
		</parameter>

		<parameter>
		  <control>textfield</control>
		  <uiname>Thousands separator</uiname>
		  <layout>widelabel</layout>
		  <default-value>","</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>PHP</format>
    <uiname>Format percent</uiname>
    <runtime-filepath>include/utils.runtime6.php</runtime-filepath>
    <runtime-command>FormatPercent</runtime-command>

	<binding-details>
		<parameter>
		  <control>textfield</control>
		  <uiname>Digits after decimal</uiname>
		  <layout>widelabel</layout>
		  <default-value>0</default-value>
		</parameter>

		<parameter>
		  <control>textfield</control>
		  <uiname>Decimal point</uiname>
		  <layout>widelabel</layout>
		  <default-value>"."</default-value>
		</parameter>

		<parameter>
		  <control>textfield</control>
		  <uiname>Thousands separator</uiname>
		  <layout>widelabel</layout>
		  <default-value>","</default-value>
		</parameter>
	</binding-details>
  </filter>

  <filter>
    <format>PHP</format>
    <uiname>Format date and time</uiname>
    <runtime-filepath>include/utils.runtime6.php</runtime-filepath>
    <runtime-command>FormatDateTime</runtime-command>

	<binding-details>
		<parameter>
		  <uiname>Date and time format</uiname>
		  <control>combobox(custom)</control>
		  <choice>
			<value>"Y/m/d H:i:s"</value>
			<uiname>2001/03/29 16:23:55</uiname>
		  </choice>
		  <choice>
			<value>"l jS of F Y h:i:s A"</value>
			<uiname>Thursday 29th of March 2001 04:22:48 PM</uiname>
		  </choice>
		  <layout>widelabel</layout>
		</parameter>
	</binding-details>

  </filter>

  <filter>
    <format>PHP</format>
    <uiname>Format date</uiname>
    <runtime-filepath>include/utils.runtime6.php</runtime-filepath>
    <runtime-command>FormatDate</runtime-command>

	<binding-details>
		<parameter>
		  <uiname>Date format</uiname>
		  <control>combobox(custom)</control>
		  <choice>
			<value>"Y/m/d"</value>
			<uiname>2001/03/29</uiname>
		  </choice>
		  <choice>
			<value>"m.d.y"</value>
			<uiname>03.29.01</uiname>
		  </choice>
		  <choice>
			<value>"M jS, Y"</value>
			<uiname>Mar 29th, 2001</uiname>
		  </choice>
		  <choice>
			<value>"l jS of F Y"</value>
			<uiname>Thursday 29th of March 2001</uiname>
		  </choice>
		</parameter>
	</binding-details>

  </filter>

  <filter>
    <format>PHP</format>
    <uiname>Format time</uiname>
    <runtime-filepath>include/utils.runtime6.php</runtime-filepath>
    <runtime-command>FormatTime</runtime-command>

	<binding-details>
		<parameter>
		  <uiname>Time format</uiname>
		  <control>combobox(custom)</control>
		  <choice>
			<value>"H:i:s"</value>
			<uiname>16:19:52</uiname>
		  </choice>
		  <choice>
			<value>"h:i:s A"</value>
			<uiname>4:19:23 PM</uiname>
		  </choice>
		</parameter>
	</binding-details>

  </filter>

</uidefs>
</ui6>
<ERROR Number="2" Description="Error: &quot;Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively.&quot; on line 0 of Unknown."/>
