<?xml version="1.0"?>
<aml:meta xmlns:aml="http://www.appxweb.com/aml1/core">
<aml:extension>
	<aml:function>
		<aml:script function_id="fid_letter_cnt">
			<aml:code>
			<![CDATA[ 
			function letter_cnt()
			{
				str = "Your message has " +  (AM_data.did_message).length + " letters (including spaces)";
				AM_view.msgDlg(str, "Letter Count", "information");
			}				
			]]>
			</aml:code>
			<aml:function_name>letter_cnt</aml:function_name>
		</aml:script>
	</aml:function>
	<aml:data>
		<aml:scalar data_id="did_message">
			<aml:value_str>Appxweb Meta - Enabling the Web</aml:value_str>
		</aml:scalar>
	</aml:data>
	<aml:view>
		<aml:menu view_id="vid_menu_format">
			<aml:menu_item>
				<aml:normal>
					<aml:caption>Uppercase</aml:caption>
					<aml:status_text>Make the message text upppercase.</aml:status_text>
					<aml:function_id>fid_uppercase</aml:function_id>
					<aml:image_file>images/mn_uppercase.gif</aml:image_file>	
				</aml:normal>
			</aml:menu_item>
			<aml:menu_item>
				<aml:normal>
					<aml:function_id>fid_lowercase</aml:function_id>
					<aml:image_file>images/mn_lowercase.gif</aml:image_file>	
					<aml:status_text>Make the message text lowercase.</aml:status_text>
					<aml:caption>Lowercase</aml:caption>
				</aml:normal>			
			</aml:menu_item>
		</aml:menu>
	</aml:view>
</aml:extension>
<aml:package>
	<aml:registry>
		<aml:root>http://www.appxweb.com/developer/samples/hello_world_mixed_up/</aml:root>
		<aml:extension_file>app_file_b.xml</aml:extension_file>
		<aml:extension_file>app_file_a.xml</aml:extension_file>
		<aml:extension_file>app_file_d.xml</aml:extension_file>
		<aml:extension_file>app_file_c.xml</aml:extension_file>		
	</aml:registry>
	<aml:information>
		<aml:name>Code Sample - Hello World -  Mixed Up</aml:name>
		<aml:version>1.0</aml:version>
		<aml:publisher>Appxweb</aml:publisher>	
		<aml:web>http://www.appxweb.com/developer/developer_samples.html</aml:web>
		<aml:id>http://appxweb.com/developer/samples/hello_world_mixed_up</aml:id>
	</aml:information>

</aml:package>
</aml:meta>




