<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clovertech | Danny Wheeler | Activity</title>
	<link>https://clovertech.infor.com/members/danny-wheeler/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/danny-wheeler/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Danny Wheeler.</description>
	<lastBuildDate>Sun, 05 Apr 2026 13:50:59 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">94bc8797b78b2edc7d526ac28a112547</guid>
				<title>Danny Wheeler replied to the topic Searching the new SMAT Database in 6.1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/searching-the-new-smat-database-in-6-1/#post-81995</link>
				<pubDate>Tue, 17 Mar 2015 21:02:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>Great! &nbsp;Thank you for following up on this! &nbsp;I have been using the regex you gave me earlier to fit my needs in the meantime.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4459960d9ec7aee7895064a4345f4e44</guid>
				<title>Danny Wheeler replied to the topic Searching the new SMAT Database in 6.1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/searching-the-new-smat-database-in-6-1/#post-81993</link>
				<pubDate>Thu, 19 Feb 2015 14:07:34 -0500</pubDate>

									<content:encoded><![CDATA[<p>That REGEX worked for what I needed. &nbsp;Thanks Max!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">54a305b29c53381c76a7d1e1a1625c84</guid>
				<title>Danny Wheeler replied to the topic Searching the new SMAT Database in 6.1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/searching-the-new-smat-database-in-6-1/#post-81990</link>
				<pubDate>Wed, 18 Feb 2015 16:14:37 -0500</pubDate>

									<content:encoded><![CDATA[<p>Below is an example. &nbsp;I want to match messages where the MSH.9.0 is &#8220;ADT&#8221; and PID.3.0 is &#8220;12345&#8221;. &nbsp;I don&#8217;t want the first message to match. &nbsp;But I do want the second message to match. &nbsp;I also don&#8217;t want to match message&hellip;<span class="activity-read-more" id="activity-read-more-4738"><a href="https://usspvlclovertch2.infor.com/forums/topic/searching-the-new-smat-database-in-6-1/#post-81990" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5e2ee81b0ff672f4ab4019326680f2ab</guid>
				<title>Danny Wheeler replied to the topic Searching the new SMAT Database in 6.1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/searching-the-new-smat-database-in-6-1/#post-81988</link>
				<pubDate>Wed, 18 Feb 2015 15:33:16 -0500</pubDate>

									<content:encoded><![CDATA[<p>If regular expression is the only way currently how would that be achieved. &nbsp;I can&#8217;t seem to find any way to do a &#8220;AND&#8221; comparison in regex. &nbsp;If I wanted messages with &#8220;12345&#8221; MR# and &#8220;EMS&#8221; service how would that be achieved? &nbsp;I know I can do a &#8220;OR&#8221; and match if either item occurs. &nbsp;How do you match only if both occur?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">58027bba9c12aa9f78a9dc5dff7fbb7d</guid>
				<title>Danny Wheeler replied to the topic Searching the new SMAT Database in 6.1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/searching-the-new-smat-database-in-6-1/#post-81977</link>
				<pubDate>Thu, 12 Feb 2015 21:02:10 -0500</pubDate>

									<content:encoded><![CDATA[<p>So many views and no replies is disheartening. &nbsp;It tells my either I am the only one having this issue or no one has found a working solution yet. &nbsp;I really like the SMAT Database tool but this would be a huge step back.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4286f5fe225d8485e2e74b3acdd9b84a</guid>
				<title>Danny Wheeler replied to the topic SMAT Compund Conditions Regex Search in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/smat-compund-conditions-regex-search/#post-80866</link>
				<pubDate>Wed, 02 Jul 2014 13:17:45 -0400</pubDate>

									<content:encoded><![CDATA[<p>I was doing a search in the SMAT tool. &nbsp;I only wanted to add messages to the view that contained the below segment. &nbsp;But it could have been in any iteration so I couldn&#8217;t just search for this exact string.</p>
<p>OBX|6|CE|MyHealthOpOut1^^LSFUSERDATAP||Y||||||R</p>
<p>I used a program called RegexBuddy and finally worked this out. &nbsp;It was able to get me what I&hellip;<span class="activity-read-more" id="activity-read-more-12901"><a href="https://usspvlclovertch2.infor.com/forums/topic/smat-compund-conditions-regex-search/#post-80866" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2799f07c585b1e499e06ed46435d4e9d</guid>
				<title>Danny Wheeler replied to the topic SMAT Compund Conditions Regex Search in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/smat-compund-conditions-regex-search/#post-80864</link>
				<pubDate>Mon, 30 Jun 2014 20:56:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>That seems to match everything. &nbsp;I&#8217;m not really sure how? &nbsp;This is an iterating segment and the possibilities I am trying to compare against are below. &nbsp;But this is an example that is in iteration 6 but they could be at any iteration.</p>
<p>OBX|6|CE|MyHealthOpOut1^^LSFUSERDATAP||N||||||R<br />
OBX|6|CE|MyHealthOpOut1^^LSFUSERDATAP||Y||||||R</p>
<p>I need to know&hellip;<span class="activity-read-more" id="activity-read-more-12902"><a href="https://usspvlclovertch2.infor.com/forums/topic/smat-compund-conditions-regex-search/#post-80864" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">84af691004cb3fc32fb5f15f7aacdf84</guid>
				<title>Danny Wheeler replied to the topic Upgrade from 5.8.5 to 6.0.2.0 and changing IP&#039;s/Server Name in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/upgrade-from-5-8-5-to-6-0-2-0-and-changing-ips-server-name/#post-80422</link>
				<pubDate>Tue, 13 May 2014 14:16:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks guys! &nbsp;This makes me feel better about my plan. &nbsp;The instruction to set the IP address to what it will be before install kind of made me pause.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">766f89fb0a6a7d628e06f39195590ce8</guid>
				<title>Danny Wheeler replied to the topic Automated Cycle Save Process Issues in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/automated-cycle-save-process-issues/#post-80137</link>
				<pubDate>Thu, 13 Mar 2014 19:00:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>I always assumed it was a Cloverleaf funtion to cycle save the entire site. &nbsp;After you made this statement I tried to search it in help and returned nothing. &nbsp;I then went to the directory specified and it is a homegrown .bat file. &nbsp;I feel so silly now. &nbsp;Thank you! &nbsp;And sorry for wasting everyones time.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7c9a349c01f2c61ab6f694b7fe047a40</guid>
				<title>Danny Wheeler replied to the topic Automated Cycle Save Process Issues in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/automated-cycle-save-process-issues/#post-80135</link>
				<pubDate>Wed, 12 Mar 2014 19:37:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>The files did not attach to the original post. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cba6c6f34a1c7632df965dbf78bfee87</guid>
				<title>Danny Wheeler replied to the topic Xlate Proc Issues with Clock Format in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-proc-issues-with-clock-format/#post-79790</link>
				<pubDate>Thu, 09 Jan 2014 20:22:59 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thank you so much! &nbsp;That worked great. &nbsp;Can you help me understand why that worked? &nbsp;My understanding is that all variables in TCL are strings so I am not sure why it had this issue. &nbsp;Sorry if I am way off base I am relatively new to Integration/Cloverleaf.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d2cd7d607c2615d2b4e2c1f814ab03b1</guid>
				<title>Danny Wheeler replied to the topic Maintain IB File name in OB message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/maintain-ib-file-name-in-ob-message/#post-79747</link>
				<pubDate>Mon, 23 Dec 2013 20:51:17 -0500</pubDate>

									<content:encoded><![CDATA[<p>2 FilesetLocal Threads.<br />
1) Inbound_file<br />
2) Outbound_file</p>
<p>I then placed this proc in the raw route message detail.</p>
<p>Inbound_file &gt; HCI_static_route_ raw (this proc) &gt; Outbound_file</p>
<p>Thanks so much for your help. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d3cb2a0f4398372dc281baad3671a322</guid>
				<title>Danny Wheeler replied to the topic Maintain IB File name in OB message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/maintain-ib-file-name-in-ob-message/#post-79745</link>
				<pubDate>Mon, 23 Dec 2013 19:51:33 -0500</pubDate>

									<content:encoded><![CDATA[<p>I finally got it working. &nbsp;The issue ended up being a TCL callout error:</p>
<p>[xlt :xlat:ERR /0:Radiology_xlate:12/23/2013 14:44:59] Tcl error:<br />
msgId	= message0<br />
proc	= &#8216;tps_set_obfilename_eq_ibfilename2&#8217;<br />
args	= &#8221;<br />
result	= &#8216;can&#8217;t read &#8220;module&#8221;: no such variable&#8217;<br />
errorInfo: &#8216;<br />
can&#8217;t read &#8220;module&#8221;: no such variable<br />
&nbsp; &nbsp;while executing<br />
&#8220;echo &#8220;MODULE: &#8220;&#8221;<br />
&nbsp;&hellip;<span class="activity-read-more" id="activity-read-more-12075"><a href="https://usspvlclovertch2.infor.com/forums/topic/maintain-ib-file-name-in-ob-message/#post-79745" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1f98c12150f4e4cdbad5f8451dcb8652</guid>
				<title>Danny Wheeler replied to the topic Maintain IB File name in OB message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/maintain-ib-file-name-in-ob-message/#post-79741</link>
				<pubDate>Mon, 23 Dec 2013 18:05:38 -0500</pubDate>

									<content:encoded><![CDATA[<p>When I do this it continues to use the required name I place in &#8220;File&#8221; on the Fileset/Local tab. &nbsp;I feel like I am doing something silly but I cannot pinpoint it.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">65be7eb40f7dd72db06fef5f4b1e13c2</guid>
				<title>Danny Wheeler replied to the topic FTP from Windows to UNIX adds /CR at end in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/ftp-from-windows-to-unix-adds-cr-at-end/#post-79100</link>
				<pubDate>Wed, 27 Nov 2013 20:24:48 -0500</pubDate>

									<content:encoded><![CDATA[<p>I ended up discovering that UNIX FTP servers translate a CR to a LF as there is no CR in UNIX (I may be wrong about that but that&#8217;s how I understood it). &nbsp;I wrote this little TCl script to remove them before they went to the FTP server. &nbsp;This has fixed our issue.</p>
<p><code><s></p>
<p>Code:<br />
</s><i><br />
</i></p>
<p>######################################################################<br />
#&hellip;</code><span class="activity-read-more" id="activity-read-more-9483"><a href="https://usspvlclovertch2.infor.com/forums/topic/ftp-from-windows-to-unix-adds-cr-at-end/#post-79100" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7560d2237bdac167cb4611d90b267df3</guid>
				<title>Danny Wheeler replied to the topic Checking PV1.45 for future date to Suppress in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/checking-pv1-45-for-future-date-to-suppress/#post-79053</link>
				<pubDate>Fri, 20 Sep 2013 19:18:08 -0400</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s what I ended up doing. &nbsp;I guess I should have replied back to this in case someone else had my same issue and came across this thread. &nbsp;I am attaching my XLTP if anyone else has a need for this. &nbsp;Thank you everyone for your help!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">22d4caa9f74a592e6666595f1322d070</guid>
				<title>Danny Wheeler replied to the topic Checking PV1.45 for future date to Suppress in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/checking-pv1-45-for-future-date-to-suppress/#post-79051</link>
				<pubDate>Wed, 18 Sep 2013 16:22:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sorry probably made it in there with a copy/paste. &nbsp;I removed this brace and am still receiving the same error though.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4ca3178b46ea2b004d0f7201f7925388</guid>
				<title>Danny Wheeler replied to the topic Checking PV1.45 for future date to Suppress in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/checking-pv1-45-for-future-date-to-suppress/#post-79049</link>
				<pubDate>Wed, 18 Sep 2013 14:55:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sorry probably made it in there with a copy/paste. &nbsp;I removed this brace and am still receiving the same error though.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">eb4c0ffdf193981972c48b082235599d</guid>
				<title>Danny Wheeler replied to the topic Checking PV1.45 for future date to Suppress in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/checking-pv1-45-for-future-date-to-suppress/#post-79047</link>
				<pubDate>Wed, 18 Sep 2013 14:43:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>So I created a proc and tested it in TCLsh85 and it works perfect. &nbsp;But when I add it my Xlate and run it through testing tool I get the attached error. &nbsp;Am I using Clock wrong? &nbsp;I am on v5.8.5 of Cloverleaf.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">554868196d4a27cfaaab5d7fe4931b2c</guid>
				<title>Danny Wheeler replied to the topic Checking PV1.45 for future date to Suppress in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/checking-pv1-45-for-future-date-to-suppress/#post-79046</link>
				<pubDate>Mon, 16 Sep 2013 16:24:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks guys. &nbsp;This was exactly what i was looking for. &nbsp;I have never used system time with TCl before and didn&#8217;t know where to start.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ce13d7bb35060dc732e26641680e6576</guid>
				<title>Danny Wheeler replied to the topic Reset Failed Count in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/reset-failed-count/#post-78566</link>
				<pubDate>Mon, 24 Jun 2013 19:11:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks everyone for your help. &nbsp;I was finally able to figure out the issues getting into shell and the commands Charlie Bursell posted worked great. &nbsp;Thanks.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c5c6b20c49941a23f2a5d5ba8e46a854</guid>
				<title>Danny Wheeler replied to the topic IF statement Syntax in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/if-statement-syntax/#post-78705</link>
				<pubDate>Wed, 19 Jun 2013 18:33:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thomas. &nbsp;This would be great tool. &nbsp;Can you please tell me how you place the echo in the copy? &nbsp;I am completely new to Cloverleaf and the syntax is what really has me confused. &nbsp;Thanks.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e9aba4948f60c576137bba49d6d067da</guid>
				<title>Danny Wheeler replied to the topic IF statement Syntax in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/if-statement-syntax/#post-78701</link>
				<pubDate>Wed, 19 Jun 2013 13:48:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>I want only these messages {OBS,NRY,OOB, OBV} to not trigger the IF statement (suppress). &nbsp;What I need is everything that is not {OBS,NRY,OOB, OBV} to trigger the IF statement and suppress. &nbsp;Am I using the wrong logic here and if so how do you recommend doing this in an Xlate?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">28aa7dbdf0563debdc6ca776071d66bc</guid>
				<title>Danny Wheeler replied to the topic Reset Failed Count in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/reset-failed-count/#post-78564</link>
				<pubDate>Tue, 11 Jun 2013 20:04:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>I looked and I am not listening on that port. &nbsp;So my logic was I would just run the command from the cmd line on the server itself. &nbsp;When i try to run it I get this error now. &nbsp;Am I wrong that i should be able to do this/doing it wrong/or is something set up incorrectly on this server?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2f92e1b7563eb1d6be9099ea6df9e948</guid>
				<title>Danny Wheeler replied to the topic Reset Failed Count in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/reset-failed-count/#post-78562</link>
				<pubDate>Mon, 10 Jun 2013 21:13:36 -0400</pubDate>

									<content:encoded><![CDATA[<p>I tried just using the default port from telnet but it gives a connection refused. &nbsp;This is to our test server where we don&#8217;t have a firewall enabled. &nbsp;I was thinking maybe I needed to use a specific telnet port to access Cloverleaf since I am running in a Windows environment?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6cb8a46397080242329fc06a14d80aeb</guid>
				<title>Danny Wheeler replied to the topic Reset Failed Count in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/reset-failed-count/#post-78560</link>
				<pubDate>Mon, 10 Jun 2013 19:37:03 -0400</pubDate>

									<content:encoded><![CDATA[<p>That was the first place I looked and it is enabled on my workstation as well as the server. &nbsp;Is there any way for me to just amke a manual telnet conenction to the required port? &nbsp;We are on 5.8 at this time. &nbsp;Does anyone know what port is used for telnet to Shell? &nbsp;By the way thank you everyone for your help. &nbsp;Again I apologize for the extremely&hellip;<span class="activity-read-more" id="activity-read-more-13403"><a href="https://usspvlclovertch2.infor.com/forums/topic/reset-failed-count/#post-78560" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">845db59a1b6d37d7913fba2e8d82c809</guid>
				<title>Danny Wheeler replied to the topic Reset Failed Count in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/reset-failed-count/#post-78558</link>
				<pubDate>Mon, 10 Jun 2013 16:57:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>Is this how you would handle it in a Windows environment? &nbsp;I imagine if it is then i would need to use the &#8216;Shell Window&#8217; tool under runtime. &nbsp;When I try to use it I get the error message attached below. &nbsp;I have telnet installed on both the Cloverleaf server and my workstation. &nbsp;(Cloverleaf server Windows 2003 and my Workstation Windows 7&hellip;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>