<?xml version="1.0" encoding="ISO-8859-1" ?><!DOCTYPE TAF SYSTEM "tango.dtd" ><TAF Version="0x02000002" Author="Steve Smith" Revision="2.00">	<Comments />	<!--Main program-->	<Program>		<ActionRef Ref="Touring" />		<ActionRef Ref="Stop" />		<ActionRef Ref="Calendar" />	</Program>	<!--Program actions-->	<Actions>		<DirectDBMSAction DSID="epicsony.world" DeploymentDSID="epicsony.world.1" ID="Touring" Sig="cust">			<Custom><![CDATA[SELECT TOURVIEW.ARTIST, TOURVIEW.SHOWDATE, TOURVIEW.VENUE, TOURVIEW.LOCATION, TOURVIEW.NOTES,       TOURVIEW.OARTIST, TOURVIEW.ODATE, TOURVIEW.ARTISTIDFROM EPIC.TOURVIEWWHERE TRUNC(ODATE) >= TRUNC(SYSDATE) AND       TRUNC(ODATE) <= TRUNC(SYSDATE)+30 AND      LABELID = 4ORDER BY OARTIST, ODATE]]></Custom>			<ResultsOutput Ref="Touring.Results" />		</DirectDBMSAction>		<ReturnAction ID="Stop" Sig="stop" />		<DirectDBMSAction DSID="epicsony.world.2" DeploymentDSID="epicsony.world.3" ID="Calendar" Sig="cust">			<Custom><![CDATA[SELECT calendar1('<@SEARCHARG vDate>'),            calendar2('<@SEARCHARG vDate>'),            calendar3('<@SEARCHARG vDate>')FROM DUAL]]></Custom>			<ResultsOutput Ref="Calendar.Results" />		</DirectDBMSAction>	</Actions>	<!--Data sources-->	<DataSources>		<DataSource ID="epicsony.world">			<DSType>Oracle</DSType>			<DSN>epicsony.world</DSN>			<DBMS />			<Host>epic</Host>			<Database />			<UserInfo Encrypted="True">				<UserName>%9A%1B%E59%B0X%82u</UserName>				<Password>%F5%CA%C4%AB%93%DA%F9%F9</Password>			</UserInfo>		</DataSource>		<DataSource ID="epicsony.world.1">			<DSType>Oracle</DSType>			<DSN>epicsony.world</DSN>			<DBMS />			<Host>epicsony.world</Host>			<Database />			<UserInfo Encrypted="True">				<UserName>%9A%1B%E59%B0X%82u</UserName>				<Password>%F5%CA%C4%AB%93%DA%F9%F9</Password>			</UserInfo>		</DataSource>		<DataSource ID="epicsony.world.2">			<DSType>Oracle</DSType>			<DSN>epicsony.world</DSN>			<DBMS />			<Host>epic</Host>			<Database />			<UserInfo Encrypted="True">				<UserName>%9A%1B%E59%B0X%82u</UserName>				<Password>%F5%CA%C4%AB%93%DA%F9%F9</Password>			</UserInfo>		</DataSource>		<DataSource ID="epicsony.world.3">			<DSType>Oracle</DSType>			<DSN>epicsony.world</DSN>			<DBMS />			<Host>epicsony.world</Host>			<Database />			<UserInfo Encrypted="True">				<UserName>%9A%1B%E59%B0X%82u</UserName>				<Password>%F5%CA%C4%AB%93%DA%F9%F9</Password>			</UserInfo>		</DataSource>	</DataSources>	<!--Output blocks-->	<Outputs>		<Output ID="Touring.Results" Type="HTML"><![CDATA[<@INCLUDE "<@APPFILEPATH>tour.html">]]></Output>		<Output ID="Calendar.Results" Type="HTML"><![CDATA[<!--Begin Calendar Cell--><TD VALIGN=BOTTOM><@COL 1 ENCODING=METAHTML><@COL 2 ENCODING=METAHTML><@COL 3 ENCODING=METAHTML></TD><!--End Calendar Cell-->]]></Output>	</Outputs></TAF>