<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sobbayi&#039;s Tech Labs &#187; Database</title>
	<atom:link href="http://blog.sobbayi.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sobbayi.com</link>
	<description>A weblog about software and computer programming including reviews, tutorials and general articles</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:25:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SQLite vs fopen(), How to Choose</title>
		<link>http://blog.sobbayi.com/2010/07/sqlite-vs-fopen-how-to-choose/</link>
		<comments>http://blog.sobbayi.com/2010/07/sqlite-vs-fopen-how-to-choose/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 08:39:22 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=836</guid>
		<description><![CDATA[Lets examine the notion that SQLite can be a viable replacement for fopen(). To get your understanding, SQLite is an implementation of a database engine that is self contained, serverless, transactional and needs no configuration. On the Other hand fopen() is a function from the standard C library that opens a file for either reading and/or writing and returns a stream associated with that file.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/05/sqlite-vs-mysql-how-to-decide-which-to-use/' rel='bookmark' title='Permanent Link: SQLite vs MySQL: How To Decide Which To Use'>SQLite vs MySQL: How To Decide Which To Use</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/eight-database-mistakes-app-developers-make/' rel='bookmark' title='Permanent Link: Eight Database Mistakes App Developers Make'>Eight Database Mistakes App Developers Make</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/07/sqlite-vs-fopen-how-to-choose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Maria Storage Engine Is Renamed To Aria Storage Engine</title>
		<link>http://blog.sobbayi.com/2010/07/the-maria-storage-engine-is-renamed-to-aria-storage-engine/</link>
		<comments>http://blog.sobbayi.com/2010/07/the-maria-storage-engine-is-renamed-to-aria-storage-engine/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 01:40:52 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Aria]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[mySQL]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=830</guid>
		<description><![CDATA[MariaDB, is the MySQL forked database Server that uses the Maria storage engine as the default transactional and non-transactional storage engine. The Maria storage engine is no longer called "Maria" but is now called "Aria". Any future versions of MariaDB will now ship with the default storage engine named "Aria".


Related posts:<ol><li><a href='http://blog.sobbayi.com/2009/12/a-little-about-mariadb-a-mysql-spin-off/' rel='bookmark' title='Permanent Link: A little About MariaDB, a MySQL spin-off'>A little About MariaDB, a MySQL spin-off</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/' rel='bookmark' title='Permanent Link: How to Build and Install MariaDB on Windows From Source'>How to Build and Install MariaDB on Windows From Source</a></li>
<li><a href='http://blog.sobbayi.com/2010/05/sqlite-vs-mysql-how-to-decide-which-to-use/' rel='bookmark' title='Permanent Link: SQLite vs MySQL: How To Decide Which To Use'>SQLite vs MySQL: How To Decide Which To Use</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/07/the-maria-storage-engine-is-renamed-to-aria-storage-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build and Install MariaDB on Windows From Source</title>
		<link>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/</link>
		<comments>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 05:19:49 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=698</guid>
		<description><![CDATA[Knowing that MariaDB in the simplest terms, is an alternative to MySQL database server; the world's most popular open source relational database management system. MariaDb has its source code made publicly available from Launchpad, MariaDB remains an open and free version of MySQL database. MariaDB runs on both Linux and Unix based operating systems as well as Windows. 


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/07/the-maria-storage-engine-is-renamed-to-aria-storage-engine/' rel='bookmark' title='Permanent Link: The Maria Storage Engine Is Renamed To Aria Storage Engine'>The Maria Storage Engine Is Renamed To Aria Storage Engine</a></li>
<li><a href='http://blog.sobbayi.com/2009/12/a-little-about-mariadb-a-mysql-spin-off/' rel='bookmark' title='Permanent Link: A little About MariaDB, a MySQL spin-off'>A little About MariaDB, a MySQL spin-off</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is MySQL Workbench?</title>
		<link>http://blog.sobbayi.com/2010/06/what-is-mysql-workbench/</link>
		<comments>http://blog.sobbayi.com/2010/06/what-is-mysql-workbench/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 00:44:50 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[MySQL Workbench]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=578</guid>
		<description><![CDATA[<img style="border:none;margin-right:5px;margin-bottom:7px;" src="http://blog.sobbayi.com/wp-content/uploads/2010/06/mysql-workbench-thumb.jpg" title="MySQL Workbench" align="left" />A simple answer to that question is, MySQL Workbench visual database design tool developed by MySQL which is a cross-platform. MySQL Workbench is the successor to DBDesigner4 and is available for Windows (XP, VISTA &#038; 7), Linux and Mac OSX. It comes distributed in two Licensing options, which are Open Source and Standard Edition.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/05/sqlite-vs-mysql-how-to-decide-which-to-use/' rel='bookmark' title='Permanent Link: SQLite vs MySQL: How To Decide Which To Use'>SQLite vs MySQL: How To Decide Which To Use</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Backup a MySQL Database With SQLyog'>How To Backup a MySQL Database With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/eight-database-mistakes-app-developers-make/' rel='bookmark' title='Permanent Link: Eight Database Mistakes App Developers Make'>Eight Database Mistakes App Developers Make</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/what-is-mysql-workbench/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Insert Data Into MySQL Tables Using SQLyog</title>
		<link>http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/</link>
		<comments>http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 22:00:27 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[SQLyog]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=561</guid>
		<description><![CDATA[<img style="border:none;margin-right:5px;margin-bottom:7px;" src="http://blog.sobbayi.com/wp-content/uploads/2010/05/sqlyog-thumb.jpg" title="SQLyog, the MySQL Manager and Administration Tool" align="left" />Here comes the third article in the SQLyog for MySQL series of articles. Today we will deal with the various ways you can insert data into a MySQL database or MariaDB database using SQLyog, which is a powerful MySQL manager and administration tool that can also be used to manage MariaDB database.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Create MySQL Tables The Easy Way With SQLyog'>How To Create MySQL Tables The Easy Way With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Backup a MySQL Database With SQLyog'>How To Backup a MySQL Database With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/making-mysql-easy-with-sqlyog-enterprise-edition/' rel='bookmark' title='Permanent Link: Making MySQL Easy with SQLyog Enterprise Edition'>Making MySQL Easy with SQLyog Enterprise Edition</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eight Database Mistakes App Developers Make</title>
		<link>http://blog.sobbayi.com/2010/06/eight-database-mistakes-app-developers-make/</link>
		<comments>http://blog.sobbayi.com/2010/06/eight-database-mistakes-app-developers-make/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:10:28 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=553</guid>
		<description><![CDATA[Ever seen a DBA having to deal with an application developers naive mistakes? Or could it simply be a case of developers just not knowing what should be done on a database and why it should be done. This issues arise straight from poor uses of SQL statements to sheer negligence in the total design of databases.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Backup a MySQL Database With SQLyog'>How To Backup a MySQL Database With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/05/sqlite-vs-mysql-how-to-decide-which-to-use/' rel='bookmark' title='Permanent Link: SQLite vs MySQL: How To Decide Which To Use'>SQLite vs MySQL: How To Decide Which To Use</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/eight-database-mistakes-app-developers-make/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLite vs MySQL: How To Decide Which To Use</title>
		<link>http://blog.sobbayi.com/2010/05/sqlite-vs-mysql-how-to-decide-which-to-use/</link>
		<comments>http://blog.sobbayi.com/2010/05/sqlite-vs-mysql-how-to-decide-which-to-use/#comments</comments>
		<pubDate>Mon, 31 May 2010 02:58:34 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=544</guid>
		<description><![CDATA[<img style="border:none;margin-right:5px;margin-bottom:7px;" src="http://blog.sobbayi.com/wp-content/uploads/2010/05/sqlite-vs-mysql-thumb.jpg" title="SQLite versus MySQL" alt="SQLite versus MySQL" align="left" />The question of when SQLite should be used and when MySQl should be used has come up again and again. To know when and where it is appropriate to use either SQLite or MySQL databases management systems, it is first and foremost important to know what the difference is between them, if at all there is any difference.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/07/sqlite-vs-fopen-how-to-choose/' rel='bookmark' title='Permanent Link: SQLite vs fopen(), How to Choose'>SQLite vs fopen(), How to Choose</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Create MySQL Tables The Easy Way With SQLyog'>How To Create MySQL Tables The Easy Way With SQLyog</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/05/sqlite-vs-mysql-how-to-decide-which-to-use/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Create MySQL Tables The Easy Way With SQLyog</title>
		<link>http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/</link>
		<comments>http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:33:25 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[SQLyog]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=505</guid>
		<description><![CDATA[<img style="border:none;margin-right:5px;margin-bottom:7px;" src="http://blog.sobbayi.com/wp-content/uploads/2010/05/sqlyog-thumb.jpg" title="SQLyog, the MySQL Manager and Administration Tool" align="left" />SQLyog is definitely a great and must have tool for any serious MySQL developer and database administrator. I would recommend going for either the SQLyog Enterprise Edition or the SQLyog Ultimate Edition so as to get the full benefits of using SQLyog to manage your MySQL databases.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Backup a MySQL Database With SQLyog'>How To Backup a MySQL Database With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/making-mysql-easy-with-sqlyog-enterprise-edition/' rel='bookmark' title='Permanent Link: Making MySQL Easy with SQLyog Enterprise Edition'>Making MySQL Easy with SQLyog Enterprise Edition</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Backup a MySQL Database With SQLyog</title>
		<link>http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/</link>
		<comments>http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 19:48:52 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[SQLyog]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=337</guid>
		<description><![CDATA[Backing up MySQL databases may not be as easy as it seems to the not so tech savvy users using the native MySQL client. An alternative is SQLyog. See how easy it can get.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/05/how-to-create-mysql-tables-the-easy-way-with-sqlyog/' rel='bookmark' title='Permanent Link: How To Create MySQL Tables The Easy Way With SQLyog'>How To Create MySQL Tables The Easy Way With SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/03/making-mysql-easy-with-sqlyog-enterprise-edition/' rel='bookmark' title='Permanent Link: Making MySQL Easy with SQLyog Enterprise Edition'>Making MySQL Easy with SQLyog Enterprise Edition</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/03/how-to-backup-a-mysql-database-with-sqlyog/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Battle For MySQL Rages On For Monty</title>
		<link>http://blog.sobbayi.com/2010/01/battle-for-mysql-rages-on-for-monty/</link>
		<comments>http://blog.sobbayi.com/2010/01/battle-for-mysql-rages-on-for-monty/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 21:49:46 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=205</guid>
		<description><![CDATA[Michael “Monty” Widenius, the founder and creator of MySQL, who now runs Monty Program Ab has been for long battling hard to save MySQL from the impending rot it could suffer under the hands of Oracle. The story goes that Oracle plans to acquire Sun Microsystems who apparently owns MySQL after purchasing it a few [...]


Related posts:<ol><li><a href='http://blog.sobbayi.com/2009/04/software-giant-oracle-decides-to-buy-sun/' rel='bookmark' title='Permanent Link: Software Giant Oracle Decides to Buy Sun'>Software Giant Oracle Decides to Buy Sun</a></li>
<li><a href='http://blog.sobbayi.com/2009/12/a-little-about-mariadb-a-mysql-spin-off/' rel='bookmark' title='Permanent Link: A little About MariaDB, a MySQL spin-off'>A little About MariaDB, a MySQL spin-off</a></li>
<li><a href='http://blog.sobbayi.com/2010/07/the-maria-storage-engine-is-renamed-to-aria-storage-engine/' rel='bookmark' title='Permanent Link: The Maria Storage Engine Is Renamed To Aria Storage Engine'>The Maria Storage Engine Is Renamed To Aria Storage Engine</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/01/battle-for-mysql-rages-on-for-monty/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
