<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Introduction and Example for DATEFORMAT Command</title>
	<atom:link href="http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ravinder Pal Singh</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-240153</link>
		<dc:creator><![CDATA[Ravinder Pal Singh]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 10:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-240153</guid>
		<description><![CDATA[Hi Pinal,

I have a query regarding datetime inputs to SQL SERVER.

How does SQL SERVER recognizes the inout date format. For example &#039;01-02-2012&#039;. How does SQL SERVER recognizes whether its  JAN 02 2012 OR FEB 01 2012.

Please reply as it might help me fix issues in my project..]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I have a query regarding datetime inputs to SQL SERVER.</p>
<p>How does SQL SERVER recognizes the inout date format. For example &#8217;01-02-2012&#8242;. How does SQL SERVER recognizes whether its  JAN 02 2012 OR FEB 01 2012.</p>
<p>Please reply as it might help me fix issues in my project..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj aggarwal</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-236389</link>
		<dc:creator><![CDATA[pankaj aggarwal]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 04:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-236389</guid>
		<description><![CDATA[i have a table emp,in emp table i have a column hiredate, i want to display all records but result should be in &quot;dd/mmm/yyyy&quot; format in hiredate column....
how it can be possible,pls provide solution...............]]></description>
		<content:encoded><![CDATA[<p>i have a table emp,in emp table i have a column hiredate, i want to display all records but result should be in &#8220;dd/mmm/yyyy&#8221; format in hiredate column&#8230;.<br />
how it can be possible,pls provide solution&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-177997</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 14:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-177997</guid>
		<description><![CDATA[You dont need to worry abount formation as long as you use proper DATETIME datatype. Refer this for more informations
http://beyondrelational.com/blogs/madhivanan/archive/2010/06/03/understanding-datetime-column-part-ii.aspx]]></description>
		<content:encoded><![CDATA[<p>You dont need to worry abount formation as long as you use proper DATETIME datatype. Refer this for more informations<br />
<a href="http://beyondrelational.com/blogs/madhivanan/archive/2010/06/03/understanding-datetime-column-part-ii.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2010/06/03/understanding-datetime-column-part-ii.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-177794</link>
		<dc:creator><![CDATA[Suresh]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 04:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-177794</guid>
		<description><![CDATA[In SQL Server 2000,  one of the date field is displaying date in mm/dd/yyyy format but I want to display the date in dd/mm/yyyy format.

This I am trying from 1 month, Front end I am using VB 6 and backend sql server 2000.

I am inserting data into the date field using format(fild name,&quot;dd/mm/yyyy&quot;) command but still in backend it is storing as mm/dd/yyyy.

Kindly do the needful]]></description>
		<content:encoded><![CDATA[<p>In SQL Server 2000,  one of the date field is displaying date in mm/dd/yyyy format but I want to display the date in dd/mm/yyyy format.</p>
<p>This I am trying from 1 month, Front end I am using VB 6 and backend sql server 2000.</p>
<p>I am inserting data into the date field using format(fild name,&#8221;dd/mm/yyyy&#8221;) command but still in backend it is storing as mm/dd/yyyy.</p>
<p>Kindly do the needful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146661</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 07 Jul 2011 13:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146661</guid>
		<description><![CDATA[Insert into table default values]]></description>
		<content:encoded><![CDATA[<p>Insert into table default values</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146660</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 07 Jul 2011 13:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146660</guid>
		<description><![CDATA[What is the datatype of CheckOutDate? Can you post what this returns?

select max(CheckOutDate) from table]]></description>
		<content:encoded><![CDATA[<p>What is the datatype of CheckOutDate? Can you post what this returns?</p>
<p>select max(CheckOutDate) from table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146650</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 07 Jul 2011 13:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146650</guid>
		<description><![CDATA[You can temporarily change for your session using

SET DATEFORMAT dmy]]></description>
		<content:encoded><![CDATA[<p>You can temporarily change for your session using</p>
<p>SET DATEFORMAT dmy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gmanimyl</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146640</link>
		<dc:creator><![CDATA[gmanimyl]]></dc:creator>
		<pubDate>Thu, 07 Jul 2011 11:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146640</guid>
		<description><![CDATA[Thanks, Dbcc useroptions command listing all server settings but can we change the dateformat from mdy to dmy?]]></description>
		<content:encoded><![CDATA[<p>Thanks, Dbcc useroptions command listing all server settings but can we change the dateformat from mdy to dmy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146160</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 05 Jul 2011 14:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146160</guid>
		<description><![CDATA[As long as you use unambigious date format YYYYMMDD you don not need to worry about server settings
See this for more informations
http://beyondrelational.com/blogs/madhivanan/archive/2010/06/03/understanding-datetime-column-part-ii.aspx]]></description>
		<content:encoded><![CDATA[<p>As long as you use unambigious date format YYYYMMDD you don not need to worry about server settings<br />
See this for more informations<br />
<a href="http://beyondrelational.com/blogs/madhivanan/archive/2010/06/03/understanding-datetime-column-part-ii.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2010/06/03/understanding-datetime-column-part-ii.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gmanimyl</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146139</link>
		<dc:creator><![CDATA[gmanimyl]]></dc:creator>
		<pubDate>Tue, 05 Jul 2011 14:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-146139</guid>
		<description><![CDATA[Instead of using SET DATEFORMAT DMY in query level could we change it in server /DB level?]]></description>
		<content:encoded><![CDATA[<p>Instead of using SET DATEFORMAT DMY in query level could we change it in server /DB level?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umesh</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-87070</link>
		<dc:creator><![CDATA[Umesh]]></dc:creator>
		<pubDate>Wed, 08 Sep 2010 11:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-87070</guid>
		<description><![CDATA[Tried this way also for above problem.

Update tbDocumentDetailsIndia set RoomNumber=&#039;DELETED&#039;  where ProcessFlag=&#039;Y&#039; and CheckOutFlag=&#039;Y&#039; and datediff(day,convert(datetime,CheckOutDate,103),getdate())&gt;= 7]]></description>
		<content:encoded><![CDATA[<p>Tried this way also for above problem.</p>
<p>Update tbDocumentDetailsIndia set RoomNumber=&#8217;DELETED&#8217;  where ProcessFlag=&#8217;Y&#8217; and CheckOutFlag=&#8217;Y&#8217; and datediff(day,convert(datetime,CheckOutDate,103),getdate())&gt;= 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umesh</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-87068</link>
		<dc:creator><![CDATA[Umesh]]></dc:creator>
		<pubDate>Wed, 08 Sep 2010 11:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-87068</guid>
		<description><![CDATA[I am facing below error

Error :

Arithmetic overflow error converting expression to data type datetime.
The statement has been terminated.

Query :

Update tbDocumentDetails set RoomNumber=&#039;DELETED&#039;,  where ProcessFlag=&#039;Y&#039; and   datediff(day,CAST(CheckOutDate AS datetime),getdate())&gt;= 7 


Please help me .......]]></description>
		<content:encoded><![CDATA[<p>I am facing below error</p>
<p>Error :</p>
<p>Arithmetic overflow error converting expression to data type datetime.<br />
The statement has been terminated.</p>
<p>Query :</p>
<p>Update tbDocumentDetails set RoomNumber=&#8217;DELETED&#8217;,  where ProcessFlag=&#8217;Y&#8217; and   datediff(day,CAST(CheckOutDate AS datetime),getdate())&gt;= 7 </p>
<p>Please help me &#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeshkanna</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-64658</link>
		<dc:creator><![CDATA[Rajeshkanna]]></dc:creator>
		<pubDate>Wed, 07 Apr 2010 07:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-64658</guid>
		<description><![CDATA[Hi,
      I am Rajesh. i have one column in a table  and set the identity for that column.here how can i insert the value with out  off the identity]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
      I am Rajesh. i have one column in a table  and set the identity for that column.here how can i insert the value with out  off the identity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-61398</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 07:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-61398</guid>
		<description><![CDATA[Run this to know the current date settings

DBCC useroptions

You can change the setting as you want

But always make sure you input date in YYYYMMDD HH:MM:SS format in order to work with all date settings]]></description>
		<content:encoded><![CDATA[<p>Run this to know the current date settings</p>
<p>DBCC useroptions</p>
<p>You can change the setting as you want</p>
<p>But always make sure you input date in YYYYMMDD HH:MM:SS format in order to work with all date settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-61395</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 07:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-61395</guid>
		<description><![CDATA[First make your column as varchar and import to a staging table from where you can convert them back to actual dates]]></description>
		<content:encoded><![CDATA[<p>First make your column as varchar and import to a staging table from where you can convert them back to actual dates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-61394</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 07:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-61394</guid>
		<description><![CDATA[You should never use Convert function in sql as you want tom show dates in java. Make use of format function there]]></description>
		<content:encoded><![CDATA[<p>You should never use Convert function in sql as you want tom show dates in java. Make use of format function there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-61392</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 07:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-61392</guid>
		<description><![CDATA[Note that it would treat the incoing dates as that format
Diplaying date is a different case]]></description>
		<content:encoded><![CDATA[<p>Note that it would treat the incoing dates as that format<br />
Diplaying date is a different case</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregaJ</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-43889</link>
		<dc:creator><![CDATA[GregaJ]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 08:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-43889</guid>
		<description><![CDATA[Hi. 

We have a problem that dateformat changed generally but we don&#039;t know where is that setting (if it exists). 

So things that worked now produce out-of-range datetime situations. 

Desired: ymd
Current: ydm
Why=?

Thanks
Grega]]></description>
		<content:encoded><![CDATA[<p>Hi. </p>
<p>We have a problem that dateformat changed generally but we don&#8217;t know where is that setting (if it exists). </p>
<p>So things that worked now produce out-of-range datetime situations. </p>
<p>Desired: ymd<br />
Current: ydm<br />
Why=?</p>
<p>Thanks<br />
Grega</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AP</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-43570</link>
		<dc:creator><![CDATA[AP]]></dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-43570</guid>
		<description><![CDATA[Hi Dave,

could you please advise me on how to bulk insert data into sql table from a text file which has second column in date format &#039;YYYY-MM-DD&#039;. I am receiving error while trying to run bulkinsert command given below 

BULK INSERT dbo.RAMPUP_DAILYTXN_SEP08 FROM &#039;C:\RAMPUP_TEST.txt&#039; 
WITH (FIELDTERMINATOR = &#039;&#124;&#039;) 

but receives error 
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 2 (TRANSACTION_DATE)

could you please advise on how to insert yyyy-mm-dd data from file to table in sql

thanks

nutty]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>could you please advise me on how to bulk insert data into sql table from a text file which has second column in date format &#8216;YYYY-MM-DD&#8217;. I am receiving error while trying to run bulkinsert command given below </p>
<p>BULK INSERT dbo.RAMPUP_DAILYTXN_SEP08 FROM &#8216;C:\RAMPUP_TEST.txt&#8217;<br />
WITH (FIELDTERMINATOR = &#8216;|&#8217;) </p>
<p>but receives error<br />
Msg 4864, Level 16, State 1, Line 1<br />
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 2 (TRANSACTION_DATE)</p>
<p>could you please advise on how to insert yyyy-mm-dd data from file to table in sql</p>
<p>thanks</p>
<p>nutty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halim</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-42931</link>
		<dc:creator><![CDATA[halim]]></dc:creator>
		<pubDate>Thu, 18 Sep 2008 10:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-42931</guid>
		<description><![CDATA[dear Dave,

i have problem displaying date format say 09/18/2008 using ms sql 2005 in java netbean ?

i use 
static String selHoliday = &quot;SELECT CONVERT(VARCHAR(10), Holiday, 101) AS [MM/DD/YYYY], Description from OFFDAY order by Holiday&quot;;
but still in java doesnot display the correct date format

regards,
Halim S]]></description>
		<content:encoded><![CDATA[<p>dear Dave,</p>
<p>i have problem displaying date format say 09/18/2008 using ms sql 2005 in java netbean ?</p>
<p>i use<br />
static String selHoliday = &#8220;SELECT CONVERT(VARCHAR(10), Holiday, 101) AS [MM/DD/YYYY], Description from OFFDAY order by Holiday&#8221;;<br />
but still in java doesnot display the correct date format</p>
<p>regards,<br />
Halim S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prudhvi</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-17137</link>
		<dc:creator><![CDATA[prudhvi]]></dc:creator>
		<pubDate>Fri, 02 Nov 2007 10:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-17137</guid>
		<description><![CDATA[hi,

       I am getting problem with date when we are tring to insert into database using jdbc.we are getting error &quot;optional
feauture not implemented&quot;
please suggest me.]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>       I am getting problem with date when we are tring to insert into database using jdbc.we are getting error &#8220;optional<br />
feauture not implemented&#8221;<br />
please suggest me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aruna Namal</title>
		<link>http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-14799</link>
		<dc:creator><![CDATA[Aruna Namal]]></dc:creator>
		<pubDate>Fri, 05 Oct 2007 04:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/09/28/sql-server-introduction-and-example-for-dateformat-command/#comment-14799</guid>
		<description><![CDATA[Hi,
Great article 
If I put &quot; DMY &quot; then why it should not display as  28-09-2007 ?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great article<br />
If I put &#8221; DMY &#8221; then why it should not display as  28-09-2007 ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

