XML 你好Android(main.xml)

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:text="@string/hello"/>

XML 你好Android(strings.xml)

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="hello">Hello, Android! I am a string resource!</string>
    <string name="app_name">Hello, Android</string>
</resources>

XML 视频(AndroidManifest.xml>

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="org.example.video"
      android:versionCode="1"
      android:versionName="1.0">
    <application android:icon="@drawable/icon" android:label="@string/app_name">
        <activity android:name=".Video"
                  android:label="@string/app_name"
                  android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>
</manifest>

XML 屏幕共享链接(VNC链接)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>URL</key>
    <string>vnc://192.168.2.82</string>
</dict>
</plist>

XML Ensim托管Exchange服务

<?xml version="1.0" encoding="utf-8" ?>
<soapenv:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:exc="http://ensim.com/unifyws/Exchange2K7WS" xmlns:com="http://ensim.com/unifyws/commontypes" xmlns:dat="http://ensim.com/unifyws/Exchange2K7WS/datatypes">
	<soapenv:Header>
		<exc:AuthInfo>
			<com:Username>#xmlFormat(scope.cp4Username)#</com:Username>
			<com:Password>#xmlFormat(scope.cp4Password)#</com:Password>
			<com:Context>#xmlFormat(scope.cp4ResellerAccount)#</com:Context>
		</exc:AuthInfo>
	</soapenv:Header>
	<soapenv:Body>
		<exc:AddOrgService>
			<exc:domainName>#xmlFormat(arguments.domainName)#</exc:domainName>
			<exc:orgServiceDetails>
				<dat:ExchangeVSCConfig>
					<dat:Version>#xmlFormat(scope.cp4ExchangeVersion)#</dat:Version>
					<dat:ExternalContacts>true</dat:ExternalContacts>
					<dat:PublicFolders>true</dat:PublicFolders>
					<dat:DTOutlookSetup>true</dat:DTOutlookSetup>
					<dat:DTActiveSynch>false</dat:DTActiveSynch>
					<dat:SendLimit>100</dat:SendLimit>
					<dat:SendRecvLimit>130</dat:SendRecvLimit>
					<dat:DiskSpace>#xmlFormat(arguments.diskSpace)#</dat:DiskSpace>
					<dat:MailBoxLimit>#xmlFormat(arguments.numMailboxes)#</dat:MailBoxLimit>
					<dat:PFDiskSpace>100</dat:PFDiskSpace>
					<dat:POPEnabledMailboxLimit>#xmlFormat(arguments.numMailboxes)#</dat:POPEnabledMailboxLimit>
					<dat:IMAPEnabledMailboxLimit>#xmlFormat(arguments.numMailboxes)#</dat:IMAPEnabledMailboxLimit>
					<dat:OWAEnabledMailboxLimit>#xmlFormat(arguments.numMailboxes)#</dat:OWAEnabledMailboxLimit>
					<dat:MAPIEnabledMailboxLimit>#xmlFormat(arguments.numMailboxes)#</dat:MAPIEnabledMailboxLimit>
					<dat:MobilityEnabledMailboxLimit>0</dat:MobilityEnabledMailboxLimit>
					<dat:ShFoldersEnLimit>#xmlFormat(arguments.numMailboxes)#</dat:ShFoldersEnLimit>
					<dat:ShCalEnLimit>#xmlFormat(arguments.numMailboxes)#</dat:ShCalEnLimit>
					<dat:ShContactEnLimit>#xmlFormat(arguments.numMailboxes)#</dat:ShContactEnLimit>
					<dat:ShTasksEnLimit>#xmlFormat(arguments.numMailboxes)#</dat:ShTasksEnLimit>
					<dat:GrpSchEnLimit>#xmlFormat(arguments.numMailboxes)#</dat:GrpSchEnLimit>
					<dat:UMEnabledMailboxLimit>#xmlFormat(arguments.numMailboxes)#</dat:UMEnabledMailboxLimit>
					<dat:AutoGrow>Never</dat:AutoGrow>
					<dat:DiskSpaceLowerBound>0</dat:DiskSpaceLowerBound>
					<dat:DiskSpaceIncrement>0</dat:DiskSpaceIncrement>
					<dat:DiskSpaceUpperBound>0</dat:DiskSpaceUpperBound>
					<dat:MailBoxLimitLowerBound>0</dat:MailBoxLimitLowerBound>
					<dat:MailBoxLimitIncrement>0</dat:MailBoxLimitIncrement>
					<dat:MailBoxLimitUpperBound>0</dat:MailBoxLimitUpperBound>
					<dat:OrgInstances>1</dat:OrgInstances>
					<dat:UnifiedMessages>false</dat:UnifiedMessages>
					<dat:Compliances>false</dat:Compliances>
					<dat:IsConsumerOrganization>false</dat:IsConsumerOrganization>
					<dat:templates>
						<dat:anyType xsi:type="xsd:string">Core</dat:anyType>
					</dat:templates>
					<dat:FlexibleMailboxSizes>true</dat:FlexibleMailboxSizes>
					<dat:OTADeliveryPrefList>
						<dat:MobileAccess>false</dat:MobileAccess>
						<dat:USBDelivery>false</dat:USBDelivery>
						<dat:EmailDelivery>false</dat:EmailDelivery>
						<dat:OTADelivery>false</dat:OTADelivery>
						<dat:SMSDelivery>false</dat:SMSDelivery>
					</dat:OTADeliveryPrefList>
					<dat:NumMobilityUsers>0</dat:NumMobilityUsers>
					<dat:PFoab>true</dat:PFoab>
					<dat:WEBoab>false</dat:WEBoab>
				</dat:ExchangeVSCConfig>
			</exc:orgServiceDetails>
			<exc:info>
				<dat:poolName>#xmlFormat(scope.cp4ExchangePoolName)#</dat:poolName>
			</exc:info>
		</exc:AddOrgService>
	</soapenv:Body>
</soapenv:Envelope>

XML 将WPF窗口背景绑定到Windows样式

<Window x:Class="HydroSoft.Display.Settings.SerialProvidersWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        WindowStartupLocation="CenterScreen" WindowStyle="ToolWindow"
        Background="{x:Static SystemColors.ControlBrush}">
</Window>

XML EE1.6.9 RSS代码

{assign_variable:master_weblog_name="blog"}
{exp:rss:feed weblog="{master_weblog_name}"}

<?xml version="1.0" encoding="{encoding}"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>{exp:xml_encode}{site_name} {weblog_name}{/exp:xml_encode}</title>
    <link>{weblog_url}</link>
    <description>{weblog_description}</description>
    <dc:language>{weblog_language}</dc:language>
    <dc:creator>{email}</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    
{exp:weblog:entries weblog="{master_weblog_name}" limit="10" rdf="off" dynamic_start="on" disable="member_data|trackbacks"}
    <item>
      <title>{exp:xml_encode}{title}{/exp:xml_encode}</title>
      <link>{title_permalink=site/index}</link>
      <guid>{title_permalink=site/index}#When:{gmt_entry_date format="%H:%i:%sZ"}</guid>
      <description>{exp:xml_encode}{summary}{/exp:xml_encode}</description>
      <dc:subject>{exp:xml_encode}{categories backspace="1"}{category_name}, {/categories}{/exp:xml_encode}</dc:subject>
      <dc:date>{gmt_entry_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    </item>
{/exp:weblog:entries}
    
    </channel>
</rss>

{/exp:rss:feed}

XML 用于打开Sobject LIST页面的Visualforce $ Action

<!-- For Custom Object -->
<apex:outputLink value="{!URLFOR($Action.CustomObject__c.List,  $ObjectType.CustomObject__c)}">
	CustomObject__c List
</apex:outputLink>

<!-- For Standard Object like Contact -->
<apex:outputLink value="{!URLFOR($Action.Contact.List,  $ObjectType.Contact)}">
	Contact List
</apex:outputLink>

XML Visualforce $用于打开新联系人页面的操作

<!-- Create New Contact Action -->
<apex:outputLink value="{!URLFOR($Action.Contact.NewContact)}">
	Create New Contact
</apex:outputLink>

XML 用于打开VIEW Sobject页面的Visualforce $ Action

<apex:outputLink value="{!URLFOR($Action.CustomObject__c.View, 'a00900000016iUl')}">
	CustomObject__c Record
</apex:outputLink>